PowerShell: Options
The Options page provides the option to execute the script remotely on the target host.

The configurable options are:
- Execute remotely – Remotely executes the script on the target host. If you don't select this checkbox, Access Analyzer executes the script from the Access Analyzer Console server.
- Use impersonation within server executable – Executes the script with the job credentials
For cmdlets that require explicit credentials, you can reference a single credential set from the
job's Connection Profile using Get-Credential or the $JobCredential variable, a PSCredential
type object. You can access all credentials from the job's Connection Profile via the
$JobCredentials array.