update provisioning admin username to match project standards

This commit is contained in:
2025-10-08 17:22:12 -04:00
parent 04d714cc5b
commit c6bd2e7c49
+1 -1
View File
@@ -1,5 +1,5 @@
# Define the username of the provisioning admin account
$ProvisioningAdminUsername = "ProvisioningAdministrator"
$ProvisioningAdminUsername = "EmberkomProvisioningAdmin"
# Get the provisioning admin user account
$ProvisioningAdmin = Get-LocalUser -Name $ProvisioningAdminUsername -ErrorAction SilentlyContinue