Skip to content

Commit 7cc2820

Browse files
Merge branch 'main' into pscmdlet-not-supported
2 parents b112f8f + 3b9e14e commit 7cc2820

File tree

120 files changed

+2219
-579
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+2219
-579
lines changed

.openpublishing.publish.config.json

Lines changed: 232 additions & 234 deletions
Large diffs are not rendered by default.

exchange/docs-conceptual/exchange-online-powershell-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ For detailed syntax and parameter information, see [Uninstall-Module](/powershel
571571

572572
## Properties and property sets in the Exchange Online PowerShell module
573573

574-
Traditional Exchange Online cmdlets return all possible object properties in their output, including many properties that are often blank or aren't interesting in many scenarios. This behavior causes degraded performance (more server computation and added network load). You rarely (if ever) need the full complement of properties in the cmdlet output.
574+
Traditional Exchange Online cmdlets return all possible object properties in their output, including many properties that are often blank or aren't interested in many scenarios. This behavior causes degraded performance (more server computation and added network load). You rarely (if ever) need the full complement of properties in the cmdlet output.
575575

576576
The **Get-EXO\*** cmdlets in the module have categorized output properties. Instead of giving all properties equal importance and returning them in all scenarios, we've categorized specific related properties into _property sets_. Simply put, these property sets are buckets of two or more related properties on the cmdlet.
577577

exchange/exchange-ps/exchange/Add-VivaModuleFeaturePolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ Accept wildcard characters: False
212212
```
213213

214214
### -IsUserControlEnabled
215-
**Note**: This parameter is available in version 3.3.0 or later of the module.
215+
**Note**: This parameter is available in version 3.3.0 or later of the module. If the feature supports user controls for opting out, make sure you set the *IsUserControlEnabled* parameter when you create the policy. Otherwise, user controls for the policy use the default state for the feature.
216216

217217
The IsUserControlEnabled parameter specifies whether user control is enabled by the policy. Valid values are:
218218

exchange/exchange-ps/exchange/Export-ActivityExplorerData.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ This example exports up to 100 records for the specified date range in JSON form
8585
Export-ActivityExplorerData -StartTime "07/06/2022 07:15 AM" -EndTime "07/08/2022 11:08 AM" -Filter1 @("Activity", "FileArchived", "ArchiveCreated") -Filter2 @("Workload","Endpoint") -OutputFormat Json
8686
```
8787

88-
This example exports up to 100 records for the specified date range in JSON format, and filters the output by the Workload value Enpoint for FileArchived or ArchiveCreated activities.
88+
This example exports up to 100 records for the specified date range in JSON format, and filters the output by the Workload value Endpoint for FileArchived or ArchiveCreated activities.
8989

9090
## PARAMETERS
9191

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.reviewer:
1212
# Export-ContentExplorerData
1313

1414
## SYNOPSIS
15-
**Note**: This cmdlet is currently in Preview, isn't available in all organizations, and is subject to change.
15+
**Note**: This cmdlet is currently in Preview and is subject to change.
1616

1717
This cmdlet is available only in Security & Compliance PowerShell. For more information, see [Security & Compliance PowerShell](https://learn.microsoft.com/powershell/exchange/scc-powershell).
1818

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Get-DlpCompliancePolicy [[-Identity] <PolicyIdParameter>]
2626
[-ForceValidate <Boolean>]
2727
[-IncludeExtendedProperties <Boolean>]
2828
[-IncludeRulesMetadata <Boolean>]
29+
[-IncludeSimulationResults <Boolean>]
2930
[-IRMUserRiskConfiguredAnyRule]
3031
[-Summary]
3132
[<CommonParameters>]
@@ -167,6 +168,22 @@ Accept pipeline input: False
167168
Accept wildcard characters: False
168169
```
169170
171+
### -IncludeSimulationResults
172+
{{ Fill IncludeSimulationResults Description }}
173+
174+
```yaml
175+
Type: Boolean
176+
Parameter Sets: (All)
177+
Aliases:
178+
Applicable: Security & Compliance
179+
180+
Required: False
181+
Position: Named
182+
Default value: None
183+
Accept pipeline input: False
184+
Accept wildcard characters: False
185+
```
186+
170187
### -Summary
171188
{{ Fill Summary Description }}
172189

exchange/exchange-ps/exchange/Get-ExoPhishSimOverrideRule.md

Lines changed: 6 additions & 6 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-exophishsimoverriderule
4-
applicable: Exchange Online, Exchange Online Protection
4+
applicable: Exchange Online
55
title: Get-ExoPhishSimOverrideRule
66
schema: 2.0.0
77
author: chrisda
@@ -66,7 +66,7 @@ The name of the rule uses the following syntax: `_Exe:PhishSimOverr:<GUID\>` \[s
6666
Type: ComplianceRuleIdParameter
6767
Parameter Sets: (All)
6868
Aliases:
69-
Applicable: Exchange Online, Exchange Online Protection
69+
Applicable: Exchange Online
7070

7171
Required: False
7272
Position: 1
@@ -82,7 +82,7 @@ This parameter is reserved for internal Microsoft use.
8282
Type: SwitchParameter
8383
Parameter Sets: (All)
8484
Aliases: cf
85-
Applicable: Exchange Online, Exchange Online Protection
85+
Applicable: Exchange Online
8686

8787
Required: False
8888
Position: Named
@@ -98,7 +98,7 @@ This parameter is reserved for internal Microsoft use.
9898
Type: Fqdn
9999
Parameter Sets: (All)
100100
Aliases:
101-
Applicable: Exchange Online, Exchange Online Protection
101+
Applicable: Exchange Online
102102

103103
Required: False
104104
Position: Named
@@ -119,7 +119,7 @@ The Policy parameter filters the results by phishing simulator override policy.
119119
Type: PolicyIdParameter
120120
Parameter Sets: (All)
121121
Aliases:
122-
Applicable: Exchange Online, Exchange Online Protection
122+
Applicable: Exchange Online
123123

124124
Required: False
125125
Position: Named
@@ -135,7 +135,7 @@ This parameter is reserved for internal Microsoft use.
135135
Type: SwitchParameter
136136
Parameter Sets: (All)
137137
Aliases: wi
138-
Applicable: Exchange Online, Exchange Online Protection
138+
Applicable: Exchange Online
139139

140140
Required: False
141141
Position: Named

exchange/exchange-ps/exchange/Get-ExoSecOpsOverrideRule.md

Lines changed: 7 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/get-exosecopsoverriderule
4-
applicable: Exchange Online, Exchange Online Protection
4+
applicable: Exchange Online
55
title: Get-ExoSecOpsOverrideRule
66
schema: 2.0.0
77
author: chrisda
@@ -24,7 +24,7 @@ For information about the parameter sets in the Syntax section below, see [Excha
2424
Get-ExoSecOpsOverrideRule [[-Identity] <ComplianceRuleIdParameter>]
2525
[-Confirm]
2626
[-DomainController <Fqdn>]
27-
[-Policy <Object>]
27+
[-Policy <PolicyIdParameter>]
2828
[-WhatIf]
2929
[<CommonParameters>]
3030
```
@@ -66,7 +66,7 @@ The name of the rule uses the following syntax: `_Exe:SecOpsOverrid:<GUID\>` \[s
6666
Type: ComplianceRuleIdParameter
6767
Parameter Sets: (All)
6868
Aliases:
69-
Applicable: Exchange Online, Exchange Online Protection
69+
Applicable: Exchange Online
7070

7171
Required: False
7272
Position: 1
@@ -82,7 +82,7 @@ This parameter is reserved for internal Microsoft use.
8282
Type: SwitchParameter
8383
Parameter Sets: (All)
8484
Aliases: cf
85-
Applicable: Exchange Online, Exchange Online Protection
85+
Applicable: Exchange Online
8686

8787
Required: False
8888
Position: Named
@@ -98,7 +98,7 @@ This parameter is reserved for internal Microsoft use.
9898
Type: Fqdn
9999
Parameter Sets: (All)
100100
Aliases:
101-
Applicable: Exchange Online, Exchange Online Protection
101+
Applicable: Exchange Online
102102

103103
Required: False
104104
Position: Named
@@ -119,7 +119,7 @@ The Policy parameter filters the results by SecOps mailbox override policy. You
119119
Type: PolicyIdParameter
120120
Parameter Sets: (All)
121121
Aliases:
122-
Applicable: Exchange Online, Exchange Online Protection
122+
Applicable: Exchange Online
123123

124124
Required: False
125125
Position: Named
@@ -135,7 +135,7 @@ This parameter is reserved for internal Microsoft use.
135135
Type: SwitchParameter
136136
Parameter Sets: (All)
137137
Aliases: wi
138-
Applicable: Exchange Online, Exchange Online Protection
138+
Applicable: Exchange Online
139139

140140
Required: False
141141
Position: Named

exchange/exchange-ps/exchange/Get-Mailbox.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ Get-Mailbox [-Anr <String>]
4848
[-RecipientTypeDetails <RecipientTypeDetails[]>]
4949
[-RemoteArchive]
5050
[-ResultSize <Unlimited>]
51-
[-ServiceSafetyConfiguration]
5251
[-SoftDeletedMailbox]
5352
[-SortBy <String>]
5453
[-SupervisoryReviewPolicy]
@@ -106,7 +105,6 @@ Get-Mailbox [[-Identity] <MailboxIdParameter>]
106105
[-RecipientTypeDetails <RecipientTypeDetails[]>]
107106
[-RemoteArchive]
108107
[-ResultSize <Unlimited>]
109-
[-ServiceSafetyConfiguration]
110108
[-SoftDeletedMailbox]
111109
[-SortBy <String>]
112110
[-SupervisoryReviewPolicy]
@@ -155,7 +153,6 @@ Get-Mailbox [-MailboxPlan <MailboxPlanIdParameter>]
155153
[-PublicFolder]
156154
[-RecipientTypeDetails <RecipientTypeDetails[]>]
157155
[-ResultSize <Unlimited>]
158-
[-ServiceSafetyConfiguration]
159156
[-SoftDeletedMailbox]
160157
[-SortBy <String>]
161158
[<CommonParameters>]
@@ -802,24 +799,6 @@ Accept pipeline input: True
802799
Accept wildcard characters: False
803800
```
804801

805-
### -ServiceSafetyConfiguration
806-
This parameter is available only in the cloud-based service.
807-
808-
{{ Fill ServiceSafetyConfiguration Description }}
809-
810-
```yaml
811-
Type: SwitchParameter
812-
Parameter Sets: Identity, AnrSet, MailboxPlanSet
813-
Aliases:
814-
Applicable: Exchange Online
815-
816-
Required: False
817-
Position: Named
818-
Default value: None
819-
Accept pipeline input: False
820-
Accept wildcard characters: False
821-
```
822-
823802
### -SoftDeletedMailbox
824803
This parameter is available only in the cloud-based service.
825804

exchange/exchange-ps/exchange/Get-MailboxMessageConfiguration.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Get-MailboxMessageConfiguration [-Identity] <MailboxIdParameter>
2626
[-DomainController <Fqdn>]
2727
[-ReadFromDomainController]
2828
[-ResultSize <Unlimited>]
29+
[-SignatureName <String>]
2930
[-UseCustomRouting]
3031
[<CommonParameters>]
3132
```
@@ -155,6 +156,24 @@ Accept pipeline input: False
155156
Accept wildcard characters: False
156157
```
157158

159+
### -SignatureName
160+
This parameter is available only in the cloud-based service.
161+
162+
{{ Fill SignatureName Description }}
163+
164+
```yaml
165+
Type: String
166+
Parameter Sets: (All)
167+
Aliases:
168+
Applicable: Exchange Online
169+
170+
Required: False
171+
Position: Named
172+
Default value: None
173+
Accept pipeline input: False
174+
Accept wildcard characters: False
175+
```
176+
158177
### -UseCustomRouting
159178
This parameter is available only in the cloud-based service.
160179

0 commit comments

Comments
 (0)