How to.know how many users connect to 1 skype.server

UtauyoNASE 2,816 Reputation points
2020-12-25T06:23:33.187+00:00

We have total 4 SFB Server. There are sfb server A,B,C,D. How do I know how many users.connected to.A Server?

Skype for Business
Skype for Business
A Microsoft communications service that provides communications capabilities across presence, instant messaging, audio/video calling, and an online meeting experience that includes audio, video, and web conferencing.
618 questions
0 comments No comments
{count} votes

Accepted answer
  1. JimmyYang-MSFT 52,031 Reputation points Microsoft Vendor
    2020-12-25T07:24:53.97+00:00

    Hi @UtauyoNASE

    Based on my knowledge, you can use the following command in Skype for Business PowerShell:

    (Get-CsUser -Filter {RegistrarPool -eq "PoolFQDN"}).count

    51750-13.png

    For more details about this command, you can refer to:

    https://video2.skills-academy.com/en-us/powershell/module/skype/get-csuser?view=skype-ps


    If the response is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.