Skip to content

Commit 84695dc

Browse files
authored
Merge pull request MicrosoftDocs#12422 from MicrosoftDocs/chrisda
Chrisda to Main
2 parents 1beee1a + 1f71ed6 commit 84695dc

27 files changed

+729
-105
lines changed

exchange/exchange-ps/exchange/Export-ContentExplorerData.md

Lines changed: 41 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,12 @@ For information about the parameter sets in the Syntax section below, see [Excha
2323
## SYNTAX
2424

2525
```
26-
Export-ContentExplorerData
26+
Export-ContentExplorerData [-TagName] <String> [-TagType] <String>
27+
[-Aggregate]
2728
[[-PageCookie] <String>]
2829
[[-PageSize] <Int32>]
2930
[[-SiteUrl] <String>]
3031
[[-UserPrincipalName] <String>]
31-
[-TagName] <String>
32-
[-TagType] <String>
3332
[[-Workload] <String>]
3433
[<CommonParameters>]
3534
```
@@ -69,6 +68,43 @@ This example exports records for the specified sensitive info type for all workl
6968

7069
## PARAMETERS
7170

71+
### -TagType
72+
The TagType parameter specifies the type of label to export file details from. Valid values are:
73+
74+
- Retention
75+
- SensitiveInformationType
76+
- Sensitivity
77+
- TrainableClassifier
78+
79+
```yaml
80+
Type: String
81+
Parameter Sets: (All)
82+
Aliases:
83+
Applicable: Security & Compliance
84+
85+
Required: True
86+
Position: 5
87+
Default value: None
88+
Accept pipeline input: False
89+
Accept wildcard characters: False
90+
```
91+
92+
### -Aggregate
93+
{{ Fill Aggregate Description }}
94+
95+
```yaml
96+
Type: SwitchParameter
97+
Parameter Sets: (All)
98+
Aliases:
99+
Applicable: Security & Compliance
100+
101+
Required: False
102+
Position: Named
103+
Default value: False
104+
Accept pipeline input: False
105+
Accept wildcard characters: False
106+
```
107+
72108
### -PageCookie
73109
The PageCookie parameter specifies whether to get more data when the value of the MorePagesAvailable property in the command output is True. If you don't use the PageSize parameter, a maximum of 100 records are returned. If you use the PageSize parameter, a maximum of 10000 records can be returned.
74110
@@ -135,27 +171,6 @@ Accept pipeline input: False
135171
Accept wildcard characters: False
136172
```
137173
138-
### -TagType
139-
The TagType parameter specifies the type of label to export file details from. Valid values are:
140-
141-
- Retention
142-
- SensitiveInformationType
143-
- Sensitivity
144-
- TrainableClassifier
145-
146-
```yaml
147-
Type: String
148-
Parameter Sets: (All)
149-
Aliases:
150-
Applicable: Security & Compliance
151-
152-
Required: True
153-
Position: 5
154-
Default value: None
155-
Accept pipeline input: False
156-
Accept wildcard characters: False
157-
```
158-
159174
### -UserPrincipalName
160175
The UserPrincipalName parameter specifies the user account in UPN format to export message details from. An example UPN value is [email protected].
161176
@@ -195,6 +210,8 @@ Accept pipeline input: False
195210
Accept wildcard characters: False
196211
```
197212
213+
214+
198215
### CommonParameters
199216
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).
200217

exchange/exchange-ps/exchange/Get-ComplianceTag.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ For information about the parameter sets in the Syntax section below, see [Excha
2323
```
2424
Get-ComplianceTag [[-Identity] <ComplianceRuleIdParameter>]
2525
[-IncludingLabelState]
26+
[-PriorityCleanup]
2627
[<CommonParameters>]
2728
```
2829

@@ -83,6 +84,22 @@ Accept pipeline input: False
8384
Accept wildcard characters: False
8485
```
8586
87+
### -PriorityCleanup
88+
{{ Fill PriorityCleanup Description }}
89+
90+
```yaml
91+
Type: SwitchParameter
92+
Parameter Sets: (All)
93+
Aliases:
94+
Applicable: Security & Compliance
95+
96+
Required: False
97+
Position: Named
98+
Default value: None
99+
Accept pipeline input: False
100+
Accept wildcard characters: False
101+
```
102+
86103
### CommonParameters
87104
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).
88105

exchange/exchange-ps/exchange/Get-DlpCompliancePolicy.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-DlpCompliancePolicy [[-Identity] <PolicyIdParameter>]
25+
[-DisplayName <String>]
2526
[-DistributionDetail]
2627
[-ForceValidate <Boolean>]
2728
[-IncludeExtendedProperties <Boolean>]
@@ -88,6 +89,22 @@ Accept pipeline input: True
8889
Accept wildcard characters: False
8990
```
9091
92+
### -DisplayName
93+
{{ Fill DisplayName Description }}
94+
95+
```yaml
96+
Type: String
97+
Parameter Sets: (All)
98+
Aliases:
99+
Applicable: Security & Compliance
100+
101+
Required: False
102+
Position: Named
103+
Default value: None
104+
Accept pipeline input: False
105+
Accept wildcard characters: False
106+
```
107+
91108
### -DistributionDetail
92109
The DistributionDetail switch returns detailed policy distribution information in the DistributionResults property. You don't need to specify a value with this switch.
93110

exchange/exchange-ps/exchange/Get-DlpComplianceRule.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-DlpComplianceRule [[-Identity] <ComplianceRuleIdParameter>]
25+
[-DisplayName <String>]
2526
[-IncludeExecutionRuleGuids <Boolean>]
2627
[-Policy <PolicyIdParameter>]
2728
[<CommonParameters>]
@@ -76,6 +77,22 @@ Accept pipeline input: True
7677
Accept wildcard characters: False
7778
```
7879
80+
### -DisplayName
81+
{{ Fill DisplayName Description }}
82+
83+
```yaml
84+
Type: String
85+
Parameter Sets: (All)
86+
Aliases:
87+
Applicable: Security & Compliance
88+
89+
Required: False
90+
Position: Named
91+
Default value: None
92+
Accept pipeline input: False
93+
Accept wildcard characters: False
94+
```
95+
7996
### -IncludeExecutionRuleGuids
8097
{{ Fill IncludeExecutionRuleGuids Description }}
8198

exchange/exchange-ps/exchange/Get-PendingDelicenseUser.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.RolesAndAccess-Help.xml
33
online version: https://learn.microsoft.com/powershell/module/exchange/get-pendingdelicenseuser
4-
applicable: Exchange Online
4+
applicable: Exchange Online, Exchange Online Protection
55
title: Get-PendingDelicenseUser
66
schema: 2.0.0
77
author: chrisda
@@ -80,7 +80,7 @@ You can't use this parameter with the ShowDueObjectsOnly switch.
8080
Type: RecipientIdParameter
8181
Parameter Sets: Identity
8282
Aliases:
83-
Applicable: Exchange Online
83+
Applicable: Exchange Online, Exchange Online Protection
8484

8585
Required: False
8686
Position: 1
@@ -96,7 +96,7 @@ The ResultSize parameter specifies the maximum number of results to return. If y
9696
Type: Unlimited
9797
Parameter Sets: TenantLevelParameterSet
9898
Aliases:
99-
Applicable: Exchange Online
99+
Applicable: Exchange Online, Exchange Online Protection
100100

101101
Required: False
102102
Position: Named
@@ -114,7 +114,7 @@ You can't use this switch with the Identity parameter.
114114
Type: SwitchParameter
115115
Parameter Sets: TenantLevelParameterSet
116116
Aliases:
117-
Applicable: Exchange Online
117+
Applicable: Exchange Online, Exchange Online Protection
118118

119119
Required: False
120120
Position: Named

exchange/exchange-ps/exchange/Get-RetentionCompliancePolicy.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Get-RetentionCompliancePolicy [[-Identity] <PolicyIdParameter>]
2626
[-ErrorPolicyOnly]
2727
[-ExcludeTeamsPolicy]
2828
[-IncludeTestModeResults]
29+
[-PriorityCleanup]
2930
[-RetentionRuleTypes]
3031
[-TeamsPolicyOnly]
3132
[<CommonParameters>]
@@ -147,6 +148,22 @@ Accept pipeline input: False
147148
Accept wildcard characters: False
148149
```
149150
151+
### -PriorityCleanup
152+
{{ Fill PriorityCleanup Description }}
153+
154+
```yaml
155+
Type: SwitchParameter
156+
Parameter Sets: (All)
157+
Aliases:
158+
Applicable: Security & Compliance
159+
160+
Required: False
161+
Position: Named
162+
Default value: None
163+
Accept pipeline input: False
164+
Accept wildcard characters: False
165+
```
166+
150167
### -RetentionRuleTypes
151168
The RetentionRuleTypes switch specifies whether to return the value of the RetentionRuleTypes property in the results. You don't need to specify a value with this switch.
152169

exchange/exchange-ps/exchange/Get-RetentionComplianceRule.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ For information about the parameter sets in the Syntax section below, see [Excha
2323
```
2424
Get-RetentionComplianceRule [[-Identity] <ComplianceRuleIdParameter>]
2525
[-Policy <PolicyIdParameter>]
26+
[-PriorityCleanup]
2627
[<CommonParameters>]
2728
```
2829

@@ -96,6 +97,22 @@ Accept pipeline input: False
9697
Accept wildcard characters: False
9798
```
9899
100+
### -PriorityCleanup
101+
{{ Fill PriorityCleanup Description }}
102+
103+
```yaml
104+
Type: SwitchParameter
105+
Parameter Sets: (All)
106+
Aliases:
107+
Applicable: Security & Compliance
108+
109+
Required: False
110+
Position: Named
111+
Default value: None
112+
Accept pipeline input: False
113+
Accept wildcard characters: False
114+
```
115+
99116
### CommonParameters
100117
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).
101118

exchange/exchange-ps/exchange/Import-TransportRuleCollection.md

Lines changed: 9 additions & 7 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/import-transportrulecollection
4-
applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
4+
applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Exchange Online Protection
55
title: Import-TransportRuleCollection
66
schema: 2.0.0
77
author: chrisda
@@ -12,7 +12,7 @@ ms.reviewer:
1212
# Import-TransportRuleCollection
1313

1414
## SYNOPSIS
15-
This cmdlet is available only in on-premises Exchange.
15+
This cmdlet is functional only in on-premises Exchange.
1616

1717
Use the Import-TransportRuleCollection cmdlet to import a transport rule collection. You can import a rule collection you previously exported as a backup, or import rules that you've exported from an older version of Exchange.
1818

@@ -62,7 +62,7 @@ The Identity parameter specifies the transport rule that you want to import. You
6262
Type: RuleIdParameter
6363
Parameter Sets: (All)
6464
Aliases:
65-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
65+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Exchange Online Protection
6666

6767
Required: False
6868
Position: 1
@@ -80,7 +80,7 @@ A valid value for this parameter requires you to read the file to a byte-encoded
8080
Type: Byte[]
8181
Parameter Sets: (All)
8282
Aliases:
83-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
83+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Exchange Online Protection
8484
8585
Required: True
8686
Position: 1
@@ -99,7 +99,7 @@ The Confirm switch specifies whether to show or hide the confirmation prompt. Ho
9999
Type: SwitchParameter
100100
Parameter Sets: (All)
101101
Aliases: cf
102-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
102+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Exchange Online Protection
103103
104104
Required: False
105105
Position: Named
@@ -109,6 +109,8 @@ Accept wildcard characters: False
109109
```
110110

111111
### -DomainController
112+
This parameter is available only in on-premises Exchange.
113+
112114
The DomainController parameter specifies the ___domain controller that's used by this cmdlet to read data from or write data to Active Directory. You identify the ___domain controller by its fully qualified ___domain name (FQDN). For example, dc01.contoso.com.
113115

114116
The DomainController parameter isn't supported on Edge Transport servers. An Edge Transport server uses the local instance of Active Directory Lightweight Directory Services (AD LDS) to read and write data.
@@ -135,7 +137,7 @@ You can use this switch to run tasks programmatically where prompting for admini
135137
Type: SwitchParameter
136138
Parameter Sets: (All)
137139
Aliases:
138-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
140+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Exchange Online Protection
139141
140142
Required: False
141143
Position: Named
@@ -151,7 +153,7 @@ The WhatIf switch simulates the actions of the command. You can use this switch
151153
Type: SwitchParameter
152154
Parameter Sets: (All)
153155
Aliases: wi
154-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
156+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Exchange Online Protection
155157
156158
Required: False
157159
Position: Named

exchange/exchange-ps/exchange/New-AutoSensitivityLabelPolicy.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ New-AutoSensitivityLabelPolicy [-Name] <String> -ApplySensitivityLabel <String>
3535
[-ExchangeSenderMemberOfException <SmtpAddress[]>]
3636
[-ExternalMailRightsManagementOwner <SmtpAddress>]
3737
[-Force]
38+
[-Locations <String>]
3839
[-Mode <PolicyMode>]
3940
[-OneDriveAdaptiveScopes <MultiValuedProperty>]
4041
[-OneDriveAdaptiveScopesException <MultiValuedProperty>]
@@ -364,6 +365,22 @@ Accept pipeline input: False
364365
Accept wildcard characters: False
365366
```
366367

368+
### -Locations
369+
{{ Fill Locations Description }}
370+
371+
```yaml
372+
Type: String
373+
Parameter Sets: (All)
374+
Aliases:
375+
Applicable: Security & Compliance
376+
377+
Required: False
378+
Position: Named
379+
Default value: None
380+
Accept pipeline input: False
381+
Accept wildcard characters: False
382+
```
383+
367384
### -Mode
368385
The Mode parameter specifies the action and notification level of the auto-labeling policy. Valid values are:
369386

0 commit comments

Comments
 (0)