develop #28
@ -67,6 +67,8 @@ return [
|
||||
'script_dir' => __DIR__ . '/../scripts/powershell',
|
||||
// Execution policy to pass to the PowerShell invocation
|
||||
'execution_policy' => 'Bypass',
|
||||
// Default OU. IIS only has write access there.
|
||||
'default_ou' => 'OU=WebAppUsers,DC=ITFA-PROJ-DOM,DC=local',
|
||||
// For testing; if true, the scripts will run in dry-run mode (no real AD changes)
|
||||
'dry_run' => false,
|
||||
],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user