Modify line 15 to be more specific

This commit is contained in:
Ray 2024-04-12 19:33:06 +10:00 committed by GitHub
parent 865bc32200
commit ddc7825be1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import-module ActiveDirectory
$UPN = Read-Host -Prompt "Please enter the Active Directory Forest name (example.com)"
#Get user to specify path of the CSV file containing user info to be added into the Active Directory.
$fpath = Read-Host -Prompt "Please enter the path to your CSV file:"
$fpath = Read-Host -Prompt "Please enter the path to your CSV file containing user info to be added to the OU's within the Active Directory Domain Forest:"
# Check if CSV file exists with the path specified by the end-user
# If so, error out the program with generic error stating so. (RAYYAN Contribution)