- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
this may add
Scan-Inventory : Cannot process argument transformation on parameter 'Entity'. Strings as pipeline input a
re not supported.
At line:1 char:58
+ get-vmhost | select -ExpandProperty Name | Scan-Inventory <<<<
+ CategoryInfo : InvalidData: (esxname.domain.com:PSObject) , Parameter
Bindin...mationException
+ FullyQualifiedErrorId : ParameterArgumentTransformationError,VMware.VumAutomation.Commands.ScanInve
ntory
when i run this:
C:\Program Files\VMware\Infrastructure\VIToolkitForWindows> get-vmhost | select -ExpandP
roperty Name | Scan-Inventory
*I get the above error for each ESX host name.