Daniyar's Tech blog
A nice way to document IT ideas!
Wednesday, February 15, 2017
Quickly check user phone assignment in Lync or Skype for Business
Get-CsUser | where {$_.LineURI -eq "tel:+59625431255" -or $_.PrivateLine -eq "tel:+59625431255"} | format-table -property displayname,LineURI,privateline
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment