How can i remove a permission -> Group from a VMHost?
When i try to PowerCLI
Get-VIPermission -Entity $myhost
i can not see the group
when i do
Get-VIPermission -Entity $myhost -Principal 'vsphere.local\Users'
it outputs the correct thing, but there is no possibility to remove it.
but i can remove the group from the datacenter and the whole domain if set, even folders and other Objects.. but not hosts directly.
edit: i primarily tried to remove it from the html5 ui, afterwards i searched for a powercli command, but i am having trouble finding the right one.
i use 6.7.0.43000 - Build: 15976714
and i dont have a support contract. :/
Thank you for your hints!
Stay safe!