Credentials Tab (Script)
The Credentials Tab allows the setting of the credentials under which the contained scripts will run and/or have available for use.
Inherited Credentials
If the Use Inherited option is selected, the credentials defined in the containing folder are used. To see what credentials are assigned to the containing folder, click the blue See Connect IDs hyperlink beside this option.
Explicit Credentials
If the Use these Connect IDs is selected, the credentials as specified are used. To assign one or more Connect IDs click the blue Manage button. This will open the Connect ID selection panel.
Run As
Choosing one or more Run As Connect IDs will cause a script to run once for each selected Run As Connect ID
A script referencing the special $ConnectId variable or evaluates Get-Credential will get the Connect ID or Credential associated with the current run.
Available
Choosing one or more Available Connect IDs will make the Connect ID available to the running script.
A script can access any of the available Connect IDs through the special $ConnectIds variable.
Add Credentials
A new Connect ID can be created by clicking the green Add Credentials button. See “Connect IDs“ for more information on creating Connect IDs.