Hi
I want to create powershell script that ask me virtual machine and then check there is in sever or no.
i use this command for input machine name
$VirtualMachines = Read-Host "Please Type The VMName"
& can get list of vm using
Get-VM | select Name
but i dont know how can Comparison them .
Whenever you see a helpful reply, click on Vote As Helpful& click on
Mark As Answer if a post answers your question.