Skip to content

Commit 2990e6d

Browse files
authored
Merge pull request MicrosoftDocs#8617 from MicrosoftDocs/chrisda
Update Set-AutoSensitivityLabelPolicy.md
2 parents 8a3edb1 + 4ad8dc4 commit 2990e6d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

exchange/exchange-ps/exchange/Set-AutoSensitivityLabelPolicy.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Set-AutoSensitivityLabelPolicy [-Identity] <PolicyIdParameter>
4444
[-RemoveOneDriveLocationException <MultiValuedProperty>]
4545
[-RemoveSharePointLocation <MultiValuedProperty>]
4646
[-RemoveSharePointLocationException <MultiValuedProperty>]
47+
[-StartSimulation <Boolean>]
4748
[-WhatIf]
4849
[<CommonParameters>]
4950
```
@@ -506,6 +507,24 @@ Accept pipeline input: False
506507
Accept wildcard characters: False
507508
```
508509

510+
### -StartSimulation
511+
Use the StartSimulation parameter to restart the simulation for updated results. Valid values are:
512+
513+
- $true: Restart the simulation for updated results.
514+
- $false: This is the default value
515+
516+
```yaml
517+
Type: Boolean
518+
Parameter Sets: Identity
519+
Aliases:
520+
Applicable: Security & Compliance Center
521+
Required: False
522+
Position: Named
523+
Default value: None
524+
Accept pipeline input: False
525+
Accept wildcard characters: False
526+
```
527+
509528
### -WhatIf
510529
The WhatIf switch doesn't work in Security & Compliance Center PowerShell.
511530

0 commit comments

Comments
 (0)