I copied a virtual machine and imported it again in Hyper-V using a Unique ID. When refreshing the host in Virtual Machine Manager I hit the error below: Error (803) Virtual machine Darryl ASR already exists on the virtual machine host other cluster nodes Recommended Action Specify a new name for the virtual machine, and […]
Tag: Virtual Machine Manager
Force Remove Virtual Machine Manager library
There is no Remove-SCLibraryServer -Force command but you can still delete a non-existent VMM Library Server. First open up the SQL Management studio and execute the following query to find out your VMM Library server ID: use VirtualManagerDB go select LibraryID, ComputerName from dbo.tbl_ADHC_Library You’ll see an ID similar to the one below. Next, remove […]