Skip to content

Commit 685bb03

Browse files
committed
Typo fixes
1 parent b6c6618 commit 685bb03

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ New-Mailbox [-Name] <String> -Password <SecureString> -MicrosoftOnlineServicesID
101101

102102
### Arbitration
103103
```
104-
New-Mailbox [-Name] [-Arbitration] <String> [-Password <SecureString>] [-UserPrincipalName <String>]
104+
New-Mailbox [-Name] <String> [-Arbitration] [-Password <SecureString>] [-UserPrincipalName <String>]
105105
[-ActiveSyncMailboxPolicy <MailboxPolicyIdParameter>]
106106
[-AddressBookPolicy <AddressBookMailboxPolicyIdParameter>]
107107
[-Alias <String>]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ New-MigrationBatch -Name <String> -CSVData <Byte[]> -SourcePublicFolderDatabase
166166

167167
### PreexistingUserIds
168168
```
169-
New-MigrationBatch <MultiValuedProperty> -Name <String> [-UserIds]
169+
New-MigrationBatch -Name <String> [-UserIds] <MultiValuedProperty>
170170
[-AllowIncrementalSyncs <Boolean>]
171171
[-AllowUnknownColumnsInCsv <Boolean>]
172172
[-AutoComplete]

exchange/exchange-ps/exchange/New-OwaVirtualDirectory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ For information about the parameter sets in the Syntax section below, see [Excha
2222

2323
```
2424
New-OwaVirtualDirectory
25-
[[-ApplicationRoot <String>]
25+
[-ApplicationRoot <String>]
2626
[-AppPoolId <String>]
2727
[-Confirm]
2828
[-DomainController <Fqdn>]

exchange/exchange-ps/exchange/Remove-PublicFolderAdministrativePermission.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Remove-PublicFolderAdministrativePermission[[-Identity] <PublicFolderIdParameter
3939
[-Confirm]
4040
[-Deny]
4141
[-DomainController <Fqdn>]
42-
[-InheritanceType <ActiveDirectorySecurityInheritance>]
42+
[-InheritanceType <ActiveDirectorySecurityInheritance>]
4343
[-Server <ServerIdParameter>]
4444
[-User <SecurityPrincipalIdParameter>]
4545
[-WhatIf]

0 commit comments

Comments
 (0)