mirror of
https://github.com/reiyua/AutoOUADCreator.git
synced 2026-01-20 08:37:48 +00:00
Remove extra :
This commit is contained in:
parent
7d3a819add
commit
b50d3999c2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue