From 748e378121a3b9da5aff920ad1e7a3f8e79f0b3d Mon Sep 17 00:00:00 2001 From: Danny de Kooker Date: Fri, 5 Jul 2024 21:12:47 +0200 Subject: [PATCH] corrected the file name in example --- Active Directory/Setup-ADDS-LabUsers.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.