Topic Last Modified: 2013-07-05
By using the Get-CsOnlineUser cmdlet and the LdapFilter or Filter parameters, you can easily return information about a targeted set of users. For example, this command returns all the users who work in the Finance department:
Copy Code | |
---|---|
Get-CsOnlineUser -LdapFilter "department=Finance" |