Local web service for calling scripts for DUST (amongst others if you wish).
🗝 Authenticate using jwt bearer token. Ask @NoenAndré if you need access.
args
in JSON body is optional, but must be of type object
if provided.
{
"fileName": "ScriptFileName.ps1",
"args": {
"SamAccountName": "sak8976",
"Properties": [
"title",
"mail"
],
}
}
{
"filePath": "C:\\FullPath\\To\\ScriptFileName.ps1",
"args": {
"SamAccountName": "sak8976",
"Properties": [
"title",
"mail"
],
}
}