I am writing a large script to automate adding a customer to our hosting active directory (something we do on a regular basis).
There are various cmdlets I use through the script that will prompt me for confirmation before performing the action; for example "Remove-ADPermission".
How do I tell these cmdlets to not prompt me for confirmation and just do it?
Thanks
Troy