Skip to content

Commit 64d7e79

Browse files
committed
More updates to New-ComplianceSearchAction
And other global updates related to cmdlet with parameters missing a YAML section and corresponding syntax entry, duplicated cf alias values for Confirm, and also parameters missing an Applicable tag.
1 parent 65a38af commit 64d7e79

File tree

19 files changed

+2504
-1900
lines changed

19 files changed

+2504
-1900
lines changed

exchange/exchange-ps/exchange/advanced-threat-protection/Disable-AntiPhishRule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The Confirm switch specifies whether to show or hide the confirmation prompt. Ho
6666
```yaml
6767
Type: SwitchParameter
6868
Parameter Sets: (All)
69-
Aliases: cf cf
69+
Aliases: cf
7070
Applicable: Exchange Online, Exchange Online Protection
7171
Required: False
7272
Position: Named

exchange/exchange-ps/exchange/advanced-threat-protection/Enable-AntiPhishRule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The Confirm switch specifies whether to show or hide the confirmation prompt. Ho
6666
```yaml
6767
Type: SwitchParameter
6868
Parameter Sets: (All)
69-
Aliases: cf cf
69+
Aliases: cf
7070
Applicable: Exchange Online, Exchange Online Protection
7171
Required: False
7272
Position: Named

exchange/exchange-ps/exchange/advanced-threat-protection/New-AntiPhishPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ The Confirm switch specifies whether to show or hide the confirmation prompt. Ho
124124
```yaml
125125
Type: SwitchParameter
126126
Parameter Sets: (All)
127-
Aliases: cf cf
127+
Aliases: cf
128128
Applicable: Exchange Online, Exchange Online Protection
129129
Required: False
130130
Position: Named

exchange/exchange-ps/exchange/advanced-threat-protection/New-AntiPhishRule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ The Confirm switch specifies whether to show or hide the confirmation prompt. Ho
109109
```yaml
110110
Type: SwitchParameter
111111
Parameter Sets: (All)
112-
Aliases: cf cf
112+
Aliases: cf
113113
Applicable: Exchange Online, Exchange Online Protection
114114
Required: False
115115
Position: Named

exchange/exchange-ps/exchange/advanced-threat-protection/Remove-AntiPhishPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The Confirm switch specifies whether to show or hide the confirmation prompt. Ho
6767
```yaml
6868
Type: SwitchParameter
6969
Parameter Sets: (All)
70-
Aliases: cf cf
70+
Aliases: cf
7171
Applicable: Exchange Online, Exchange Online Protection
7272
Required: False
7373
Position: Named

exchange/exchange-ps/exchange/advanced-threat-protection/Remove-AntiPhishRule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The Confirm switch specifies whether to show or hide the confirmation prompt. Ho
6666
```yaml
6767
Type: SwitchParameter
6868
Parameter Sets: (All)
69-
Aliases: cf cf
69+
Aliases: cf
7070
Applicable: Exchange Online, Exchange Online Protection
7171
Required: False
7272
Position: Named

exchange/exchange-ps/exchange/advanced-threat-protection/Set-AntiPhishPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ The Confirm switch specifies whether to show or hide the confirmation prompt. Ho
102102
```yaml
103103
Type: SwitchParameter
104104
Parameter Sets: (All)
105-
Aliases: cf cf
105+
Aliases: cf
106106
Applicable: Exchange Online, Exchange Online Protection
107107
Required: False
108108
Position: Named

exchange/exchange-ps/exchange/advanced-threat-protection/Set-AntiPhishRule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ The Confirm switch specifies whether to show or hide the confirmation prompt. Ho
108108
```yaml
109109
Type: SwitchParameter
110110
Parameter Sets: (All)
111-
Aliases: cf cf
111+
Aliases: cf
112112
Applicable: Exchange Online, Exchange Online Protection
113113
Required: False
114114
Position: Named

exchange/exchange-ps/exchange/advanced-threat-protection/Set-AtpPolicyForO365.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ For information about the parameter sets in the Syntax section below, see Exchan
2323

2424
```
2525
Set-AtpPolicyForO365 [[-Identity] <AtpPolicyForO365IdParameter>] [-AllowClickThrough <$true | $false>]
26-
[-BlockUrls <MultiValuedProperty>] [-Confirm] [-EnableSafeLinksForClients <$true | $false>]
27-
[-EnableSafeLinksForWebAccessCompanion <$true | $false>] [-TrackClicks <$true | $false>] [-WhatIf]
28-
[<CommonParameters>]
26+
[-BlockUrls <MultiValuedProperty>] [-Confirm] [-EnableATPForSPOTeamsODB <$true | $false>]
27+
[-EnableSafeLinksForClients <$true | $false>] [-EnableSafeLinksForWebAccessCompanion <$true | $false>]
28+
[-TrackClicks <$true | $false>] [-WhatIf] [<CommonParameters>]
2929
```
3030

3131
## DESCRIPTION
@@ -106,6 +106,18 @@ The EnableATPForSPOTeamsODB parameter specifies whether ATP is enabled for Share
106106
107107
- $false: ATP is disabled for SharePoint Online, OneDrive for Business and Microsoft Teams. This is the default value.
108108
109+
```yaml
110+
Type: $true | $false
111+
Parameter Sets: (All)
112+
Aliases:
113+
Applicable: Exchange Online, Exchange Online Protection
114+
Required: False
115+
Position: Named
116+
Default value: None
117+
Accept pipeline input: False
118+
Accept wildcard characters: False
119+
```
120+
109121
### -EnableSafeLinksForClients
110122
111123
The EnableSafeLinksForClients parameter specifies whether Safe Links is enabled for Office 365 ProPlus clients. Valid values are:

exchange/exchange-ps/exchange/client-access-servers/New-WebServicesVirtualDirectory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ The MRSProxyMaxConnections parameter specifies the maximum number of simultaneou
345345
Type: Unlimited
346346
Parameter Sets: (All)
347347
Aliases:
348-
348+
Applicable: Exchange Server 2010
349349
Required: False
350350
Position: Named
351351
Default value: None

0 commit comments

Comments
 (0)