Skip to content

Commit 372d2ec

Browse files
authored
Merge pull request #7426 from MicrosoftDocs/chrisda
Chrisda to Master
2 parents c27d698 + 685bb03 commit 372d2ec

9 files changed

+5
-10
lines changed

exchange/exchange-ps/exchange/Get-ApplicationAccessPolicy.md

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

2323
## SYNTAX
2424

25-
### Set1
2625
```
2726
Get-ApplicationAccessPolicy [[-Identity] <ApplicationAccessPolicyIdParameter>]
2827
[<CommonParameters>]

exchange/exchange-ps/exchange/New-ApplicationAccessPolicy.md

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

2323
## SYNTAX
2424

25-
### Set1
2625
```
2726
New-ApplicationAccessPolicy -AccessRight <ApplicationAccessPolicyRight> -AppId <String[]> -PolicyScopeGroupId <RecipientIdParameter>
2827
[-Confirm]

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-ApplicationAccessPolicy.md

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

2323
## SYNTAX
2424

25-
### Set1
2625
```
27-
Remove-ApplicationAccessPolicy -[Identity] <ApplicationAccessPolicyIdParameter>
26+
Remove-ApplicationAccessPolicy [-Identity] <ApplicationAccessPolicyIdParameter>
2827
[-Confirm]
2928
[-WhatIf]
3029
[<CommonParameters>]

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]

exchange/exchange-ps/exchange/Set-ApplicationAccessPolicy.md

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

2323
## SYNTAX
2424

25-
### Set1
2625
```
2726
Set-ApplicationAccessPolicy [-Identity] <ApplicationAccessPolicyIdParameter>
2827
[-Description <String>]

exchange/exchange-ps/exchange/Test-ApplicationAccessPolicy.md

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

2323
## SYNTAX
2424

25-
### Set1
2625
```
2726
Test-ApplicationAccessPolicy [-Identity] <RecipientIdParameter> -AppId <String>
2827
[<CommonParameters>]

0 commit comments

Comments
 (0)