Skip to content

Commit f14fcf7

Browse files
committed
Name param special character issues
Issue #11500
1 parent bf66846 commit f14fcf7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -809,6 +809,8 @@ This example assumes that you've already created a mail-enabled security group n
809809
### -Name
810810
The Name parameter specifies the unique name of the mailbox. The maximum length is 64 characters. If the value contains spaces, enclose the value in quotation marks (").
811811

812+
In the cloud-based service, many special characters aren't allowed in the Name value (for example, ö, ü, or ä). For more information, see [Error when you try to create a username that contains a special character in Microsoft 365](https://learn.microsoft.com/office/troubleshoot/office-suite-issues/username-contains-special-character).
813+
812814
```yaml
813815
Type: String
814816
Parameter Sets: (All)

exchange/exchange-ps/exchange/Set-Mailbox.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3980,6 +3980,8 @@ Accept wildcard characters: False
39803980
### -Name
39813981
The Name parameter specifies the unique name of the mailbox. The maximum length is 64 characters. If the value contains spaces, enclose the value in quotation marks (").
39823982

3983+
In the cloud-based service, many special characters aren't allowed in the Name value (for example, ö, ü, or ä). For more information, see [Error when you try to create a username that contains a special character in Microsoft 365](https://learn.microsoft.com/office/troubleshoot/office-suite-issues/username-contains-special-character).
3984+
39833985
```yaml
39843986
Type: String
39853987
Parameter Sets: (All)

0 commit comments

Comments
 (0)