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.
82
-
83
-
```yaml
84
-
Type: SwitchParameter
85
-
Parameter Sets: (All)
86
-
Aliases: cf
87
-
88
-
Required: False
89
-
Position: Named
90
-
Default value: None
91
-
Accept pipeline input: False
92
-
Accept wildcard characters: False
93
-
```
94
-
95
-
### -WhatIf
96
-
Shows what would happen if the cmdlet runs. The cmdlet is not run.
97
-
98
-
```yaml
99
-
Type: SwitchParameter
100
-
Parameter Sets: (All)
101
-
Aliases: wi
102
-
103
-
Required: False
104
-
Position: Named
105
-
Default value: None
106
-
Accept pipeline input: False
107
-
Accept wildcard characters: False
108
-
```
109
-
110
80
### CommonParameters
111
81
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