Measure-UcmOnPremNumberRange
A tool for auditing number blocks for an on-premises Lync or Skype for Business instance. Handy for planning porting numbers to Teams or another solution
Description
Offline Audit
# From a folder on the FrontEnd Pool, run these cmdlets. Note file names must match!
Get-CsUser | Export-Csv -Path .\UserList.csv
Get-CsMeetingRoom | Export-Csv -Path .\MeetingRoom.csv
Get-CsAnalogDevice -Path .\AnalogDevice.csv
Get-CsCommonAreaPhone -Path .\CommonArea.csv
Get-CsExUmContact -Path .\Exchange.csv
Get-CsDialInConferencingAccessNumber -Path .\DialInConf.csv
Get-CsTrustedApplicationEndpoint -Path .\TrustedApp.csv
Get-CsRgsWorkFlow -Path .\RgsWorkFlow.csv
#Then transfer the CSV files to your machine with UcmPsTools installed
#Open a PowerShell window in the folder containing the files and run
Measure-UcmOnPremNumberRange -OfflineLast updated