update provisioning admin username to match standard naming convention
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user