From 31312fb51060d4a3f2ef98de19656c9a90bc0e24 Mon Sep 17 00:00:00 2001 From: ek-dyoder Date: Wed, 8 Oct 2025 17:18:06 -0400 Subject: [PATCH] update provisioning admin username to match standard naming convention --- Remove-ProvisioningAdminUser.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Remove-ProvisioningAdminUser.ps1 b/Remove-ProvisioningAdminUser.ps1 index f2af68f..4f058b0 100644 --- a/Remove-ProvisioningAdminUser.ps1 +++ b/Remove-ProvisioningAdminUser.ps1 @@ -1,5 +1,5 @@ # Define the username of the provisioning admin account -$ProvisioningAdminUsername = "ek-provisioningadmin" +$ProvisioningAdminUsername = "ProvisioningAdministrator" # Get the provisioning admin user account $ProvisioningAdmin = Get-LocalUser -Name $ProvisioningAdminUsername -ErrorAction SilentlyContinue