Category: Powershell
-
Powershell 3.0 – out-GridView
It’s often frustrating to trawl through a lengthy display of text when calling up Lync data such as an output from get-csuser. To be fair I often just dump the results to a csv file with some formatting. That does however mean that I now need to open the xml file to…
-
Lync Performance Counters
By using the Lync Shell command CSWindowsService one is able to grab a snapshot of all the current call and conferencing activity.CommandGet-CsWindowsServiceOutput This is by no means all the Lync Counters..If you wanted to see all the Lync Counters use the following command:Get-Counter -ListSet “LS:*” | Select-Objec