Good Day to you,
I've configured an xmlexesensor. In this Sensor i have to run a Powershellscript to access to a Webapplication with active Directory based User credentials.
The Ps1-Script with the folowing paramters, works fine.
-BaseURL "https://Website/" -Username <username@domain> -Password <Password> -ModuleType "Job" -ModuleList <module1>, <module2> .
What can i do, to run the script without credentials in Parameters? I've tried to activate "credentials for Windows Systems", set the domain credentials there und cut off username and password out of the parameters. it doesn't work. What can i do? do i have to configure placeholders as %username %password in the parameterstring? What would be a correct syntax?
Many thanks and regards pascal
Add comment