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