update provisioning admin username to match standard naming convention

This commit is contained in:
2025-10-08 17:18:06 -04:00
parent f2b6a44169
commit 31312fb510
+1 -1
View File
@@ -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