Skip to content

Commit d79421a

Browse files
committed
Escape angle brackets to fix missing placeholder
Without backslashes in front of the angle brackets, <UserIdentity> was interpreted as a (disallowed) HTML tag, and the placeholder did not appear in the published page.
1 parent 975d3cc commit d79421a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exchange/exchange-ps/exchange/Start-ManagedFolderAssistant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ The Identity parameter specifies the mailbox to be processed. In cross-premises
130130
- SamAccountName
131131
- User ID or user principal name (UPN)
132132

133-
**Note**: In the cloud-based service, if you receive an error, try using the mailbox GUID for the value of this parameter. You can get the mailbox GUID value by replacing <UserIdentity> with the email address of the user and running the following command: `Get-Mailbox -User <UserIdentity> | Format-List *GUID,MailboxLocations`.
133+
**Note**: In the cloud-based service, if you receive an error, try using the mailbox GUID for the value of this parameter. You can get the mailbox GUID value by replacing \<UserIdentity\> with the email address of the user and running the following command: `Get-Mailbox -User <UserIdentity> | Format-List *GUID,MailboxLocations`.
134134

135135
```yaml
136136
Type: MailboxOrMailUserIdParameter

0 commit comments

Comments
 (0)