vmgroup


0
痛苦中... asked 7 年 ago

Get-VMGroup -Name *
Name : xixi
InstanceId :
GroupType : ManagementCollectionType
VMMembers :
VMGroupMembers : {}
CimSession : CimSession: .
ComputerName :
IsDeleted : False
我没办法删除这个group,不是都已经空了吗?一删除就会出现一下错误:Remove-VMGroup : The operation failed.
An unexpected error occurred: The library, drive, or media pool must be empty to perform this operation. (0x800710D3).
The operation failed.
The Hyper-V Virtual Machine Management service encountered an unexpected error: The library, drive, or media pool must be empty to perform this
operation. (0x800710D3).
At line:1 char:1
+ Remove-VMGroup -Name xixi
+ ~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Remove-VMGroup], VirtualizationException
+ FullyQualifiedErrorId : OperationFailed,Microsoft.HyperV.PowerShell.Commands.RemoveVMGroup