10 April 2014

Find All Assigned Numbers

Find All Assigned Numbers


Get-CsUser -Filter {LineURI -ne $Null}
Get-CsUser -Filter {PrivateLine -ne $Null}
Get-CsAnalogDevice -Filter {LineURI -ne $Null}
Get-CsCommonAreaPhone -Filter {LineURI -ne $Null}
Get-CsExUmContact -Filter {LineURI -ne $Null}
Get-CsDialInConferencingAccessNumber -Filter {LineURI -ne $Null}
Get-CsTrustedApplicationEndpoint -Filter {LineURI -ne $Null}
Get-CsRgsWorkflow
Get-CsMeetingRoom -Filter {LineURI -ne $Null}

1 comment:

  1. See http://gallery.technet.microsoft.com/Lync-Uri-Assignment-fa585619, does all of the above in a tool

    ReplyDelete