Quantcast
Channel: Software Communities : Popular Discussions - ActiveRoles
Viewing all articles
Browse latest Browse all 1277

What are the rights required to access the ARS administration service using powershell script ?

$
0
0

Hi,

 

I would like to know what are the ARS rights required (on ARS) and where to change it on ARS server (I would like to grant other users/groups)

to perform powershell scripting using the Quest cmdlets for AD management (with -proxy switch)

 

typically,

the FW ports required to connect ARS are open.

 

from a remote client computer with Quest cmdlets installed,

 

connect-qadservice -service "serverars.mydomain.com"  -proxy         ; returns "The activeroles administration service is not available"

 

but if I specify a user and password with ARS rights It works:

 

connect-qadservice -service "serverars.mydomain.com" -connectionaccount $user -connectionpassword $pwd -proxy

 

So it is a question of rights on ARS ? which template ? where to grant this right on ARS ?

 

Thank you


Viewing all articles
Browse latest Browse all 1277

Trending Articles