Get-CsUser | where {$_.LineURI -eq “tel:+13121115555” -or $_.PrivateLine -eq “tel:+13121115555”} | format-table -property displayname,LineURI,privateline
Get-CsUser | where {$_.LineURI -eq “tel:+13121115555” -or $_.PrivateLine -eq “tel:+13121115555”} | format-table -property displayname,LineURI,privateline