From 93fc00b4c72bf642be500fb45205a2e72606d913 Mon Sep 17 00:00:00 2001 From: Karl-Wilfried Zimmer Date: Mon, 15 Jul 2024 21:37:08 +0200 Subject: [PATCH] change base directory --- Variables.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Variables.ps1 b/Variables.ps1 index dc24906..641468d 100644 --- a/Variables.ps1 +++ b/Variables.ps1 @@ -3,4 +3,4 @@ $Base='OU=PMU2,DC=intern,DC=concreteserver,DC=ddns,DC=net' $ACL='OU=ACL-Groups,'+$Base $Roles='OU=ProjectGroups,'+$Base $Projects='OU=Projects,'+$Base -$BaseDirectory='C:\Base\' \ No newline at end of file +$BaseDirectory='C:\Projects\' \ No newline at end of file