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.
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.
ReplyDelete(&(objectClass=User)(msRTCSIP-OptionFlags:1.2.840.113556.1.4.803:=128))
This comment has been removed by the author.
ReplyDeleteHi Jeff,
ReplyDeleteI 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
You have shared the good thing and the tip given is also one of the finest and the best one
ReplyDeleteThanks for posting, this is useful.
ReplyDelete