Link to home
Start Free TrialLog in
Avatar of racisco
racisco

asked on

Office Communicator active users

We use Office communicator 2007 R2 in our Environment. I think we purchased 100 user licences.
They want to enable office communicator for about 50 users.
Before adding those users... is there away to find out how many active users in office communicator ?
Avatar of Mahesh Sharma
Mahesh Sharma
Flag of United States of America image

Open command Prompt and Run

csvde -f C:\Docs\Export_Users\Data\All_Users_Export.csv -d dc=bsci,dc=bossci,dc=com -s <DC Name> -r "(&(objectCategory=person)(objectClass=user)(msExchHomeServerName=*))" -l dn,cn,samAccountName,displayname,targetaddress,msRTCSIP-Originatorsid,msRTCSIP-UserEnabled,msRTCSIP-PrimaryHomeServer,msRTCSIP-PrimaryUserAddress

This will give you all user export.
From csv file filter msRTCSIP-UserEnabled.
All having msRTCSIP-UserEnabled = True will be OCS enabled
ASKER CERTIFIED SOLUTION
Avatar of Mahesh Sharma
Mahesh Sharma
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of racisco
racisco

ASKER

thank you both it was really helpful