Skip to content

Commit e7d68e9

Browse files
authored
Merge pull request MicrosoftDocs#11030 from MicrosoftDocs/chrisda
Minor syntax block formatting update
2 parents 45a5a2e + 418ea94 commit e7d68e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

exchange/exchange-ps/exchange/New-TenantAllowBlockListSpoofItems.md

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

2323
```
24-
New-TenantAllowBlockListSpoofItems [-Identity] <HostedConnectionFilterPolicyIdParameter> -Action <String>
25-
-SendingInfrastructure <String> -SpoofedUser <String> -SpoofType <String>
24+
New-TenantAllowBlockListSpoofItems [-Identity] <HostedConnectionFilterPolicyIdParameter> -Action <String> -SendingInfrastructure <String> -SpoofedUser <String> -SpoofType <String>
2625
[-Confirm]
2726
[-WhatIf]
2827
[<CommonParameters>]

exchange/exchange-ps/exchange/Update-VivaModuleFeaturePolicy.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ For information about the parameter sets in the Syntax section below, see [Excha
2727
Update-VivaModuleFeaturePolicy -FeatureId <String> -ModuleId <String> -PolicyId <String>
2828
[-Confirm]
2929
[-IsFeatureEnabled <Boolean>]
30-
[-GroupIds <String[]>] [-UserIds <String[]>]
30+
[-GroupIds <String[]>]
3131
[-Everyone <Boolean>]
3232
[-Name <String>]
3333
[-ResultSize <Unlimited>]
34+
[-UserIds <String[]>]
3435
[-WhatIf]
3536
[<CommonParameters>]
3637
```

0 commit comments

Comments
 (0)