Skip to content

Commit 420e634

Browse files
committed
Blind cmdlet sweep EOP and S&C
1 parent 44fc2ae commit 420e634

19 files changed

+302
-79
lines changed

exchange/exchange-ps/exchange/Get-ComplianceTagStorage.md

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

2323
```
2424
Get-ComplianceTagStorage [[-Identity] <PolicyIdParameter>]
25+
[-Organization <OrganizationIdParameter>]
2526
[<CommonParameters>]
2627
```
2728

@@ -61,6 +62,22 @@ Accept pipeline input: True
6162
Accept wildcard characters: False
6263
```
6364
65+
### -Organization
66+
This parameter is reserved for internal Microsoft use.
67+
68+
```yaml
69+
Type: OrganizationIdParameter
70+
Parameter Sets: (All)
71+
Aliases:
72+
Applicable: Security & Compliance
73+
74+
Required: False
75+
Position: Named
76+
Default value: None
77+
Accept pipeline input: False
78+
Accept wildcard characters: False
79+
```
80+
6481
### CommonParameters
6582
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/p/?LinkID=113216).
6683

exchange/exchange-ps/exchange/Get-PhishSimOverridePolicy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Exchange.TransportMailflow-Help.xml
33
online version: https://learn.microsoft.com/powershell/module/exchange/get-phishsimoverridepolicy
4-
applicable: Exchange Online, Security & Compliance, Exchange Online Protection
4+
applicable: Exchange Online
55
title: Get-PhishSimOverridePolicy
66
schema: 2.0.0
77
author: chrisda
@@ -50,7 +50,7 @@ The Identity parameter specifies the phishing simulation override policy that yo
5050
Type: PolicyIdParameter
5151
Parameter Sets: (All)
5252
Aliases:
53-
Applicable: Exchange Online, Security & Compliance, Exchange Online Protection
53+
Applicable: Exchange Online
5454

5555
Required: False
5656
Position: 0
@@ -66,7 +66,7 @@ This parameter is reserved for internal Microsoft use.
6666
Type: Fqdn
6767
Parameter Sets: (All)
6868
Aliases:
69-
Applicable: Exchange Online, Exchange Online Protection
69+
Applicable: Exchange Online
7070

7171
Required: False
7272
Position: Named

exchange/exchange-ps/exchange/Get-RoleGroup.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ For information about the parameter sets in the Syntax section below, see [Excha
2424
Get-RoleGroup [[-Identity] <RoleGroupIdParameter>]
2525
[-DomainController <Fqdn>]
2626
[-Filter <String>]
27-
[-Organization <OrganizationIdParameter>]
2827
[-ReadFromDomainController]
2928
[-ResultSize <Unlimited>]
3029
[-ShowPartnerLinked]
@@ -139,24 +138,6 @@ Accept pipeline input: False
139138
Accept wildcard characters: False
140139
```
141140

142-
### -Organization
143-
This parameter is available only in the cloud-based service.
144-
145-
This parameter is reserved for internal Microsoft use.
146-
147-
```yaml
148-
Type: OrganizationIdParameter
149-
Parameter Sets: (All)
150-
Aliases:
151-
Applicable: Security & Compliance
152-
153-
Required: False
154-
Position: Named
155-
Default value: None
156-
Accept pipeline input: False
157-
Accept wildcard characters: False
158-
```
159-
160141
### -ReadFromDomainController
161142
This parameter is available only in on-premises Exchange.
162143

exchange/exchange-ps/exchange/Get-SecOpsOverridePolicy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Exchange.TransportMailflow-Help.xml
33
online version: https://learn.microsoft.com/powershell/module/exchange/get-secopsoverridepolicy
4-
applicable: Exchange Online, Security & Compliance, Exchange Online Protection
4+
applicable: Exchange Online
55
title: Get-SecOpsOverridePolicy
66
schema: 2.0.0
77
author: chrisda
@@ -52,7 +52,7 @@ The Identity parameter specifies the SecOps override policy that you want to mod
5252
Type: PolicyIdParameter
5353
Parameter Sets: (All)
5454
Aliases:
55-
Applicable: Exchange Online, Security & Compliance, Exchange Online Protection
55+
Applicable: Exchange Online
5656

5757
Required: False
5858
Position: 0
@@ -68,7 +68,7 @@ This parameter is reserved for internal Microsoft use.
6868
Type: Fqdn
6969
Parameter Sets: (All)
7070
Aliases:
71-
Applicable: Exchange Online, Exchange Online Protection
71+
Applicable: Exchange Online
7272

7373
Required: False
7474
Position: Named

exchange/exchange-ps/exchange/Get-SweepRule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Exchange.TransportMailflow-Help.xml
33
online version: https://learn.microsoft.com/powershell/module/exchange/get-sweeprule
4-
applicable: Exchange Server 2016, Exchange Server 2019, Exchange Online
4+
applicable: Exchange Server 2016, Exchange Server 2019, Exchange Online, Exchange Online Protection
55
title: Get-SweepRule
66
schema: 2.0.0
77
author: chrisda

exchange/exchange-ps/exchange/New-DlpCompliancePolicy.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ New-DlpCompliancePolicy [-Name] <String>
2626
[-Confirm]
2727
[-EndpointDlpAdaptiveScopes <MultiValuedProperty>]
2828
[-EndpointDlpAdaptiveScopesException <MultiValuedProperty>]
29+
[-EndpointDlpExtendedLocations <String>]
2930
[-EndpointDlpLocation <MultiValuedProperty>]
3031
[-EndpointDlpLocationException <MultiValuedProperty>]
3132
[-ExceptIfOneDriveSharedBy <RecipientIdParameter[]>]
@@ -177,6 +178,22 @@ Accept pipeline input: False
177178
Accept wildcard characters: False
178179
```
179180

181+
### -EndpointDlpExtendedLocations
182+
{{ Fill EndpointDlpExtendedLocations Description }}
183+
184+
```yaml
185+
Type: String
186+
Parameter Sets: (All)
187+
Aliases:
188+
Applicable: Security & Compliance
189+
190+
Required: False
191+
Position: Named
192+
Default value: None
193+
Accept pipeline input: False
194+
Accept wildcard characters: False
195+
```
196+
180197
### -EndpointDlpLocation
181198
**Note**: This parameter requires membership in the Compliance Administrator or Compliance Data Administrator roles in Microsoft Entra ID.
182199

exchange/exchange-ps/exchange/New-DlpComplianceRule.md

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ New-DlpComplianceRule [-Name] <String> -Policy <PolicyIdParameter>
3131
[-AnyOfRecipientAddressMatchesPatterns <MultiValuedProperty>]
3232
[-ApplyBrandingTemplate <String>]
3333
[-ApplyHtmlDisclaimer <PswsHashtable>]
34+
[-AttachmentIsNotLabeled <Boolean>]
3435
[-BlockAccess <Boolean>]
3536
[-BlockAccessScope <Microsoft.Office.CompliancePolicy.Tasks.BlockAccessScope>]
3637
[-Comment <String>]
@@ -114,8 +115,10 @@ New-DlpComplianceRule [-Name] <String> -Policy <PolicyIdParameter>
114115
[-HeaderMatchesPatterns <PswsHashtable>]
115116
[-ImmutableId <System.Guid>]
116117
[-IncidentReportContent <ReportContentOption[]>]
118+
[-MessageIsNotLabeled <Boolean>]
117119
[-MessageSizeOver <Microsoft.Exchange.Data.ByteQuantifiedSize>]
118120
[-MessageTypeMatches <Microsoft.Office.CompliancePolicy.PolicyEvaluation.MessageTypes>]
121+
[-MipRestrictAccess <PswsHashtable[]>]
119122
[-Moderate <PswsHashtable>]
120123
[-ModifySubject <PswsHashtable>]
121124
[-NonBifurcatingAccessScope <Microsoft.Office.CompliancePolicy.Tasks.NonBifurcatingAccessScope>]
@@ -126,6 +129,7 @@ New-DlpComplianceRule [-Name] <String> -Policy <PolicyIdParameter>
126129
[-NotifyEmailExchangeIncludeAttachment <Boolean>]
127130
[-NotifyEndpointUser <PswsHashtable>]
128131
[-NotifyOverrideRequirements <Microsoft.Office.CompliancePolicy.PolicyEvaluation.PolicyOverrideRequirements>]
132+
[-NotifyPolicyTipCustomDialog <String>]
129133
[-NotifyPolicyTipCustomText <String>]
130134
[-NotifyPolicyTipCustomTextTranslations <MultiValuedProperty>]
131135
[-NotifyPolicyTipDisplayOption <Microsoft.Office.CompliancePolicy.PolicyEvaluation.PolicyTipDisplayOption>]
@@ -513,6 +517,22 @@ Accept pipeline input: False
513517
Accept wildcard characters: False
514518
```
515519

520+
### -AttachmentIsNotLabeled
521+
{{ Fill AttachmentIsNotLabeled Description }}
522+
523+
```yaml
524+
Type: Boolean
525+
Parameter Sets: (All)
526+
Aliases:
527+
Applicable: Security & Compliance
528+
529+
Required: False
530+
Position: Named
531+
Default value: None
532+
Accept pipeline input: False
533+
Accept wildcard characters: False
534+
```
535+
516536
### -BlockAccess
517537
The BlockAccess parameter specifies an action for the DLP rule that blocks access to the source item when the conditions of the rule are met. Valid values are:
518538

@@ -2296,6 +2316,22 @@ Accept pipeline input: False
22962316
Accept wildcard characters: False
22972317
```
22982318

2319+
### -MessageIsNotLabeled
2320+
{{ Fill MessageIsNotLabeled Description }}
2321+
2322+
```yaml
2323+
Type: Boolean
2324+
Parameter Sets: (All)
2325+
Aliases:
2326+
Applicable: Security & Compliance
2327+
2328+
Required: False
2329+
Position: Named
2330+
Default value: None
2331+
Accept pipeline input: False
2332+
Accept wildcard characters: False
2333+
```
2334+
22992335
### -MessageSizeOver
23002336
The MessageSizeOver parameter specifies a condition for the DLP rule that looks for messages larger than the specified size. The size include the message and all attachments.
23012337

@@ -2351,6 +2387,22 @@ Accept pipeline input: False
23512387
Accept wildcard characters: False
23522388
```
23532389

2390+
### -MipRestrictAccess
2391+
{{ Fill MipRestrictAccess Description }}
2392+
2393+
```yaml
2394+
Type: PswsHashtable[]
2395+
Parameter Sets: (All)
2396+
Aliases:
2397+
Applicable: Security & Compliance
2398+
2399+
Required: False
2400+
Position: Named
2401+
Default value: None
2402+
Accept pipeline input: False
2403+
Accept wildcard characters: False
2404+
```
2405+
23542406
### -Moderate
23552407
The Moderate parameter specifies an action for the DLP rule that sends the email message to a moderator. This parameter uses the syntax: `@{ModerateMessageByManager = <$true | $false>; ModerateMessageByUser = "emailaddress1,emailaddress2,...emailaddressN"}`.
23562408

@@ -2545,6 +2597,22 @@ Accept pipeline input: False
25452597
Accept wildcard characters: False
25462598
```
25472599

2600+
### -NotifyPolicyTipCustomDialog
2601+
{{ Fill NotifyPolicyTipCustomDialog Description }}
2602+
2603+
```yaml
2604+
Type: String
2605+
Parameter Sets: (All)
2606+
Aliases:
2607+
Applicable: Security & Compliance
2608+
2609+
Required: False
2610+
Position: Named
2611+
Default value: None
2612+
Accept pipeline input: False
2613+
Accept wildcard characters: False
2614+
```
2615+
25482616
### -NotifyPolicyTipCustomText
25492617
The NotifyPolicyTipCustomText parameter specifies the custom text in the Policy Tip notification message that's shown to recipients when the conditions of the rule are met. The maximum length is 256 characters. HTML tags and tokens (variables) aren't supported.
25502618

exchange/exchange-ps/exchange/New-InformationBarrierPolicy.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ New-InformationBarrierPolicy [-Name] <String> -AssignedSegment <String> -Segment
2626
[-Comment <String>]
2727
[-Confirm]
2828
[-Force]
29+
[-ModerationAllowed <Boolean>]
2930
[-State <EopInformationBarrierPolicyState>]
3031
[-WhatIf]
3132
[<CommonParameters>]
@@ -37,6 +38,7 @@ New-InformationBarrierPolicy [-Name] <String> -AssignedSegment <String> -Segment
3738
[-Comment <String>]
3839
[-Confirm]
3940
[-Force]
41+
[-ModerationAllowed <Boolean>]
4042
[-WhatIf]
4143
[<CommonParameters>]
4244
```
@@ -47,6 +49,7 @@ New-InformationBarrierPolicy [-Name] <String> -AssignedSegment <String> -Segment
4749
[-Comment <String>]
4850
[-Confirm]
4951
[-Force]
52+
[-ModerationAllowed <Boolean>]
5053
[-WhatIf]
5154
[<CommonParameters>]
5255
```
@@ -224,6 +227,22 @@ Accept pipeline input: False
224227
Accept wildcard characters: False
225228
```
226229

230+
### -ModerationAllowed
231+
{{ Fill ModerationAllowed Description }}
232+
233+
```yaml
234+
Type: Boolean
235+
Parameter Sets: (All)
236+
Aliases:
237+
Applicable: Security & Compliance
238+
239+
Required: False
240+
Position: Named
241+
Default value: None
242+
Accept pipeline input: False
243+
Accept wildcard characters: False
244+
```
245+
227246
### -State
228247
The State parameter specifies whether the information barrier policy is active or inactive. Valid values are:
229248

exchange/exchange-ps/exchange/New-PhishSimOverridePolicy.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Exchange.TransportMailflow-Help.xml
33
online version: https://learn.microsoft.com/powershell/module/exchange/new-phishsimoverridepolicy
4-
applicable: Exchange Online, Security & Compliance, Exchange Online Protection
4+
applicable: Exchange Online
55
title: New-PhishSimOverridePolicy
66
schema: 2.0.0
77
author: chrisda
@@ -52,7 +52,7 @@ The Name parameter specifies the name for the phishing simulation override polic
5252
Type: String
5353
Parameter Sets: (All)
5454
Aliases:
55-
Applicable: Exchange Online, Security & Compliance, Exchange Online Protection
55+
Applicable: Exchange Online
5656

5757
Required: True
5858
Position: 0
@@ -68,7 +68,7 @@ The Comment parameter specifies an optional comment. If you specify a value that
6868
Type: String
6969
Parameter Sets: (All)
7070
Aliases:
71-
Applicable: Exchange Online, Security & Compliance, Exchange Online Protection
71+
Applicable: Exchange Online
7272

7373
Required: False
7474
Position: Named
@@ -87,7 +87,7 @@ The Confirm switch specifies whether to show or hide the confirmation prompt. Ho
8787
Type: SwitchParameter
8888
Parameter Sets: (All)
8989
Aliases: cf
90-
Applicable: Exchange Online, Security & Compliance, Exchange Online Protection
90+
Applicable: Exchange Online
9191
9292
Required: False
9393
Position: Named
@@ -103,7 +103,7 @@ This parameter is reserved for internal Microsoft use.
103103
Type: Fqdn
104104
Parameter Sets: (All)
105105
Aliases:
106-
Applicable: Exchange Online, Exchange Online Protection
106+
Applicable: Exchange Online
107107
108108
Required: False
109109
Position: Named
@@ -122,7 +122,7 @@ The Enabled parameter specifies whether the policy is enabled. Valid values are:
122122
Type: Boolean
123123
Parameter Sets: (All)
124124
Aliases:
125-
Applicable: Exchange Online, Security & Compliance, Exchange Online Protection
125+
Applicable: Exchange Online
126126
127127
Required: False
128128
Position: Named
@@ -140,7 +140,7 @@ You can use this switch to run tasks programmatically where prompting for admini
140140
Type: SwitchParameter
141141
Parameter Sets: (All)
142142
Aliases:
143-
Applicable: Exchange Online, Exchange Online Protection
143+
Applicable: Exchange Online
144144
145145
Required: False
146146
Position: Named
@@ -158,7 +158,7 @@ The WhatIf switch doesn't work in Security & Compliance PowerShell.
158158
Type: SwitchParameter
159159
Parameter Sets: (All)
160160
Aliases: wi
161-
Applicable: Exchange Online, Security & Compliance, Exchange Online Protection
161+
Applicable: Exchange Online
162162
163163
Required: False
164164
Position: Named

0 commit comments

Comments
 (0)