积极答复者
Lync 2010批量启用用户帐号的问题

问题
答案
-
命令已经搞定了
查找有邮件地址但是没有启用Lync的用户
Get-CsAdUser -OU "OU=User,OU=Corp,dc=domain,dc=com" -Filter {WindowsEmailAddress -ne $Null} | where-object {$_.Enabled -ne $True} | Enable-CsUser -RegistrarPool pool.domain.com -SipAddressType EmailAddress | Set-Csuser -AudioVideoDisabled $True
- -AudioVideoDisabled
- -IPPBXSoftPhoneRoutingEnabled
- -RemoteCallControlTelephonyEnabled
- -EnterpriseVoiceEnabled
- 已标记为答案 Eric_zheng 2011年8月5日 9:32
全部回复
-
命令已经搞定了
查找有邮件地址但是没有启用Lync的用户
Get-CsAdUser -OU "OU=User,OU=Corp,dc=domain,dc=com" -Filter {WindowsEmailAddress -ne $Null} | where-object {$_.Enabled -ne $True} | Enable-CsUser -RegistrarPool pool.domain.com -SipAddressType EmailAddress | Set-Csuser -AudioVideoDisabled $True
- -AudioVideoDisabled
- -IPPBXSoftPhoneRoutingEnabled
- -RemoteCallControlTelephonyEnabled
- -EnterpriseVoiceEnabled
- 已标记为答案 Eric_zheng 2011年8月5日 9:32