VMware Cloud Community
Atolf19
Contributor
Contributor

Granting remote user access to VM Guests

Hi,

I made have several shell scripts to create VM's but there is a problem with assigning permissions to a user or a group. I mean not using web interface. When I use this command vmware-vim-cmd -U admin -P pasword vimsvc/auth/entity_permission_add vim.Folder:ha-folder-root user false role true permission are set to every virtual machine in host. I need similar command but for only one VM. Tha's because I don't want some users have access to some vm's.

Some help please??

Thanks

David

Tags (3)
0 Kudos
1 Reply
Atolf19
Contributor
Contributor

After several hours I got the command vmware-vim-cmd -U user -P password vimsvc/auth/entity_permission_add vim.VirtualMachine:80 user false role true

Thanks

0 Kudos