Monday, 14 February 2011

Enable all users in an OU for Lync

Here is the cmdlet that saves the day.

get-csADuser -OU "OU=Users,OU=myou,dc=mydomain,dc=com" | Enable-CsUser -RegistrarPool pool01.mydomain.com -SipAddressType emailaddress

This will enable all users and use theit primary eamil address as their SIP address.
Hope this helps somone. It helped me.

Wednesday, 9 February 2011

IT-Pro Knowledge: Lync Visio Stencils

New Visio for Lync 2010 If you need Lync Server 2010 Visio stencils, then you can go here

Saturday, 5 February 2011