To recover access to Symantec Endpoint Protection on your Azure VM, you will need to reset the password for the local administrator account or the account used to manage Symantec. Here are the steps you can follow:
- Reset the Local Administrator Password:
- If you can access the Azure portal, select your Windows VM and go to Reset password under Help. You can enter a new password for the local administrator account.
- If the local administrator account is disabled, the VMAccess extension will enable it for you.
- Using the Run Command:
- If you have the Azure VM agent running, you can use the Run Command feature to reset the password. Use the command:
net user <USERNAME> *for local accounts ornet user <USERNAME> * /domainfor domain accounts. Replace<USERNAME>with the actual username.
- If you have the Azure VM agent running, you can use the Run Command feature to reset the password. Use the command:
- Contact Support: If you are unable to reset the password using the above methods, consider reaching out to Azure support for further assistance.
Make sure to back up your VM before making any changes to avoid data loss.