You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: skype/skype-ps/skype/Get-CsUserPoolInfo.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -59,8 +59,8 @@ This command returns user pool information for a single user: the user with the
59
59
Get-CsUser | Get-CsUserPoolInfo
60
60
```
61
61
62
-
In Example 2, user pool information is returned for all the users who have been enabled for Skype for Business Server 2015.
63
-
To carry out this task, the command first calls the Get-CsUser cmdlet without any parameters in order to return a collection of all the Skype for Business Server 2015-enabled users.
62
+
In Example 2, user pool information is returned for all the users who have been enabled for Skype for Business Server.
63
+
To carry out this task, the command first calls the Get-CsUser cmdlet without any parameters in order to return a collection of all the users enabled for Skype for Business Server.
64
64
This collection is then piped to the Get-CsUserPoolInfo cmdlet, which displays pool information for each user in the collection.
65
65
66
66
### -------------------------- EXAMPLE --------------------------
The command shown in Example 5 returns pool information for all the users who have not been assigned a backup Registrar pool.
96
-
To carry out this task, the command first calls the Get-CsUser cmdlet to return a collection of all the users who have been enabled for Skype for Business Server 2015.
96
+
To carry out this task, the command first calls the Get-CsUser cmdlet to return a collection of all the users who have been enabled for Skype for Business Server.
97
97
That information is then piped to the Get-CsUserPoolInfo cmdlet, which retrieves pool information for each user in the collection.
98
98
Finally, that pool information is piped to the Where-Object cmdlet, which displays data only for those users where the BackupPoolFqdn property is equal to a null value.
99
99
100
-
### -------------------------- Example ------------------------ (Lync Server 2010)
100
+
### -------------------------- Example ------------------------
@@ -115,8 +115,8 @@ Indicates the Identity of the user whose user pool information is to be retrieve
115
115
Identities can be specified using one of four formats: 1) the user's SIP address; 2) the user's user principal name (UPN); 3) the user's domain name and logon name, in the form domain\logon (for example, litwareinc\kenmyer); and, 4) the user's Active Directory Domain Services display name (for example, Ken Myer).
116
116
You can also reference a user account by using the user's Active Directory distinguished name.
117
117
118
-
You can use the asterisk (*) wildcard character when using the Display Name as the user Identity.
119
-
For example, the Identity "* Smith" returns information for users who have a last name that ends with the string value " Smith".
118
+
You can use the asterisk (\*) wildcard character when using the Display Name as the user Identity.
119
+
For example, the Identity "\* Smith" returns information for users who have a last name that ends with the string value " Smith".
120
120
121
121
122
122
@@ -158,7 +158,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
158
158
159
159
###
160
160
String or Microsoft.Rtc.Management.ADConnect.Schema.ADUser object.
161
-
The Get-CsUserPoolInfo cmdlet accepts a pipelined string value representing the SamAccountName of a user account that has been enabled for Skype for Business Server 2015.
161
+
The Get-CsUserPoolInfo cmdlet accepts a pipelined string value representing the SamAccountName of a user account that has been enabled for Skype for Business Server.
162
162
The cmdlet also accepts pipelined instances of the Active Directory user object.
0 commit comments