- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This worked if others are interested:
get-vmhost | ForEach-Object {Scan-Inventory -Entity $_.name}
It loops through and scans all ESX servers in the server you are connected to. Scans one by one and shows percentage in the powershell console.