Files
Borealis-Github-Replica/Data/Engine/Assemblies/Payloads/189e450acf0546adc35aa8d4faaea8dc0a8784cf/payload.json

25 lines
624 B
JSON

{
"version": 1,
"name": "Unlock AD Account [WIN]",
"description": "Run on DC to unlock user specified at time of execution.",
"category": "script",
"type": "powershell",
"script": "JFVzZXJOYW1lID0gJGVudjpVc2VyX05hbWUKVW5sb2NrLUFEQWNjb3VudCAtSWRlbnRpdHkgJFVzZXJOYW1l",
"timeout_seconds": 3600,
"sites": {
"mode": "all",
"values": []
},
"variables": [
{
"name": "User_Name",
"label": "Active Directory Username",
"description": "Username to unlock",
"type": "string",
"default": "",
"required": false
}
],
"files": [],
"script_encoding": "base64"
}