I have a two part question.
I am looking for the -whatif cmdlet in Powershell.
I would like to run a script without the potential to break anything and when I run with the parameter -Whatif
Import-Module : A parameter cannot be found that matches parameter name 'whatif'.
The second part is, is there a way to list all of the cmdlets that when using the Get-Module -ListAvailable to see what cmdlets are available ?