How to Grant Multiple Domain Groups Permission to Multiple Folders on vCenter Server

If you have set of group VMs and particular group can access each set VMs, you should grant access on vSphere Client or vSphere Web Client.

SSO is slowly sometimes, you could use following CLI to do it more efficient.

New-VIPermission -Entity "Folder Name" -Principal "Domaingroup name" -Role "Role name"

You could do it faster for regular folder name or group name by excel and notepad:

New-VIPermission -Entity "

Folder Name

" -Principal "

Domaingroup name

" -Role "Role name"

Guess how to do it. Smile

Popular posts from this blog

Moving to Blogger.com

How to Use Proxy on WSL 2

Connect-NsxtServer shows "Unable to connect to the remote server"