December 10
2010
Enable all users in an OU for Lync with Powershell
I much prefer the old OCS way of enabling users for OCS / Lync, I believe it was much easier, but it looks like we are going to have to get used to using Powershell to do this. An example I have put together to enabling all users in an Organisational Unit for Lync 2010 is:
get-csADuser -OU "OU=Users,OU=Head Office,dc=danovich,dc=com,dc=au" | Enable-CsUser -RegistrarPool pool01.danovich.com.au -SipAddressType emailaddress
More reading here:
- http://technet.microsoft.com/en-us/library/gg398510.aspx
- http://blogs.technet.com/b/csps/archive/2010/06/06/refgetuseraccts.aspx
- http://blogs.technet.com/b/csps/archive/2010/06/06/howtoenableusers.aspx
----------------------------------------------------------------------------
I use a maximum of one Google Ad per post to help offset some of my blog hosting costs.
----------------------------------------------------------------------------
Pingback: Lync Server 2013 / Skype for Business Server 2015 Course Links – Gareth's Blog