/
Creating Scripts using On-Premises Active Directory
Creating Scripts using On-Premises Active Directory
PowerScripts can be created to leverage On-Premises Active Directory, using these VitalSigns specific guidelines.
Parameters
When creating a script for use in VitalSigns with the intent of accessing On-Premises Active Directory, the following Parameters should be included.
- Server
- Credentials
For an example, a simple command like this:
Get-ADUser
Would become this:
Get-ADUser -Server "adServer.domain.com" -Credential $Credential
There is no need to put the Credentials in Plaintext in the script, as VitalSigns leverages its ability to store and encrypt the necessary credentials within the Credentials vault, accessible in the Application Settings page within the Configurator category. A relevant page about this can be found here.
, multiple selections available,
Related content
Adding your own PowerScripts to VitalSigns
Adding your own PowerScripts to VitalSigns
More like this
Accessing the VitalSigns API programatically
Accessing the VitalSigns API programatically
More like this
Software Requirements
Software Requirements
More like this
Application Settings
Application Settings
More like this
PowerScript Role Management
PowerScript Role Management
More like this
Current PowerScript Library
Current PowerScript Library
More like this