Skip to content

Commit 9653b13

Browse files
authored
Merge pull request #8523 from MicrosoftDocs/v-gmoor-fix-lost-placeholders
Fix lost placeholders in published text
2 parents c5993b3 + d79421a commit 9653b13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

exchange/exchange-ps/exchange/Set-OrganizationConfig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1512,7 +1512,7 @@ You can use the following user attributes. The actual values are determined by t
15121512
- `<City>`
15131513
- `<Company>`
15141514
- `<CountryCode>`
1515-
- `<CountryOrRegion>
1515+
- `<CountryOrRegion>`
15161516
- `<CustomAttribute1>` to `<CustomAttribute15>`
15171517
- `<Department>`
15181518
- `<ExtensionCustomAttribute1>` to `<ExtensionCustomAttribute5>`

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)