Automation

 View Only

Create Read only local account

  • 1.  Create Read only local account

    Posted Nov 13, 2015 08:08 AM

    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