Skip to content

Commit 7ae4fd7

Browse files
committed
Removed extra spaces
1 parent 0474d9a commit 7ae4fd7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

exchange/docs-conceptual/exchange-cmdlet-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ For more information about variables, see [about_Variables](/powershell/module/m
108108

109109
In any programming language, an _escape character_ is used to identify special characters literally, and not by their normal function in that language. In Exchange PowerShell, when you enclose a text string in double quotation marks, the escape character is the back quotation mark escape character ( ` ).
110110

111-
For example, if you want the output `The price is $23`, enter the value **"The price is \`$23"**. The escape character is required on the dollar sign character ( $ ) because $ defines variables in PowerShell.
111+
For example, if you want the output `The price is $23`, enter the value **"The price is \`$23"**. The escape character is required on the dollar sign character ( $ ) because $ defines variables in PowerShell.
112112

113113
If you enclose the string in single quotation marks, the only special character you need to worry about is the single quotation mark character itself, which requires two single quotation marks to escape ( `''` ).
114114

exchange/exchange-ps/exchange/New-MigrationBatch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ To disable the migration of the users in the original migration batch, use the D
588588
589589
```yaml
590590
Type: MultiValuedProperty
591-
Parameter Sets: Preexisting, PreexistingUsers
591+
Parameter Sets: Preexisting, PreexistingUsers
592592
Aliases:
593593
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
594594

@@ -624,7 +624,7 @@ A valid value for this parameter requires you to read the file to a byte-encoded
624624

625625
```yaml
626626
Type: Byte[]
627-
Parameter Sets: Abch, Analysis, FolderMove, Local, LocalPublicFolder, Offboarding, XO1, PublicFolderToUnifiedGroup, GoogleResourceOnboarding, PointInTimeRecoveryProvisionOnly, PointInTimeRecovery
627+
Parameter Sets: Abch, Analysis, FolderMove, Local, LocalPublicFolder, Offboarding, XO1, PublicFolderToUnifiedGroup, GoogleResourceOnboarding, PointInTimeRecoveryProvisionOnly, PointInTimeRecovery
628628
Aliases:
629629
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
630630

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Set-OrganizationConfig -ShortenEventScopeDefault <ShortenEventScopeMode>
149149

150150
### AdfsAuthenticationParameter
151151
```
152-
Set-OrganizationConfig [-AdfsAudienceUris <MultiValuedProperty>] [-AdfsEncryptCertificateThumbprint <String>] [-AdfsIssuer <Uri>] [-AdfsSignCertificateThumbprints <MultiValuedProperty>]
152+
Set-OrganizationConfig [-AdfsAudienceUris <MultiValuedProperty>] [-AdfsEncryptCertificateThumbprint <String>] [-AdfsIssuer <Uri>] [-AdfsSignCertificateThumbprints <MultiValuedProperty>]
153153
[-ACLableSyncedObjectEnabled <Boolean>]
154154
[-ActivityBasedAuthenticationTimeoutEnabled <Boolean>]
155155
[-ActivityBasedAuthenticationTimeoutInterval <EnhancedTimeSpan>]

0 commit comments

Comments
 (0)