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
This will only be used if the expression is temporary.
127
70
By default, this is 5 seconds
128
71
129
-
130
-
131
-
132
-
133
-
134
72
|Type |Required|Position|PipelineInput|
135
73
|------------|--------|--------|-------------|
136
74
|`[TimeSpan]`|false |named |false |
137
75
138
-
139
-
140
76
#### **PassThru**
141
-
142
77
If set, will output created files or commands.
143
78
If using -Temporary, will output the created commands.
144
79
Otherwise, will output the created files.
145
80
146
-
147
-
148
-
149
-
150
-
151
81
|Type |Required|Position|PipelineInput|
152
82
|----------|--------|--------|-------------|
153
83
|`[Switch]`|false |named |false |
154
84
155
-
156
-
157
85
#### **WhatIf**
158
86
-WhatIf is an automatic variable that is created when a command has ```[CmdletBinding(SupportsShouldProcess)]```.
159
87
-WhatIf is used to see what would happen, or return operations without executing them
@@ -163,25 +91,15 @@ Otherwise, will output the created files.
163
91
164
92
If you pass ```-Confirm:$false``` you will not be prompted.
165
93
166
-
167
94
If the command sets a ```[ConfirmImpact("Medium")]``` which is lower than ```$confirmImpactPreference```, you will not be prompted unless -Confirm is passed.
0 commit comments