Skip to the main content.

Reporting on Number of Users per Pool

One of my customers has Lync deployment with multiple sites and three Lync pools. If I try to use the Lync Control Panel to determine the number of users per site I am limited to 200 results. This obvious is not sufficient if you have more than 200 users in a site. Never mind that I think it’s shortsighted not to be able to modify the number of results in Control Panel, but never the less, PowerShell to the rescue!!! I took an old Exchange script and modified it to pull all users and group them by RegistrarPool and then sorted them by Name. Here is the little cmdlet.

Get-CsUser -ResultSize:Unlimited | Group-Object -Property:RegistrarPool | Select-Object Name,Count | Sort-Object -Property:Count

 

Here are the results:

Name                    Count

Pool1.company.com            107

Pool2.company.com            156

Pool3.company.com            223

Decoding the Azure Stack: Global Azure, Azure Stack Hub, and Azure Stack HCI

Decoding the Azure Stack: Global Azure, Azure Stack Hub, and Azure Stack HCI

As organizations pivot towards a hybrid cloud strategy, understanding the nuances between Global Azure, Azure Stack Hub, and Azure Stack HCI becomes...

Understanding Extended Security Update Options for Windows Server 2012

Understanding Extended Security Update Options for Windows Server 2012

Windows Server 2012/R2, a cornerstone of server operating systems, reached its end-of-life on October 10, 2023. This cessation of regular...

Navigating the Upcoming Changes to the Azure RI Exchange Policy

Navigating the Upcoming Changes to the Azure RI Exchange Policy

As cloud infrastructure becomes central to business operations, it's essential to understand the nuances of cloud resource management for...