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>
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
506507Accept 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
510529The WhatIf switch doesn't work in Security & Compliance Center PowerShell.
511530
You can’t perform that action at this time.
0 commit comments