Friday, June 11, 2010

CS 14 UI-to-PowerShell Mapping

On this page you can see the mapping between the CS 14 UI mapping to the PowerShell , that’s perfect!

example:

The User Search Dialog

To access the User Search dialog in the Communications Server Control Panel, click the Users tab.

The Results pane of the User Search dialog corresponds to the properties and parameters of the following cmdlet:

· Get-CsAdUser, which is used to retrieve information about all your Active Directory user accounts:
Get-CsAdUser

· Get-CsUser, which is used to retrieve information about only those Active Directory user accounts that have been enabled for Microsoft Communications Server “14”:
Get-CsUser

The User Search dialog (and the Results pane) is shown below, along with the corresponding parameter names found in Get-CsAdUser and Get-CsUser

PS user