Counting Enterprise Voice Enabled Users in Lync

If you are like me you like to keep track of your deployment. Here is a quick tip. To count your Voice enabled users in Lync you can issue the following PowerShell command:

(get-csuser -OnLyncServer -Filter {EnterpriseVoiceEnabled -eq $true}).count

Quick and simple.

VoIPNorm

BTW Month of March over 10,000 hits on VoIPNorm. Biggest month to date.

5 comments:

  1. Nice. My old-school approach to this was to use the following LDAP bitwise filter query in ADUC. Just add the status bar to the view for the object count.

    (&(objectClass=User)(msRTCSIP-OptionFlags:1.2.840.113556.1.4.803:=128))

    ReplyDelete
  2. This comment has been removed by the author.

    ReplyDelete
  3. Hi Jeff,

    I have used the AD method as well which works fairly well.

    Just thought for all those PowerShell Junkies out there this would be a good one.

    Cheers
    Chris

    ReplyDelete
  4. You have shared the good thing and the tip given is also one of the finest and the best one

    ReplyDelete
  5. Thanks for posting, this is useful.

    ReplyDelete

Note: Only a member of this blog may post a comment.