cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Python Extension 2.0 - Using LocalSystem user

Benji_Dynatrace
Participant

Hi,

this is pretty self explanatory, we are trying to build extensions that can do things with admin rights (like running certain powershell scripts for example) but we noticed that the python environment run on the LocalService account which doesn't have admin rights. So our question is this, is there a way to deploy the python environment so that it runs on LocalSystem instead of LocalService?

Thanks!

 

3 REPLIES 3

Mike_L
Dynatrace Guru
Dynatrace Guru

There is not. The way we work around this is by asking for a username and password and running the commands as that user.

Please raise a product idea if that is insufficient for you.

Mike

Hi Mike,

are there any examples on how to implement the execution using given usernames and passwords, we haven't been able to replicate it on our end.

Thanks

You can grab either the extended activedirectory extension or the Citrix extension from the hub. They have implemented that functionality.

Mike

Featured Posts