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
Prompts you for confirmation before running the cmdlet.
126
-
127
-
```yaml
128
-
Type: SwitchParameter
129
-
Parameter Sets: (All)
130
-
Aliases: cf
131
-
132
-
Required: False
133
-
Position: Named
134
-
Default value: None
135
-
Accept pipeline input: False
136
-
Accept wildcard characters: False
137
-
```
138
-
139
-
### -WhatIf
140
-
Shows what would happen if the cmdlet runs. The cmdlet is not run.
141
-
142
-
```yaml
143
-
Type: SwitchParameter
144
-
Parameter Sets: (All)
145
-
Aliases: wi
146
-
147
-
Required: False
148
-
Position: Named
149
-
Default value: None
150
-
Accept pipeline input: False
151
-
Accept wildcard characters: False
152
-
```
153
-
154
124
### CommonParameters
155
125
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
0 commit comments