Active Directory Hygiene
ActiveDirectoryHygiene Pack.#
This Integration is part of theUse this Integration to run commands on an Active Directory server.
#
Configure ActiveDirectoryHygiene on Cortex XSOARNavigate to Settings > Integrations > Servers & Services.
Search for ActiveDirectoryHygiene.
Click Add instance to create and configure a new integration instance.
Parameter Required Active Directory Computer Name True Username True Password True Click Test to validate the URLs, token, and connection.
#
CommandsYou can execute these commands from the Cortex XSOAR CLI, as part of an automation, or in a playbook. After you successfully execute a command, a DBot message appears in the War Room with the command details.
#
active-directory-run-scriptRuns a script on the Active Directory server.
#
Base Commandactive-directory-run-script
#
InputArgument Name | Description | Required |
---|---|---|
script | The Script to run. | Required |
#
Context OutputPath | Type | Description |
---|---|---|
ActiveDirectoryHygiene.stdout | String | |
ActiveDirectoryHygiene.stderr | String | |
ActiveDirectoryHygiene.returnCode | Number |
#
Command Example!active-directory-run-script script="echo a"
#
Context Example#
Human Readable Output#
Results
returnCode stderr stdout 0 a