diff --git a/Active Directory/Setup-ADDS-LabUsers.ps1 b/Active Directory/Setup-ADDS-LabUsers.ps1 index 2217c08..e82e405 100644 --- a/Active Directory/Setup-ADDS-LabUsers.ps1 +++ b/Active Directory/Setup-ADDS-LabUsers.ps1 @@ -13,7 +13,7 @@ Specifies the OU where the test users will be created. .EXAMPLE - .\Create-LabUsers.ps1 -accounts 10 -userOU "OU=TestUsers,DC=example,DC=com" + .\Setup-ADDS-LabUsers.ps1 -accounts 10 -userOU "OU=TestUsers,DC=example,DC=com" .NOTES This script is intended for use in a test or production environment. Make sure to test the script in a non-production environment before running it in production.