Reply to Message

View discussion in a popup

Replying to:
LucD
Leadership
Leadership

Not sure which filter you mean?
If I list the privileges via the API (not via Get-VIPrivilege) that one doesn't seem to appear.

$si = Get-View ServiceInstance
$authMgr = Get-View -Id $si.Content.AuthorizationManager

$authMgr.PrivilegeList | where{$_.PrivId -match 'VirtualMachine.Interact'}


Afaik, the VIX API was terminated in favor of the GuestOperations.
I'm not sure why it would still be listed in documentation for vSphere 7


Blog: lucd.info  Twitter: @LucD22  Co-author PowerCLI Reference