The following script will search for users in and OU and list SIP information:
Get-CSUser -OU "OU=UK,DC=domain,DC=local" | FT SamAccountName,SipAddressby
The following script will search for users in and OU and list SIP information:
Get-CSUser -OU "OU=UK,DC=domain,DC=local" | FT SamAccountName,SipAddressby