develop #28

Merged
blaerf merged 83 commits from develop into main 2025-12-17 14:28:04 +00:00
Showing only changes of commit 15e1be8db1 - Show all commits

View File

@ -45,6 +45,7 @@ $payload = [
'delimiter' => $delimiter,
'has_header' => (bool)((int)$hasHeader),
'dry_run' => (bool)($config['powershell']['dry_run'] ?? false),
'default_ou' => (string)($config['powershell']['default_ou'] ?? ''),
];
// Save options as JSON as the input to the PS script