update provisioning admin username to match project standards
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# Define the username of the provisioning admin account
|
# Define the username of the provisioning admin account
|
||||||
$ProvisioningAdminUsername = "ProvisioningAdministrator"
|
$ProvisioningAdminUsername = "EmberkomProvisioningAdmin"
|
||||||
|
|
||||||
# Get the provisioning admin user account
|
# Get the provisioning admin user account
|
||||||
$ProvisioningAdmin = Get-LocalUser -Name $ProvisioningAdminUsername -ErrorAction SilentlyContinue
|
$ProvisioningAdmin = Get-LocalUser -Name $ProvisioningAdminUsername -ErrorAction SilentlyContinue
|
||||||
|
|||||||
Reference in New Issue
Block a user