Skip to content

Commit f331e79

Browse files
authored
Merge pull request #10843 from MicrosoftDocs/Simulate-chrisda
Simulate-chrisda to Main
2 parents a5d0b44 + d635d31 commit f331e79

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ Accept wildcard characters: False
132132
### -IncludeTestModeResults
133133
The IncludeTestModeResults switch specifies whether to include the status of test mode in the policy details. You don't need to specify a value with this switch.
134134
135+
For more information about simulation mode, see [Learn about simulation mode](https://learn.microsoft.com/microsoft-365/compliance/apply-retention-labels-automatically#learn-about-simulation-mode).
136+
135137
```yaml
136138
Type: SwitchParameter
137139
Parameter Sets: (All)

exchange/exchange-ps/exchange/New-RetentionCompliancePolicy.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,8 @@ Accept wildcard characters: False
298298
### -IsSimulation
299299
The IsSimulation switch specifies the policy is created in simulation mode. You don't need to specify a value with this switch.
300300

301+
For more information about simulation mode, see [Learn about simulation mode](https://learn.microsoft.com/microsoft-365/compliance/apply-retention-labels-automatically#learn-about-simulation-mode).
302+
301303
```yaml
302304
Type: SwitchParameter
303305
Parameter Sets: (All)

exchange/exchange-ps/exchange/Set-RetentionCompliancePolicy.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ Set-RetentionCompliancePolicy [-Identity] <PolicyIdParameter>
7272

7373
### AdaptiveScopeLocation
7474
```
75-
Set-RetentionCompliancePolicy [-Identity] <PolicyIdParameter>
76-
[-AddAdaptiveScopeLocation <MultiValuedProperty>]
75+
Set-RetentionCompliancePolicy [-Identity] <PolicyIdParameter> [-AddAdaptiveScopeLocation <MultiValuedProperty>]
7776
[-Applications <MultiValuedProperty>]
7877
[-Comment <String>]
7978
[-Confirm]
@@ -594,7 +593,12 @@ Accept wildcard characters: False
594593
```
595594

596595
### -EnforceSimulationPolicy
597-
The EnforceSimulationPolicy switch specifies the policy in simulation mode is enforced as an active policy. You don't need to specify a value with this switch.
596+
The EnforceSimulationPolicy parameter specifies whether to enforce a simulation policy as an active policy. Valid values are:
597+
598+
- $true: Enforce the simulation policy as an active policy.
599+
- $false: Don't enforce the simulation policy as an active policy. This is the default value.
600+
601+
For more information about simulation mode, see [Learn about simulation mode](https://learn.microsoft.com/microsoft-365/compliance/apply-retention-labels-automatically#learn-about-simulation-mode).
598602

599603
```yaml
600604
Type: Boolean
@@ -1017,7 +1021,12 @@ Accept wildcard characters: False
10171021
```
10181022

10191023
### -StartSimulation
1020-
The StartSimulation switch starts the simulation for a policy that was created in simulation mode. You don't need to specify a value with this switch.
1024+
The StartSimulation parameter specifies whether to start the simulation for a policy that was created in simulation mode. Valid values are:
1025+
1026+
- $true: Start the simulation.
1027+
- $false: Don't start the simulation. This is the default value.
1028+
1029+
For more information about simulation mode, see [Learn about simulation mode](https://learn.microsoft.com/microsoft-365/compliance/apply-retention-labels-automatically#learn-about-simulation-mode).
10211030

10221031
```yaml
10231032
Type: Boolean

0 commit comments

Comments
 (0)