File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
exchange/exchange-ps/exchange Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ Set-AutoSensitivityLabelPolicy [-Identity] <PolicyIdParameter>
44
44
[-RemoveOneDriveLocationException <MultiValuedProperty>]
45
45
[-RemoveSharePointLocation <MultiValuedProperty>]
46
46
[-RemoveSharePointLocationException <MultiValuedProperty>]
47
+ [-StartSimulation <Boolean>]
47
48
[-WhatIf]
48
49
[<CommonParameters>]
49
50
```
@@ -506,6 +507,24 @@ Accept pipeline input: False
506
507
Accept wildcard characters: False
507
508
` ` `
508
509
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
+
509
528
# ## -WhatIf
510
529
The WhatIf switch doesn't work in Security & Compliance Center PowerShell.
511
530
You can’t perform that action at this time.
0 commit comments