Posted inPowerShell 101
PowerShell: Use a destructive PowerShell cmdlet safely
PowerShell has a built-in safety switch to many of its cmdlets. The –whatif parameter, which is meant to show you what would happen if you used a PowerShell cmdlet without…