Skip to content

Commit 7278739

Browse files
authored
Update New-Mailbox.md
1 parent 01dd262 commit 7278739

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

exchange/exchange-ps/exchange/New-Mailbox.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1068,7 +1068,7 @@ Accept wildcard characters: False
10681068
### -MicrosoftOnlineServicesID
10691069
This parameter is available only in the cloud-based service.
10701070

1071-
The MicrosoftOnlineServicesID parameter specifies the user ID for the object. This parameter only applies to objects in the cloud-based service and it's used as a replacement of UserPrincipalName in the cloud. It isn't available for on-premises deployments.
1071+
The MicrosoftOnlineServicesID parameter specifies the user ID for the object. This parameter applies only to objects in the cloud-based service and is used instead of the UserPrincipalName parameter. The MicrosoftOnlineServicesID parameter isn't available in on-premises deployments.
10721072

10731073
```yaml
10741074
Type: WindowsLiveId
@@ -1222,7 +1222,9 @@ Accept wildcard characters: False
12221222
### -UserPrincipalName
12231223
This parameter is available only in on-premises Exchange.
12241224

1225-
The UserPrincipalName parameter specifies the logon name for the user account. The UPN uses an email address format: `username@domain`. Typically, the domain value is the domain where the user account resides. Please use the MicrosoftOnlineServicesID swtich if you're running the CmdLet from the cloud instead.
1225+
The UserPrincipalName parameter specifies the logon name for the user account. The UPN uses an email address format: `username@domain`. Typically, the domain value is the domain where the user account resides.
1226+
1227+
In the cloud-based service, use the MicrosoftOnlineServicesID parameter instead.
12261228

12271229
```yaml
12281230
Type: String

0 commit comments

Comments
 (0)