Cause:
Out of sync certificates on the VMM Server.
Solution:
On the management server, execute the following commands.
$credential = get-credential (Enter VMM server administrator credential)
$credential = get-credential (Enter VMM server administrator credential)
Get-VMMManagedComputer | Register-SCVMMManagedComputer -Credential $credential
The above process re-associates all hosts with the VMM server and re synced the certificates.
Thank you! Tried everything from microsoft until i stumbled upon your blog.. finally I can clone servers again
ReplyDeleteGood that it helped. Thanks.
ReplyDelete