Hello,
I want to delete many snapshots with the same name on different volumes and filers.
My script works, but I have to Confirm each remove-Nasnapshot.
How can I disable the Confirmation?
The cmdlet i use in the inner loop is
"remove-NaSnapshot $volName $snapName"
Best regards
Matthias Dietermann