Hello
I am trying to give a existing role, ie read-only to a local account which i created
I am giving below
...
New-VIPermission -Entity $_.Hostname -Principal $userName -Role "read-only" -Propagate:$true
..
It gave err.. What i am doing wrong here , thanks