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
Updating based on feedback from customer that using display name doesn't work. I tested this out. display name doesn't work if using TRPS, but it does work in onprem. Clarified the docs to that effect
In Example 1, the `Set-CsUser` cmdlet is used to modify the user account with the Identity Pilar Ackerman.
46
+
In Example 1, the `Set-CsUser` cmdlet is used to modify the user account [email protected].
47
47
In this case, the account is modified to enable Enterprise Voice, the Microsoft implementation of VoIP.
48
48
This task is carried out by adding the EnterpriseVoiceEnabled parameter, and then setting the parameter value to $True.
49
49
@@ -62,7 +62,11 @@ That information is then piped to the `Set-CsUser` cmdlet, which enables Enterpr
62
62
63
63
### -Identity
64
64
Indicates the Identity of the user account to be modified.
65
-
User 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 display name (for example, Ken Myer).
65
+
User Identities can be specified using one of four formats:
66
+
-1) the user's SIP address;
67
+
-2) the user's user principal name (UPN);
68
+
-3) the user's domain name and logon name, in the form domain\logon (for example, litwareinc\kenmyer)
69
+
-4) the user's Active Directory display name (for example, Ken Myer), (only available if using the on-premises cmdlets)
66
70
User Identities can also be referenced by using the user's Active Directory distinguished name.
67
71
68
72
You can use the asterisk (*) wildcard character when using the display name as the user Identity.
0 commit comments