You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-WhatIf is an automatic variable that is created when a command has ```[CmdletBinding(SupportsShouldProcess)]```.
68
42
-WhatIf is used to see what would happen, or return operations without executing them
@@ -72,25 +46,15 @@ The name of one or more regular expressions
72
46
73
47
If you pass ```-Confirm:$false``` you will not be prompted.
74
48
75
-
76
49
If the command sets a ```[ConfirmImpact("Medium")]``` which is lower than ```$confirmImpactPreference```, you will not be prompted unless -Confirm is passed.
0 commit comments