Skip to content

Commit 815c134

Browse files
authored
Merge pull request #7390 from MicrosoftDocs/chrisda
Chrisda to Master
2 parents 17c2f82 + 6960e6c commit 815c134

37 files changed

+1273
-89
lines changed

exchange/exchange-ps/exchange/Delete-QuarantineMessage.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Exchange.ServerStatus-Help.xml
33
online version: https://docs.microsoft.com/powershell/module/exchange/delete-quarantinemessage
4-
applicable: Exchange Online, Exchange Online Protection
4+
applicable: Exchange Online, Security & Compliance Center, Exchange Online Protection
55
title: Delete-QuarantineMessage
66
schema: 2.0.0
77
author: chrisda
@@ -80,7 +80,7 @@ When you use this parameter, the Identity parameter is required, but the value i
8080
Type: QuarantineMessageIdentity[]
8181
Parameter Sets: Identities
8282
Aliases:
83-
Applicable: Exchange Online, Exchange Online Protection
83+
Applicable: Exchange Online, Security & Compliance Center, Exchange Online Protection
8484

8585
Required: True
8686
Position: Named
@@ -98,7 +98,7 @@ You can find the Identity value for a quarantined message by using the Get-Quara
9898
Type: QuarantineMessageIdentity
9999
Parameter Sets: Identities
100100
Aliases:
101-
Applicable: Exchange Online, Exchange Online Protection
101+
Applicable: Exchange Online, Security & Compliance Center, Exchange Online Protection
102102
103103
Required: False
104104
Position: Named
@@ -130,7 +130,7 @@ The Confirm switch specifies whether to show or hide the confirmation prompt. Ho
130130
Type: SwitchParameter
131131
Parameter Sets: (All)
132132
Aliases: cf
133-
Applicable: Exchange Online, Exchange Online Protection
133+
Applicable: Exchange Online, Security & Compliance Center, Exchange Online Protection
134134
135135
Required: False
136136
Position: Named
@@ -142,11 +142,13 @@ Accept wildcard characters: False
142142
### -WhatIf
143143
The WhatIf switch simulates the actions of the command. You can use this switch to view the changes that would occur without actually applying those changes. You don't need to specify a value with this switch.
144144

145+
The WhatIf switch doesn't work in Security & Compliance Center PowerShell.
146+
145147
```yaml
146148
Type: SwitchParameter
147149
Parameter Sets: (All)
148150
Aliases: wi
149-
Applicable: Exchange Online, Exchange Online Protection
151+
Applicable: Exchange Online, Security & Compliance Center, Exchange Online Protection
150152
151153
Required: False
152154
Position: Named

exchange/exchange-ps/exchange/Export-QuarantineMessage.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Exchange.ServerStatus-Help.xml
33
online version: https://docs.microsoft.com/powershell/module/exchange/export-quarantinemessage
4-
applicable: Exchange Online, Exchange Online Protection
4+
applicable: Exchange Online, Security & Compliance Center, Exchange Online Protection
55
title: Export-QuarantineMessage
66
schema: 2.0.0
77
author: chrisda
@@ -77,7 +77,7 @@ This example exports the quarantined file with the specified Identity value. The
7777
Type: QuarantineMessageIdentity[]
7878
Parameter Sets: Identities
7979
Aliases:
80-
Applicable: Exchange Online, Exchange Online Protection
80+
Applicable: Exchange Online, Security & Compliance Center, Exchange Online Protection
8181

8282
Required: True
8383
Position: Named
@@ -95,7 +95,7 @@ You can find the Identity value for a quarantined message by using the Get-Quara
9595
Type: QuarantineMessageIdentity
9696
Parameter Sets: Identities
9797
Aliases:
98-
Applicable: Exchange Online, Exchange Online Protection
98+
Applicable: Exchange Online, Security & Compliance Center, Exchange Online Protection
9999
100100
Required: False
101101
Position: Named
@@ -108,7 +108,7 @@ Accept wildcard characters: False
108108
Type: QuarantineMessageIdentity
109109
Parameter Sets: IdentityOnly
110110
Aliases:
111-
Applicable: Exchange Online, Exchange Online Protection
111+
Applicable: Exchange Online, Security & Compliance Center, Exchange Online Protection
112112
113113
Required: True
114114
Position: Named

exchange/exchange-ps/exchange/Get-ComplianceRetentionEvent.md

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

2323
```
2424
Get-ComplianceRetentionEvent [-Identity <PolicyIdParameter>]
25+
[-BeginDateTime <System.DateTime>]
26+
[-DomainController <Fqdn>]
27+
[-EndDateTime <System.DateTime>]
28+
[-PreviewOnly]
2529
[<CommonParameters>]
2630
```
2731

@@ -66,6 +70,70 @@ Accept pipeline input: True
6670
Accept wildcard characters: False
6771
```
6872
73+
### -BeginDateTime
74+
{{ Fill BeginDateTime Description }}
75+
76+
```yaml
77+
Type: System.DateTime
78+
Parameter Sets: (All)
79+
Aliases:
80+
Applicable: Security & Compliance Center
81+
82+
Required: False
83+
Position: Named
84+
Default value: None
85+
Accept pipeline input: False
86+
Accept wildcard characters: False
87+
```
88+
89+
### -DomainController
90+
This parameter is reserved for internal Microsoft use.
91+
92+
```yaml
93+
Type: Fqdn
94+
Parameter Sets: (All)
95+
Aliases:
96+
Applicable: Security & Compliance Center
97+
98+
Required: False
99+
Position: Named
100+
Default value: None
101+
Accept pipeline input: False
102+
Accept wildcard characters: False
103+
```
104+
105+
### -EndDateTime
106+
{{ Fill EndDateTime Description }}
107+
108+
```yaml
109+
Type: System.DateTime
110+
Parameter Sets: (All)
111+
Aliases:
112+
Applicable: Security & Compliance Center
113+
114+
Required: False
115+
Position: Named
116+
Default value: None
117+
Accept pipeline input: False
118+
Accept wildcard characters: False
119+
```
120+
121+
### -PreviewOnly
122+
{{ Fill PreviewOnly Description }}
123+
124+
```yaml
125+
Type: SwitchParameter
126+
Parameter Sets: (All)
127+
Aliases:
128+
Applicable: Security & Compliance Center
129+
130+
Required: False
131+
Position: Named
132+
Default value: None
133+
Accept pipeline input: False
134+
Accept wildcard characters: False
135+
```
136+
69137
### CommonParameters
70138
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).
71139

exchange/exchange-ps/exchange/Get-DlpCompliancePolicy.md

Lines changed: 27 additions & 11 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-DlpCompliancePolicy [[-Identity] <PolicyIdParameter>]
25+
[-IncludeExtendedProperties <Boolean>]
2526
[-DistributionDetail]
2627
[<CommonParameters>]
2728
```
@@ -61,6 +62,27 @@ This example gets all of the DLP policies in a environment and displays the dist
6162

6263
## PARAMETERS
6364

65+
### -Identity
66+
The Identity parameter specifies the DLP policy that you want to view. You can use any value that uniquely identifies the policy. For example:
67+
68+
- Name
69+
- Distinguished name (DN)
70+
- GUID
71+
- Id
72+
73+
```yaml
74+
Type: PolicyIdParameter
75+
Parameter Sets: (All)
76+
Aliases:
77+
Applicable: Security & Compliance Center
78+
79+
Required: False
80+
Position: 1
81+
Default value: None
82+
Accept pipeline input: True
83+
Accept wildcard characters: False
84+
```
85+
6486
### -DistributionDetail
6587
The DistributionDetail switch returns detailed policy distribution information in the DistributionResults property. You don't need to specify a value with this switch.
6688
@@ -77,25 +99,19 @@ Accept pipeline input: False
7799
Accept wildcard characters: False
78100
```
79101
80-
81-
### -Identity
82-
The Identity parameter specifies the DLP policy that you want to view. You can use any value that uniquely identifies the policy. For example:
83-
84-
- Name
85-
- Distinguished name (DN)
86-
- GUID
87-
- Id
102+
### -IncludeExtendedProperties
103+
{{ Fill IncludeExtendedProperties Description }}
88104
89105
```yaml
90-
Type: PolicyIdParameter
106+
Type: Boolean
91107
Parameter Sets: (All)
92108
Aliases:
93109
Applicable: Security & Compliance Center
94110

95111
Required: False
96-
Position: 1
112+
Position: Named
97113
Default value: None
98-
Accept pipeline input: True
114+
Accept pipeline input: False
99115
Accept wildcard characters: False
100116
```
101117

exchange/exchange-ps/exchange/Get-DlpDetectionsReport.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Get-DlpDetectionsReport [-Action <MultiValuedProperty>]
2828
[-DlpCompliancePolicy <MultiValuedProperty>]
2929
[-DlpComplianceRule <MultiValuedProperty>]
3030
[-EndDate <DateTime>]
31+
[-Expression <Expression>]
3132
[-EventType <MultiValuedProperty>]
3233
[-Page <Int32>]
3334
[-PageSize <Int32>]
@@ -180,6 +181,24 @@ Accept pipeline input: False
180181
Accept wildcard characters: False
181182
```
182183

184+
### -Expression
185+
This parameter is available only in Security & Compliance Center PowerShell
186+
187+
This parameter is reserved for internal Microsoft use.
188+
189+
```yaml
190+
Type: Expression
191+
Parameter Sets: (All)
192+
Aliases:
193+
Applicable: Security & Compliance Center
194+
195+
Required: False
196+
Position: Named
197+
Default value: None
198+
Accept pipeline input: False
199+
Accept wildcard characters: False
200+
```
201+
183202
### -Page
184203
The Page parameter specifies the page number of the results you want to view. Valid input for this parameter is an integer between 1 and 1000. The default value is 1.
185204

exchange/exchange-ps/exchange/Get-DlpSensitiveInformationType.md

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

2323
```
2424
Get-DlpSensitiveInformationType [[-Identity] <SensitiveInformationTypeIdParameter>]
25+
[-IncludeDetails]
26+
[-IncludeElements <ClassificationPrimitiveElementType>]
27+
[-Organization <OrganizationIdParameter>]
2528
[<CommonParameters>]
2629
```
2730

@@ -67,6 +70,54 @@ Accept pipeline input: True
6770
Accept wildcard characters: False
6871
```
6972
73+
### -IncludeDetails
74+
{{ Fill IncludeDetails Description }}
75+
76+
```yaml
77+
Type: SwitchParameter
78+
Parameter Sets: (All)
79+
Aliases:
80+
Applicable: Security & Compliance Center
81+
82+
Required: False
83+
Position: Named
84+
Default value: None
85+
Accept pipeline input: False
86+
Accept wildcard characters: False
87+
```
88+
89+
### -IncludeElements
90+
{{ Fill IncludeElements Description }}
91+
92+
```yaml
93+
Type: ClassificationPrimitiveElementType
94+
Parameter Sets: (All)
95+
Aliases:
96+
Applicable: Security & Compliance Center
97+
98+
Required: False
99+
Position: Named
100+
Default value: None
101+
Accept pipeline input: False
102+
Accept wildcard characters: False
103+
```
104+
105+
### -Organization
106+
This parameter is reserved for internal Microsoft use.
107+
108+
```yaml
109+
Type: OrganizationIdParameter
110+
Parameter Sets: (All)
111+
Aliases:
112+
Applicable: Security & Compliance Center
113+
114+
Required: False
115+
Position: Named
116+
Default value: None
117+
Accept pipeline input: False
118+
Accept wildcard characters: False
119+
```
120+
70121
### CommonParameters
71122
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).
72123

exchange/exchange-ps/exchange/Get-Label.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-Label [[-Identity] <ComplianceRuleIdParameter>]
25+
[-IncludeDetailedLabelActions <System.Boolean>]
2526
[<CommonParameters>]
2627
```
2728

@@ -66,6 +67,22 @@ Accept pipeline input: True
6667
Accept wildcard characters: False
6768
```
6869
70+
### -IncludeDetailedLabelActions
71+
{{ Fill IncludeDetailedLabelActions Description }}
72+
73+
```yaml
74+
Type: System.Boolean
75+
Parameter Sets: (All)
76+
Aliases:
77+
Applicable: Security & Compliance Center
78+
79+
Required: False
80+
Position: Named
81+
Default value: None
82+
Accept pipeline input: False
83+
Accept wildcard characters: False
84+
```
85+
6986
### CommonParameters
7087
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).
7188

exchange/exchange-ps/exchange/Get-MailFilterListReport.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ For information about the parameter sets in the Syntax section below, see [Excha
2525
```
2626
Get-MailFilterListReport
2727
[-Domain <MultiValuedProperty>]
28+
[-Expression <Expression>]
2829
[-ProbeTag <String>]
2930
[-SelectionTarget <MultiValuedProperty>]
3031
[<CommonParameters>]
@@ -60,6 +61,24 @@ Accept pipeline input: True
6061
Accept wildcard characters: False
6162
```
6263
64+
### -Expression
65+
This parameter is available only in Security & Compliance Center PowerShell.
66+
67+
This parameter is reserved for internal Microsoft use.
68+
69+
```yaml
70+
Type: Expression
71+
Parameter Sets: (All)
72+
Aliases:
73+
Applicable: Security & Compliance Center
74+
75+
Required: False
76+
Position: Named
77+
Default value: None
78+
Accept pipeline input: False
79+
Accept wildcard characters: False
80+
```
81+
6382
### -ProbeTag
6483
This parameter is reserved for internal Microsoft use.
6584

0 commit comments

Comments
 (0)