PS - Export VM Details to CSV from Remote Hosts

Export VM Details to CSV from Remote Hosts

Get-Vm -ComputerName VS06.domain.tld,VS07.domain.tld,VS08.domain.tld,VS09.domain.tld,VS10.domain.tld,VS11.domain.tld | Select * | Export-CSV D:\VMs.csv


Comments