I accidentally deleted the VMM self-signed certificate from the VMM server. Now what do I do?
Published Feb 15 2019 06:32 PM 3,078 Views
First published on TECHNET on May 14, 2013

Vladimir Petrosyan | Support Escalation Engineer

Hey there again! This is Vladimir from the Virtual Machine Manager (VMM) team and today I have a really quick tip for you all that I found out myself recently working on an issue.

The issue is basically: “ Hey, so I accidentally deleted the VMM self-signed certificate from the VMM server, and I cannot deploy VMs from the VM templates now. What do I do?”

Here is the quick solution:

1. Launch the VMM PowerShell on the Virtual Machine Manager server.

2. Type the following and press enter:

$credential = get-credential

3. Type the username and password that is a local admin on the VMM server.

4. Type the following and press enter:

Get-VMMManagedComputer -ComputerName "vmm2012sp1.contoso.com" | Register-SCVMMManagedComputer  -Credential $credential

5. Ensure that the VMM job completes successfully under the Jobs tab in the VMM console.

Note: In my example above, vmm2012.contoso.com is the FQDN of the VMM server.

You can also use this technique to generate the VMM certificates for the hosts that VMM manages in cases where the expired/out-of-sync VMM certificate might be causing the issue (for example VMM jobs that fail with error 0x80072f0d).

I hope this helps!

Vladimir Petrosyan | Support Escalation Engineer | Microsoft GBS Management and Security Division

Get the latest System Center news on Facebook and Twitter :

System Center All Up: http://blogs.technet.com/b/systemcenter/
System Center – Configuration Manager Support Team blog: http://blogs.technet.com/configurationmgr/
System Center – Data Protection Manager Team blog: http://blogs.technet.com/dpm/
System Center – Orchestrator Support Team blog: http://blogs.technet.com/b/orchestrator/
System Center – Operations Manager Team blog: http://blogs.technet.com/momteam/
System Center – Service Manager Team blog: http://blogs.technet.com/b/servicemanager
System Center – Virtual Machine Manager Team blog: http://blogs.technet.com/scvmm

Windows Intune: http://blogs.technet.com/b/windowsintune/
WSUS Support Team blog: http://blogs.technet.com/sus/
The AD RMS blog: http://blogs.technet.com/b/rmssupp/

App-V Team blog: http://blogs.technet.com/appv/
MED-V Team blog: http://blogs.technet.com/medv/
Server App-V Team blog: http://blogs.technet.com/b/serverappv

The Forefront Endpoint Protection blog : http://blogs.technet.com/b/clientsecurity/
The Forefront Identity Manager blog : http://blogs.msdn.com/b/ms-identity-support/
The Forefront TMG blog: http://blogs.technet.com/b/isablog/
The Forefront UAG blog: http://blogs.technet.com/b/edgeaccessblog/

1 Comment
Version history
Last update:
‎Mar 11 2019 09:53 AM
Updated by: