From 4142fdee74b956a781eefd8cbcd7a5aef0a7c05c Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Sun, 2 Nov 2025 01:17:12 -0700 Subject: [PATCH] New Assembly Added --- .../Active Directory/Unlock_AD_Account.json | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Data/Engine/Assemblies/Scripts/Active Directory/Unlock_AD_Account.json diff --git a/Data/Engine/Assemblies/Scripts/Active Directory/Unlock_AD_Account.json b/Data/Engine/Assemblies/Scripts/Active Directory/Unlock_AD_Account.json new file mode 100644 index 00000000..fab00bd1 --- /dev/null +++ b/Data/Engine/Assemblies/Scripts/Active Directory/Unlock_AD_Account.json @@ -0,0 +1,25 @@ +{ + "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" +} \ No newline at end of file