you organized your virtual environment and find some server list you would like to remove from your VM environment
easy way to do this task is via PowerCli Command –
1 |
remove-vm -vm centos7 |
if you’ll type the command like in the above example you’ll get a confirmation message –
better type the command as follows –
1 |
remove-vm -vm centos7 -DeletePermanently -Confirm:$false |
so you won’t need to confirm it .
(Visited 5,751 times, 1 visits today)