I am trying to proxy through the AdaxesService but running as a non elevated user. I need to understand what permissions are needed to run Adaxes cmdlets with the parameter -AdaxesService?
If I run the following cmdlet as the Adaxes service admin, of course it works. Is there a predefined role that the user running the cmdlet needs to be in?
New-AdmComputer -name "ServerName" -Path "OU location" -Description "Test computer create via Adaxes proxy service" -Enabled $false -AdaxesService localhost
Thank you for any assistance.