Microsoft Virtualization Discussions
Microsoft Virtualization Discussions
Hello, I am trying to use PowerShell to remove hundreds of qtrees, but it keeps prompting me to confirm for each qtree. I am using "Remove-NaQtree -Force /vol/vol2/XXX". I have tried using the "-Confirm", but cannot find much info on that switch, even in the full man page.
Any ideas would be greatly appreciated.
Thank you!
Solved! See The Solution
Try this: Remove-NaQtree -Force /vol/vol2/XXX -Confirm:$false
Try this: Remove-NaQtree -Force /vol/vol2/XXX -Confirm:$false
Hello Clinton,
Thank you soooo much!! That worked perfectly!!
Thanks again!
Walter