From b50d3999c21f2894e6e92821e26b21df8d3eaa5a Mon Sep 17 00:00:00 2001 From: Rayyan Hodges Date: Fri, 12 Apr 2024 20:42:13 +1000 Subject: [PATCH] Remove extra : --- AutoOUADCreator.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AutoOUADCreator.ps1 b/AutoOUADCreator.ps1 index 7ab6fe8..1894b10 100644 --- a/AutoOUADCreator.ps1 +++ b/AutoOUADCreator.ps1 @@ -8,7 +8,7 @@ import-module ActiveDirectory #Get user to specify path of the CSV file containing OU names to be added into the Active Directory. -$fpath = Read-Host -Prompt "Please enter the path to your CSV file containing OU info to be added within the Active Directory Domain Forest:" +$fpath = Read-Host -Prompt "Please enter the path to your CSV file containing OU info to be added within the Active Directory Domain Forest" # Display path to file given by end-user echo $fpath