“OtherAttributes”ADGroup电子邮件地址的新ADGroup参数?

上下文 :我想使用PowerShell创build一个具有电子邮件地址的Active Directory组。

问题 :“电子邮件”字段的相应属性名称是什么? 我在网上search,似乎是一个不受欢迎的要求。 🙂

以下是我如何执行命令:

New-ADGroup -SamAccountName $groupAlias ` -Name $groupName ` -GroupScope Global ` -GroupCategory Security ` -OtherAttributes @{'Email'=$groupEmail} ` -Path "OU=Distribution List,OU=Groups,DC=SAMPLE,DC=COM" 

在这里find它: http : //support.microsoft.com/kb/257203

这是mail属性。