Hello guys,
I'm trying to move a VM in a different RessourcePool via Powercli and I got an error as below :
move-vm -vm VM -Destination "RP"
Permission to perform this operation was denied. Required privilege 'VirtualMachine.Inventory.Move" on managed object with ...
I am in Administrator Group (role) so I have the privilege 'VirtualMachine.Inventory.Move".
I can do it with GUI (vsphere) but not via Powercli.
Any Idea to help me ?
Thank you very much in advance