Hyper-V on Win 8.1 Embedded Host

I believe I'm having permission issues when attempting to use Hyper-V on Windows Embedded 8.1 Industry Pro.  Hyper-V seems to install cleanly, and from an admin account I can use the Hyper-V Manager without issue and connect to a running VM.  However
if I attempt to use the Hyper-V Virtual Machine Connection application from the same account, it reports "You do now have the required permission to complete this task..." And attempts to run either the Manager or the Virtual Machine Connection result
in the same on a standard user account.  
I've attempted to modify the permissions in Hyper-V InitialStore.xml by adding both my Dev (admin) and Test (user) to the Administrator role but this has not fixed the issue. I've also looked in the Computer Management utility and the group "Hyper-V
Administrators" does not exist.  When I run the script from Ben Armstrong that generated and assigned rights to that group before it was shipping with Hyper-V I receive a notification that my current user is already added to the group and still don't
see anything in Computer Management.  
The end goal is to be able to run the Hyper-V Virtual Machine Connection Utility from a non-administrative user. Any advice is appreciated.
-Matthias

Hi Sir,
>>I've attempted to modify the permissions in Hyper-V InitialStore.xml by adding both my Dev (admin) and Test (user) to the Administrator role but this has not fixed the issue.
Azman is deprecated in 2012 and later :
https://technet.microsoft.com/en-us/library/hh831568.aspx
If the client OS is 64bit windows 8.1 pro/ent there should be " hyper-v administrators" group .
You may try to get further assistance within the forum below :
https://social.technet.microsoft.com/Forums/windowsserver/en-US/home?category=windowsembedded&filter=alltypes&sort=lastpostdesc
Best Regards,
Elton Ji
Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected] .

Similar Messages

  • Error adding Win Server Technical Preview host to Virtual Machine Manager Technical Preview

    I've built Win Server Preview (latest build 9888).Also build System Center Technical Preview, on another server (VM), and now trying to add Server Tech Preview hosts to VMM.
    However VMMService is crashing, with error below.
    Note I have tried multiple scenarios, including upgrade hosts from 2012 R2, install fresh as server Core, install fresh full-GUI hosts, enable Hyper-V before adding to VMM, allow VMM to enable Hyper-V...
    also RunAs user is administrator of hosts and VMM, computer accounts have been added to all administrator groups, WinRM quickconfig has been run, firewall is off..
    ..however VMM vNext refuses to add Server vNext hosts. (however - I can add Server 2012 R2 hosts to VMM vNext with no problem)
    NOTE - also, when Server Manager starts, I get "Error occurred while loading the plug-in for 481. Exception has been thrown by the target of an invocation". After this the File and Storage Services node in Server Manager is missing. Not sure if
    this is related to the error below; but I get this issue in all servers built with latest .9888 build.
    Error from VMM server when trying to add Tech Preview host is as follows -
    VMM encountered a critical exception and created an exception report at c:\programdata\VMMLogs\abcdefg...etc.
    ------------------- Error Report -------------------
    Error report created 07/12/2014 21:04:59
    CLR is not terminating
    --------------- Bucketing Parameters ---------------
    EventType=VMM20
    P1(appName)=vmmservice.exe
    P2(appVersion)=3.2.9013.0
    P3(assemblyName)=Engine.Common.dll
    P4(assemblyVer)=3.2.9013.0
    P5(methodName)=Microsoft.VirtualManager.Engine.EngineFSUtils.GetVolumeIDFromVolumeName
    P6(exceptionType)=System.FormatException
    P7(callstackHash)=c5b5
    SCVMM Version=3.2.9013.0
    SCVMM flavor=C-buddy-RTL-AMD64
    Default Assembly Version=3.2.9013.0
    Executable Name=vmmservice.exe
    Executable Version=3.2.9013.0
    Base Exception Target Site=140719489075608
    Base Exception Assembly name=mscorlib.dll
    Base Exception Method Name=System.Guid+GuidResult.SetFailure
    Exception Message=Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).
    EIP=0x00007ffbe1396468
    Build bit-size=64
    ------------ exceptionObject.ToString() ------------
    System.FormatException: Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).
       at System.Guid.GuidResult.SetFailure(ParseFailureKind failure, String failureMessageID, Object failureMessageFormatArgument, String failureArgumentName, Exception innerException)
       at System.Guid.TryParseGuidWithDashes(String guidString, GuidResult& result)
       at System.Guid.TryParseGuid(String g, GuidStyles flags, GuidResult& result)
       at System.Guid..ctor(String g)
       at Microsoft.VirtualManager.Engine.EngineFSUtils.GetVolumeIDFromVolumeName(String volumeName)
       at Microsoft.VirtualManager.Engine.ImageLibrary.StorageDataHelper.CreateVolume(MSFT_Volume volume, MSFT_Partition partition, WsmanAPIWrapper wrapper)
       at Microsoft.VirtualManager.Engine.Adhc.SMStorageRefresher.GetVolumes(IVmmDbContext ctx)
       at Microsoft.VirtualManager.Engine.Adhc.WindowsHostDataProperties.PopulateProperties(IVmmDbConnection dbConnection)
       at Microsoft.VirtualManager.Engine.Adhc.WindowsHostAbstractionLayer.GetHostProperties(HostData oldHostData, Version agentVersion, IVmmDbConnection dbConnection)
       at Microsoft.VirtualManager.Engine.Adhc.HostRefresher.GatherAllInformation(Host host, Object agentRefreshSyncObj, Boolean checkIfClustered, Boolean refreshEventCapabilities, String& clusterName, Guid taskID, ITaskContext taskContext, IVmmDbConnection
    dbConnection)
       at Microsoft.VirtualManager.Engine.Adhc.HostRefresher.RefreshLockedHost(Host host, Guid taskID, ITaskContext taskContext, Boolean checkClusterStatus, IVmmDbConnection dbConnection)
       at Microsoft.VirtualManager.Engine.BitBos.VMRefresherBase.UpdateHostToResponding(Nullable`1& prevState, IVmmDbConnection dbConnection)
       at Microsoft.VirtualManager.Engine.BitBos.VMRefresherBase.UpdateHostState(IVMComputerSystemSummary[]& vmComputers, Nullable`1& prevState, IVmmDbConnection dbConnection)
       at Microsoft.VirtualManager.Engine.BitBos.VMRefresherBase.RunLightRefresher(IVmmDbConnection dbConnection)
       at Microsoft.VirtualManager.Engine.BitBos.VMRefresherBase.UpdateHostAndVMs(VMRefresherType refresherType, Guid vmObjectId, VM tempVm, IVmmDbConnection dbConnection)
       at Microsoft.VirtualManager.Engine.BitBos.VMRefresherBase.UpdateHostAndVMs(VMRefresherType refresherType, IVmmDbConnection dbConnection)
       at Microsoft.VirtualManager.Engine.BitBos.VmLightRefresher.RefreshData(HostReference hostRef, Nullable`1& auditTaskId, IVmmDbConnection dbConnection)
       at Microsoft.VirtualManager.Engine.RefreshDriver`1.<>c__DisplayClassa.<RefreshThreadFunction>b__7(IVmmDbConnection _dbConnection)
    ------------------- Scope Trace --------------------
    [s#35e2a] HostRefresher.GatherAllInformation(host: (Host#[17c4]) { objLock = (CarmineObjectLock#[a41]) { lockType = Write, objectID = 4b67d6df-647f-4da3-a00f-12e52bdff947, objectType = VMHost, taskID = 1ee6c6db-a399-4033-ad4b-519c0d130f52, doNotRetryLock =
    (bool) True }, data = (HostData#[bcbb]) { id = 4b67d6df-647f-4da3-a00f-12e52bdff947, LastUpdatedTimestamp = 07/12/2014 18:04:04, Flags = AvailableForPlacement, HostGroupID = 0e3ba228-a059-46be-aa41-2f5cf0f4b96e, AgentServerID = 57f60b84-2997-4a25-b38e-56dc8dae19e4,
    OverrideHostGroupReserves = False, CPUPercentageReserve = 10, NetworkPercentageReserve = 0, DiskSpaceReserveMB = 10240, MaxDiskIOReservation = 10000, MemoryReserveMB = 2048, VhdPaths = (String[][-1]#1a4d96a) { }, VMRCEnabled = True, VMRCPort = 2179, SecureVMRCEnabled
    = False, VMRCCertificateAvailable = False, VirtualizationPlatformScheme = "viridian://hvnext2-ak.dev.amust.local", SupportsLiveMigration = False, EnableLiveMigration = False, LiveMigrationMaximum = 0, LiveStorageMigrationMaximum = 0, UseAnyMigrationSubnet
    = False, MigrationSubnet = (String[][-1]#2d3a296) { }, MigrationSubnetUserManaged = (Boolean[][-1]#2d62b0c) { }, MigrationAuthProtocol = CredSSP, VirtualServerState = Unknown, VirtualServerVersion = (Version#fffff) 0.0, VirtualServerVersionState = UpToDate,
    IsDMZHost = False, UseCACert = False, IsNonTrustedDomainHost = False, UserName = "", Password = "<password omitted>", LogicalProcessorCount = 0, PhysicalProcessorCount = 0, CoresPerProcessor = 0, L2CacheSize = 0, L3CacheSize = 0,
    BusSpeed = 0, ProcessorSpeed = 0, ProcessorModel = "", ProcessorManufacturer = "", ProcessorArchitecture = 0, ProcessorStepping = "", TotalMemory = 0, OperatingSystemName = "", OperatingSystemVersion = (Version#a00a0fff)
    10.0.9888, IsoRWRepositoryAvailableBytes = 0, CpuUtilization = 0, AvailableMemory = 0, Custom = (String[][9]#1d09d25) { (null), (null), (null), (null), (null), (null), (null), (null), (null) }, MaximumMemoryPerVM = 0, MinimumMemoryPerVM = 0, SuggestedMaximumMemoryPerVM
    = 0, IMAPIInstalled = False, AvailableMemoryTierredPerfCounterID = 869a7213-d9dc-41a2-a5d1-d28099894ff6, CpuTieredPerfCounterID = 68e21dec-4b18-4626-9ab3-0c136c654c79, ClusterNodeStatus = ClusterNodeStateUnknown, SecureMode = True, SslTcpPort = 5985, SslCertificateImportedByVMM
    = False, SshTcpPort = 0, IsRemoteFXRoleInstalled = False, IsCPUSLAT = False, HostVolumeIDs = Ø, HostDiskIDs = Ø, StorageFileShareIDs = Ø, HostGPUIDs = Ø, InstalledVirtualSwitchExtensionIDs = Ø, HostFibreChannelHbaIDs = Ø, HostSASHbaIDs = Ø, HostInternetSCSIHbaIDs
    = Ø, PhysicalMachineID = 655a0cbb-5fa8-4379-9a0a-dc645baae95c, OobType = None, IsPowerOptimizationControlled = False, RunAsAccountID = 93e5e250-394a-4917-9e06-88c7fb7edd98, CustomPropertyIDs = Ø, HealthMonitorIDs = Ø }, server = (RemoteServer#21feea7) Microsoft.VirtualManager.DB.Adhc.RemoteServer,
    agentVersionState = (VersionState) { UpToDate } }, agentRefreshSyncObj: (Object) null, checkIfClustered: (Boolean#0) False, refreshEventCapabilities: (Boolean#0) False, taskID: (guid) 1ee6c6db-a399-4033-ad4b-519c0d130f52, taskContext: (TaskContext#38b9a77)
    Microsoft.VirtualManager.Engine.TaskRepository.TaskContext, dbConnection: (TransactableDbContext#[1b46]) { constructionCallSite = (CallSite) { SqlContext.Connect }, sqlContext = (SqlContext#[2bd2]) { [rw] SqlContext.ConnectconstructionIdentity = (WindowsIdentity#27652b0)
    System.Security.Principal.WindowsIdentity commandList: { n=46 { Q:"dbo.prc_ADHC_Host_Get(@HostID=4b67d6df-647f-4da3-a00f-12e52bdff947)", @07/12/2014 21:04:57 [+00:00:00.0019993] }, { Q:"dbo.prc_ADHC_HealthMonitor_GetAllIDsByAgent(@AgentServerID=57f60b84-2997-4a25-b38e-56dc8dae19e4)",
    @07/12/2014 21:04:57 }, { Q:"dbo.prc_ADHC_HostVolume_GetIDsByHost(@HostID=4b67d6df-647f-4da3-a00f-12e52bdff947)", @07/12/2014 21:04:57 [+00:00:00.0010014] }, { Q:"dbo.prc_BTBS_CustomPropertyValue_GetCPValIDByObjID(ObjectID=4b67d6df-647f-4da3-a00f-12e52bdff947)",
    @07/12/2014 21:04:57 }, { Q:"dbo.prc_ADHC_HostDisk_GetIDsByHost(@HostID=4b67d6df-647f-4da3-a00f-12e52bdff947)", @07/12/2014 21:04:57 }, { Q:"dbo.prc_ST_StorageFileShareAssociation_GetShareIDsByServerIDAndType(@ServerID=4b67d6df-647f-4da3-a00f-12e52bdff947,
    @ServerType=VMHost)", @07/12/2014 21:04:57 [+00:00:00.0009995] }, { Q:"dbo.prc_ADHC_GetHostFibreChannelHbaByHostID(HostID=4b67d6df-647f-4da3-a00f-12e52bdff947)", @07/12/2014 21:04:57 }, { Q:"dbo.prc_ADHC_GetHostSASHbaByHostID(HostID=4b67d6df-647f-4da3-a00f-12e52bdff947)",
    @07/12/2014 21:04:57 [+00:00:00.0010007] }, { Q:"dbo.prc_ADHC_GetHostInternetSCSIHbaByHostID(HostID=4b67d6df-647f-4da3-a00f-12e52bdff947)", @07/12/2014 21:04:57 }, { Q:"dbo.prc_ADHC_HostGPU_GetByHost(@HostID=4b67d6df-647f-4da3-a00f-12e52bdff947)",
    @07/12/2014 21:04:57 [+00:00:00.0009991] }, { Q:"dbo.prc_NetMan_InstalledVirtualSwitchExtension_GetByHost(@HostID=4b67d6df-647f-4da3-a00f-12e52bdff947)", @07/12/2014 21:04:57 }, { Q:"dbo.prc_ADHC_GetHostFibreChannelVirtualSANByHostId(HostID=4b67d6df-647f-4da3-a00f-12e52bdff947)",
    @07/12/2014 21:04:57 }, { Q:"dbo.prc_ADHC_AgentServer_Get(@AgentServerID=57f60b84-2997-4a25-b38e-56dc8dae19e4)", @07/12/2014 21:04:57 [+00:00:00.0010041] }, { Q:"dbo.prc_ADHC_AgentServerRelation_GetByAgent(@AgentServerID=57f60b84-2997-4a25-b38e-56dc8dae19e4)",
    @07/12/2014 21:04:57 }, { Q:"dbo.prc_BTBS_HostGroup_GetByID(@ID=0e3ba228-a059-46be-aa41-2f5cf0f4b96e)", @07/12/2014 21:04:57 [+00:00:00.0009967] }, { Q:"dbo.prc_BTBS_HostGroup_GetChildGroupIDs(@ID=0e3ba228-a059-46be-aa41-2f5cf0f4b96e)",
    @07/12/2014 21:04:57 }, { Q:"dbo.prc_BTBS_CustomPropertyValue_GetCPValIDByObjID(ObjectID=0e3ba228-a059-46be-aa41-2f5cf0f4b96e)", @07/12/2014 21:04:57 [+00:00:00.0009990] }, { Q:"dbo.prc_ADHC_Host_GetByGroupID(@HostGroupID=0e3ba228-a059-46be-aa41-2f5cf0f4b96e)",
    @07/12/2014 21:04:57 }, { NQ:"dbo.prc_VMM_AcquireLock(@ObjectID=4b67d6df-647f-4da3-a00f-12e52bdff947, @ObjectType=VMHost, @TaskID=1ee6c6db-a399-4033-ad4b-519c0d130f52, @ReqLockType=Write)", @07/12/2014 21:04:57 [+00:00:00.0019787] }, { Q:"dbo.prc_ADHC_Host_Get(@HostID=4b67d6df-647f-4da3-a00f-12e52bdff947)",
    @07/12/2014 21:04:57 [+00:00:00.0010032] }, { Q:"dbo.prc_ADHC_HealthMonitor_GetAllIDsByAgent(@AgentServerID=57f60b84-2997-4a25-b38e-56dc8dae19e4)", @07/12/2014 21:04:57 [+00:00:00.0010090] }, { Q:"dbo.prc_ADHC_HostVolume_GetIDsByHost(@HostID=4b67d6df-647f-4da3-a00f-12e52bdff947)",
    @07/12/2014 21:04:57 }, { Q:"dbo.prc_BTBS_CustomPropertyValue_GetCPValIDByObjID(ObjectID=4b67d6df-647f-4da3-a00f-12e52bdff947)", @07/12/2014 21:04:57 [+00:00:00.0009875] }, { Q:"dbo.prc_ADHC_HostDisk_GetIDsByHost(@HostID=4b67d6df-647f-4da3-a00f-12e52bdff947)",
    @07/12/2014 21:04:57 }, { Q:"dbo.prc_ST_StorageFileShareAssociation_GetShareIDsByServerIDAndType(@ServerID=4b67d6df-647f-4da3-a00f-12e52bdff947, @ServerType=VMHost)", @07/12/2014 21:04:57 [+00:00:00.0010157] }, { Q:"dbo.prc_ADHC_GetHostFibreChannelHbaByHostID(HostID=4b67d6df-647f-4da3-a00f-12e52bdff947)",
    @07/12/2014 21:04:57 }, { Q:"dbo.prc_ADHC_GetHostSASHbaByHostID(HostID=4b67d6df-647f-4da3-a00f-12e52bdff947)", @07/12/2014 21:04:57 [+00:00:00.0009850] }, { Q:"dbo.prc_ADHC_GetHostInternetSCSIHbaByHostID(HostID=4b67d6df-647f-4da3-a00f-12e52bdff947)",
    @07/12/2014 21:04:57 }, { Q:"dbo.prc_ADHC_HostGPU_GetByHost(@HostID=4b67d6df-647f-4da3-a00f-12e52bdff947)", @07/12/2014 21:04:57 }, { Q:"dbo.prc_NetMan_InstalledVirtualSwitchExtension_GetByHost(@HostID=4b67d6df-647f-4da3-a00f-12e52bdff947)",
    @07/12/2014 21:04:57 [+00:00:00.0010008] }, { Q:"dbo.prc_ADHC_GetHostFibreChannelVirtualSANByHostId(HostID=4b67d6df-647f-4da3-a00f-12e52bdff947)", @07/12/2014 21:04:57 }, { Q:"dbo.prc_ADHC_HostVolume_GetByHost(@HostID=4b67d6df-647f-4da3-a00f-12e52bdff947)",
    @07/12/2014 21:04:57 [+00:00:00.0009996] }, { Q:"dbo.prc_ADHC_HostDisk_GetByHost(@HostID=4b67d6df-647f-4da3-a00f-12e52bdff947)", @07/12/2014 21:04:57 }, { Q:"dbo.prc_ADHC_GetHostFibreChannelHbaByHostID(HostID=4b67d6df-647f-4da3-a00f-12e52bdff947)",
    @07/12/2014 21:04:57 [+00:00:00.0009977] }, { Q:"dbo.prc_ADHC_AgentServer_Get(@AgentServerID=57f60b84-2997-4a25-b38e-56dc8dae19e4)", @07/12/2014 21:04:57 }, { Q:"dbo.prc_ADHC_AgentServerRelation_GetByAgent(@AgentServerID=57f60b84-2997-4a25-b38e-56dc8dae19e4)",
    @07/12/2014 21:04:57 [+00:00:00.0010001] }, { Q:"dbo.prc_BTBS_HostGroup_GetByID(@ID=0e3ba228-a059-46be-aa41-2f5cf0f4b96e)", @07/12/2014 21:04:57 }, { Q:"dbo.prc_BTBS_HostGroup_GetChildGroupIDs(@ID=0e3ba228-a059-46be-aa41-2f5cf0f4b96e)",
    @07/12/2014 21:04:57 }, { Q:"dbo.prc_BTBS_CustomPropertyValue_GetCPValIDByObjID(ObjectID=0e3ba228-a059-46be-aa41-2f5cf0f4b96e)", @07/12/2014 21:04:57 [+00:00:00.0010000] }, { Q:"dbo.prc_ADHC_Host_GetByGroupID(@HostGroupID=0e3ba228-a059-46be-aa41-2f5cf0f4b96e)",
    @07/12/2014 21:04:57 }, { Q:"dbo.prc_BTBS_HostGroup_GetByID(@ID=0e3ba228-a059-46be-aa41-2f5cf0f4b96e)", @07/12/2014 21:04:57 [+00:00:00.0010018] }, { Q:"dbo.prc_BTBS_HostGroup_GetChildGroupIDs(@ID=0e3ba228-a059-46be-aa41-2f5cf0f4b96e)",
    @07/12/2014 21:04:57 }, { Q:"dbo.prc_BTBS_CustomPropertyValue_GetCPValIDByObjID(ObjectID=0e3ba228-a059-46be-aa41-2f5cf0f4b96e)", @07/12/2014 21:04:57 }, { Q:"dbo.prc_ADHC_Host_GetByGroupID(@HostGroupID=0e3ba228-a059-46be-aa41-2f5cf0f4b96e)",
    @07/12/2014 21:04:57 [+00:00:00.0009978] }, { Q:"dbo.prc_ADHC_AgentServer_Get(@AgentServerID=57f60b84-2997-4a25-b38e-56dc8dae19e4)", @07/12/2014 21:04:57 }, { Q:"dbo.prc_ADHC_AgentServerRelation_GetByAgent(@AgentServerID=57f60b84-2997-4a25-b38e-56dc8dae19e4)",
    @07/12/2014 21:04:57 [+00:00:00.0010001] } } , conn = (SqlConnection#11f39db) { State: Open Database: VirtualManagerDB DataSource: SCVNEXT1-AK PacketSize: 8000 ServerVersion: 12.00.2000 StatisticsEnabled: False WorkstationId: SCVNEXT1-AK } }, constructionIdentity
    = (WindowsIdentity#1b706b2) System.Security.Principal.WindowsIdentity }) in t:\btvsts\38525\private\product\engine\ADHC\Operations\HostRefresher\HostRefresher.cs:line 861
    [s#35e07] VMRefresherBase.RunLightRefresher(this: (VMRefresherBase#[3b8]){ TBD }, dbConnection: (TransactableDbContext#[1b46])) in t:\btvsts\38525\private\product\engine\BitBoS\VmRefresher.cs:line 1178
    [s#35e06] VMRefresherBase.UpdateHostAndVMs(this: (VMRefresherBase#[3b8]), refresherType: VMRefresherType.LightVMRefresher, vmObjectId: (guid) 00000000-0000-0000-0000-000000000000, tempVm: (VM) null, dbConnection: (TransactableDbContext#[1b46])) in t:\btvsts\38525\private\product\engine\BitBoS\VmRefresher.cs:line
    693
    [s#35ddc] VmLightRefresher.RefreshData(this: (VmLightRefresher#[1]) { tbd }, hostRef: (HostReference#[b]) { hostID = 4b67d6df-647f-4da3-a00f-12e52bdff947, hostConnectionParams = (WSManConnectionParameters#16a611e) hvnext2-ak.dev.amust.local, isClustered = False
    }, dbConnection: (TransactableDbContext#[1b46])) in t:\btvsts\38525\private\product\engine\BitBoS\VmRefresher.cs:line 208
    [s#35ddb] RefreshDriver`1.RefreshThreadFunction(this: (RefreshDriver`1<HostReference>#[4]) { tbd }, obj: (WaitCallbackState<HostReference>#2143066) Microsoft.VirtualManager.Engine.RefreshDriver`1+WaitCallbackState[Microsoft.VirtualManager.DB.Adhc.HostReference])
    in t:\btvsts\38525\private\product\engine\Common\RefreshDriver.cs:line 568
    --------------- exception.StackTrace ---------------
    at System.Guid.GuidResult.SetFailure(ParseFailureKind failure, String failureMessageID, Object failureMessageFormatArgument, String failureArgumentName, Exception innerException)
       at System.Guid.TryParseGuidWithDashes(String guidString, GuidResult& result)
       at System.Guid.TryParseGuid(String g, GuidStyles flags, GuidResult& result)
       at System.Guid..ctor(String g)
       at Microsoft.VirtualManager.Engine.EngineFSUtils.GetVolumeIDFromVolumeName(String volumeName)
       at Microsoft.VirtualManager.Engine.ImageLibrary.StorageDataHelper.CreateVolume(MSFT_Volume volume, MSFT_Partition partition, WsmanAPIWrapper wrapper)
       at Microsoft.VirtualManager.Engine.Adhc.SMStorageRefresher.GetVolumes(IVmmDbContext ctx)
       at Microsoft.VirtualManager.Engine.Adhc.WindowsHostDataProperties.PopulateProperties(IVmmDbConnection dbConnection)
       at Microsoft.VirtualManager.Engine.Adhc.WindowsHostAbstractionLayer.GetHostProperties(HostData oldHostData, Version agentVersion, IVmmDbConnection dbConnection)
       at Microsoft.VirtualManager.Engine.Adhc.HostRefresher.GatherAllInformation(Host host, Object agentRefreshSyncObj, Boolean checkIfClustered, Boolean refreshEventCapabilities, String& clusterName, Guid taskID, ITaskContext taskContext, IVmmDbConnection
    dbConnection)
       at Microsoft.VirtualManager.Engine.Adhc.HostRefresher.RefreshLockedHost(Host host, Guid taskID, ITaskContext taskContext, Boolean checkClusterStatus, IVmmDbConnection dbConnection)
       at Microsoft.VirtualManager.Engine.BitBos.VMRefresherBase.UpdateHostToResponding(Nullable`1& prevState, IVmmDbConnection dbConnection)
       at Microsoft.VirtualManager.Engine.BitBos.VMRefresherBase.UpdateHostState(IVMComputerSystemSummary[]& vmComputers, Nullable`1& prevState, IVmmDbConnection dbConnection)
       at Microsoft.VirtualManager.Engine.BitBos.VMRefresherBase.RunLightRefresher(IVmmDbConnection dbConnection)
       at Microsoft.VirtualManager.Engine.BitBos.VMRefresherBase.UpdateHostAndVMs(VMRefresherType refresherType, Guid vmObjectId, VM tempVm, IVmmDbConnection dbConnection)
       at Microsoft.VirtualManager.Engine.BitBos.VMRefresherBase.UpdateHostAndVMs(VMRefresherType refresherType, IVmmDbConnection dbConnection)
       at Microsoft.VirtualManager.Engine.BitBos.VmLightRefresher.RefreshData(HostReference hostRef, Nullable`1& auditTaskId, IVmmDbConnection dbConnection)
       at Microsoft.VirtualManager.Engine.RefreshDriver`1.<>c__DisplayClassa.<RefreshThreadFunction>b__7(IVmmDbConnection _dbConnection)
    ------------- StackTrace from handler --------------
    This is the call stack from where the exception was caught, not where it was thrown.
    at Microsoft.VirtualManager.Utils.Diagnostics.WatsonReport.WriteReportTextFile(TextWriter reportFile)
       at Microsoft.VirtualManager.Utils.Diagnostics.WatsonReport.Send()
       at Microsoft.VirtualManager.Utils.Diagnostics.WatsonExceptionReport.Send()
       at Microsoft.VirtualManager.Utils.Diagnostics.WatsonCenter.ReportException(Exception e, WERReportOptions options, String& localReportPath)
       at Microsoft.VirtualManager.Engine.TaskRepository.TaskRepository.HandleCriticalRefresherFailure(Object sender, CriticalRefreshFailureEventArgs eventData)
       at Microsoft.VirtualManager.Engine.RefreshDriver`1.<>c__DisplayClassa.<RefreshThreadFunction>b__7(IVmmDbConnection _dbConnection)
       at Microsoft.VirtualManager.DB.SqlContext.Connect(Action`1 action)
       at Microsoft.VirtualManager.Engine.RefreshDriver`1.RefreshThreadFunction(Object obj)
       at Microsoft.VirtualManager.Utils.Multithreading.ThrottledThreadPool.<>c__DisplayClass3.<ScheduleNextThread>b__2(Object dummy)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
       at System.Threading.ThreadPoolWorkQueue.Dispatch()
    -------------------- Assemblies --------------------
    mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        Location=C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorlib.dll
        Module=C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorlib.dll
        Version=4.5.27.0
        BuildType=retail
        Product=Microsoft® .NET Framework
    VMMService, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\vmmservice.exe
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\vmmservice.exe
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    System.ServiceProcess, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
        Location=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceProcess\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.ServiceProcess.dll
        Module=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceProcess\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.ServiceProcess.dll
        Version=4.5.27.0
        BuildType=retail
        Product=Microsoft® .NET Framework
    System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        Location=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll
        Module=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll
        Version=4.5.27.0
        BuildType=retail
        Product=Microsoft® .NET Framework
    TraceWrapper, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\TraceWrapper.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\TraceWrapper.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Utils.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Utils.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    NativeMethods, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\NativeMethods.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\NativeMethods.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    Engine.IndigoAccessLayer, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.IndigoAccessLayer.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.IndigoAccessLayer.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    Engine.Common, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.Common.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.Common.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        Location=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll
        Module=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll
        Version=4.5.27.0
        BuildType=retail
        Product=Microsoft® .NET Framework
    System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
        Location=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll
        Module=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll
        Version=4.5.27.0
        BuildType=retail
        Product=Microsoft® .NET Framework
    System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        Location=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll
        Module=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll
        Version=4.5.27.0
        BuildType=retail
        Product=Microsoft® .NET Framework
    Errors, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Errors.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Errors.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    Remoting, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Remoting.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Remoting.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        Location=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Runtime.Serialization\v4.0_4.0.0.0__b77a5c561934e089\System.Runtime.Serialization.dll
        Module=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Runtime.Serialization\v4.0_4.0.0.0__b77a5c561934e089\System.Runtime.Serialization.dll
        Version=4.5.27.0
        BuildType=retail
        Product=Microsoft® .NET Framework
    System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        Location=C:\Windows\Microsoft.Net\assembly\GAC_64\System.Data\v4.0_4.0.0.0__b77a5c561934e089\System.Data.dll
        Module=C:\Windows\Microsoft.Net\assembly\GAC_64\System.Data\v4.0_4.0.0.0__b77a5c561934e089\System.Data.dll
        Version=4.5.27.0
        Product=Microsoft® .NET Framework
    System.DirectoryServices.AccountManagement, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        Location=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.DirectoryServices.AccountManagement\v4.0_4.0.0.0__b77a5c561934e089\System.DirectoryServices.AccountManagement.dll
        Module=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.DirectoryServices.AccountManagement\v4.0_4.0.0.0__b77a5c561934e089\System.DirectoryServices.AccountManagement.dll
        Version=4.5.27.0
        BuildType=retail
        Product=Microsoft® .NET Framework
    System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        Location=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel\v4.0_4.0.0.0__b77a5c561934e089\System.ServiceModel.dll
        Module=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel\v4.0_4.0.0.0__b77a5c561934e089\System.ServiceModel.dll
        Version=4.5.27.0
        BuildType=retail
        Product=Microsoft® .NET Framework
    Engine.Adhc.Operations, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.Adhc.Operations.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.Adhc.Operations.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    Engine.TaskRepository, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.TaskRepository.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.TaskRepository.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    ImgLibEngine, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\ImgLibEngine.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\ImgLibEngine.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    VmmHelperHost, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\VmmHelperHost.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\VmmHelperHost.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    VirtualizationInterfaces, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\VirtualizationInterfaces.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\VirtualizationInterfaces.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    NetworkServiceInterfaces, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\NetworkServiceInterfaces.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\NetworkServiceInterfaces.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    ClusterUtil, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\ClusterUtil.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\ClusterUtil.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    VMWareImplementation, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\VMWareImplementation.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\VMWareImplementation.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    Engine.AuthorizationManager, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.AuthorizationManager.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.AuthorizationManager.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    Engine.AuthorizationManagerTasks, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.AuthorizationManagerTasks.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.AuthorizationManagerTasks.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    Engine.Backup, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.Backup.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.Backup.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    Engine.BitBos, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.BitBos.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.BitBos.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Management.Automation\v4.0_3.0.0.0__31bf3856ad364e35\System.Management.Automation.dll
        Module=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Management.Automation\v4.0_3.0.0.0__31bf3856ad364e35\System.Management.Automation.dll
        Version=10.0.9888.0
        BuildType=retail
        Product=Microsoft (R) Windows (R) Operating System
    WsManWrappers, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\WsManWrappers.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\WsManWrappers.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    SqmWrapper, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\SqmWrapper.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\SqmWrapper.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    Engine.Deployment, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.Deployment.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.Deployment.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    Engine.Placement.ResourceModel, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.Placement.ResourceModel.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.Placement.ResourceModel.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    Engine.ImgLibOperation, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.ImgLibOperation.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.ImgLibOperation.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    Engine.CustomProperties, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.CustomProperties.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.CustomProperties.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    Engine.VmOperations, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.VmOperations.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.VmOperations.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    Engine.MomDal, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.MomDal.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.MomDal.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    System.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
        Location=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.Services\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Web.Services.dll
        Module=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.Services\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Web.Services.dll
        Version=4.5.27.0
        BuildType=retail
        Product=Microsoft® .NET Framework
    Engine.PxeServer, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.PxeServer.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.PxeServer.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    Engine.Placement, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.Placement.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.Placement.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    Engine.P2VCommon, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.P2VCommon.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.P2VCommon.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    PatchExtractor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\PatchExtractor.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\PatchExtractor.dll
    Engine.ConfigurationProviders, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.ConfigurationProviders.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.ConfigurationProviders.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    GatewayInterfaces, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\GatewayInterfaces.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\GatewayInterfaces.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    Microsoft.Management.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.Management.Infrastructure\v4.0_1.0.0.0__31bf3856ad364e35\Microsoft.Management.Infrastructure.dll
        Module=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.Management.Infrastructure\v4.0_1.0.0.0__31bf3856ad364e35\Microsoft.Management.Infrastructure.dll
        Version=10.0.9888.0
        BuildType=retail
        Product=Microsoft (R) Windows (R) Operating System
    Microsoft.CapacityManager.Modeling.Store.ModelLibrary, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Microsoft.CapacityManager.Modeling.Store.ModelLibrary.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Microsoft.CapacityManager.Modeling.Store.ModelLibrary.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    Engine.CustomPropertyTasks, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.CustomPropertyTasks.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.CustomPropertyTasks.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    Engine.UMOperation, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.UMOperation.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.UMOperation.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    Engine.Scheduler, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.Scheduler.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.Scheduler.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    Engine.Tasks, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.Tasks.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.Tasks.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    Engine.ServiceOperations, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.ServiceOperations.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.ServiceOperations.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    GoalState, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\GoalState.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\GoalState.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    Engine.CloudService, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.CloudService.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.CloudService.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    WSManAutomation, Version=3.2.9013.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\WSManAutomation.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\WSManAutomation.dll
    wmiWrappers, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\WMIWrappers.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\WMIWrappers.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    Skuhelper, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Skuhelper.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Skuhelper.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    System.Transactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        Location=C:\Windows\Microsoft.Net\assembly\GAC_64\System.Transactions\v4.0_4.0.0.0__b77a5c561934e089\System.Transactions.dll
        Module=C:\Windows\Microsoft.Net\assembly\GAC_64\System.Transactions\v4.0_4.0.0.0__b77a5c561934e089\System.Transactions.dll
        Version=4.5.27.0
        Product=Microsoft® .NET Framework
    System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
        Location=C:\Windows\Microsoft.Net\assembly\GAC_64\System.EnterpriseServices\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll
        Module=C:\Windows\Microsoft.Net\assembly\GAC_64\System.EnterpriseServices\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll
        Module=C:\Windows\Microsoft.Net\assembly\GAC_64\System.EnterpriseServices\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.Wrapper.dll
        Version=4.5.27.0
        BuildType=retail
        Product=Microsoft® .NET Framework
    DB.DelegatedAdmin, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\DB.DelegatedAdmin.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\DB.DelegatedAdmin.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    Microsoft.CSharp, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
        Location=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.CSharp\v4.0_4.0.0.0__b03f5f7f11d50a3a\Microsoft.CSharp.dll
        Module=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.CSharp\v4.0_4.0.0.0__b03f5f7f11d50a3a\Microsoft.CSharp.dll
        Version=4.5.27.0
        BuildType=retail
        Product=Microsoft® .NET Framework
    System.Numerics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        Location=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Numerics\v4.0_4.0.0.0__b77a5c561934e089\System.Numerics.dll
        Module=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Numerics\v4.0_4.0.0.0__b77a5c561934e089\System.Numerics.dll
        Version=4.5.27.0
        BuildType=retail
        Product=Microsoft® .NET Framework
    DB.TieredPerfCounters, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\DB.TieredPerfCounters.dll
        Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\DB.TieredPerfCounters.dll
        Version=3.2.9013.0
        BuildType=retail
        Product=System Center Virtual Machine Manager Technical Preview
    System.Dynamic, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
        Location=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Dynamic\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Dynamic.dll
        Module=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Dynamic\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Dynamic.dll
        Version=4.5.27.0
        BuildType=retail
        Product=Microsoft® .NET Framework
    System.DirectoryServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
        Location=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.DirectoryServices\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.DirectoryServices.dll
        Module=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.DirectoryServices\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.DirectoryServices.dll
        Version=4.5.27.0
        BuildType=retail
        Product=Microsoft® .NET Framework
    System.Management, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
        Location=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Management\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Management.dll
        Module=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Management\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Management.dll
        Version=4.5.27.0
        BuildType=retail
        Product=Microsoft® .NET Framework
    --------- Extra Data for Watson Report -------------
    Error Reporting Enabled=True
    *** Extra Data ***
    Process ID = 7204 (0x1c24)
    Managed Thread ID = 74
    Native Thread ID = 14652 (0x393c)
    Alec King Director, Product Management @ Veeam Software

    On Sun, 7 Dec 2014 21:24:57 +0000, Alec 'The' King wrote:
    @Paul Adare, Your replies have zero value. An apology or retraction for your accusation of piracy would have been more appropriate.
    If you don't have any insight to add on the topic of this post, please stop spamming it.
    I did not accuse you of anything. The build in question has been pirated
    and is floating around the Internet and Microsoft has not, in fact released
    the build to the general pubic. Those are facts. I have also been involved
    in various TAP programs over the years and I know that there are dedicated
    support channels for those programs and that you are to use those dedicated
    support channels, not the support channels made available to the public
    releases. Also a fact.
    If you want support for your issues, the only way you're going to get
    that support is what I told you. Whether you choose to avail yourself of
    that support is up to you.
    Paul Adare - FIM CM MVP
    I've seen Sun monitors on fire off the side of the multimedia lab. I've
    seen
    NTU lights glitter in the dark near the Mail Gate. All these things will be
    lost in time, like the root partition last week. Time to die... -- P.
    Gutmann

  • Hyper V on Win 8.1 Pro - can you use a wireless nic or does it need to be ethernet

    On my desktop with win 8.1 pro i installed win 8.1 pro on hyper v as we are going over this chapter in school. i got it loaded just fine but when i start it up I have no internet on the virtual 8.1 pro OS. My desktop uses a wireless nic and I'm wondering
    if this is the problem. I was able to get it to work once, but when I shut it down I no longer had an internet connection on the host OS. So i went in and removed the virtual switch and that did it - now i have internet on my desktop but when i turned the
    virtual machine back on, created the virtual switch again - no internet on virtual machine. I have a feeling I'm configuring something wrong - I will probably find out monday at school but decided to post here because it is bugging me!
    Any help is greatly appreciated
    S Vender

    FYI  - you should not need to perform the wireless sharing that is outlined in the article in the link provided.
    You should only need to select the wireless adapter as the physical adapter associated with your External Virtual Network.
    The internet sharing that folks do is only necessary in a very small number of cases due to router issues or wireless NIC driver issues.
    Brian Ehlert
    http://ITProctology.blogspot.com
    Learn. Apply. Repeat.

  • Can not connect to a cluster and hyper-v manager(to one of my hosts) but virtual machines are running (hyperv2012r2)

    Hello guys
    I'm using a cluster hyper-v 2012 r2 with 9 hosts and after 12 hours without energy, it back again. my problem is:
    my cluster do not back
    all hyper-v hosts are and running hypervisor... all vms running... my problem is the cluster.... quorum do not back online...
    i found the problem... the wmi is not working in one of my hosts and in that, i cant connect to this hyperv manager... from anywhere.... the virtual machines are running on this host... but i cant manage them... 
    i found an article talking about this and now, im running this script.... but nothing hapen
    "C:\windows\system32\wbem> mofcomp.exe cluswmi.mof
    Microsoft (R) MOF Compiler Version 6.3.9600.16384
    Copyright (c) Microsoft Corp. 1997-2006. All rights reserved.
    Parsing MOF file: cluswmi.mof
    MOF file has been successfully parsed
    Storing data in the repository..."
    someone can help me?
    tnx!

    Tnx for the ansywer..
    "When you say "my
    cluster do not back" do you mean that the cluster is not running?"
    yes... i cant connect to the cluster
    Is "quorum
    do not back online" another way you are saying the cluster is not running?
    yes
     Are you using disk witness or file share witness? Recommend
    to use disk witness as it provides a more robust level of operation.
    witness
    Did you run the cluster validation wizard?  Turn off the disk tests to prevent VMs from
    failing over, but run all other tests.  What errors/warnings do you get?
    When i try to run validation tests, one of my hosts (same  that i cant manage vitual machines), fail to join in tests but all others are tested

  • Will WIN 8.1 Pro Hyper V load WIN XP the same as does WIN 8 Pro Hyper V?

    Was a change made from 8.0 to 8.1, or am I doing something wrong?  (I get a "Boot failure" message when, in the Hyper V Manager in my WIN 8.1 Pro machine, I click "Connect" to attempt to load WIN XP Pro SP3 from a CD.)

    Please Download Windows Server 2008R2 from Download Center of Microsoft and then test it , if it works it relate you media installation .
    Windows Server 2008 R2 Evaluation (180 days)
    Whenever you see a helpful reply, click on Vote As Helpful & click on
    Mark As Answer if a post answers your question.
    LinkedIn:
      Facebook:
      

  • Hyper-V as User on Windows Embedded 8.1 Industry Pro

    I believe I'm having permission issues when attempting to use Hyper-V on Windows Embedded 8.1 Industry Pro.  Hyper-V seems to install cleanly, and from an admin account I can use the Hyper-V Manager without issue and connect to a running VM.  However
    if I attempt to use the Hyper-V Virtual Machine Connection application from the same account, it reports "You do now have the required permission to complete this task..." And attempts to run either the Manager or the Virtual Machine Connection result
    in the same on a standard user account.  
    Standard wisdom seems to be to add the user account to the "Hyper-V Administrators" group but when I've looked in the Computer Management utility and the group "Hyper-V Administrators" does not exist. I've tried manually adding full
    permissions to the WMI interfaces for CIMV2, StandardCimv2 and Virtualization namespaces through the WMI Control Properties interface. I've also added the user to the "Administrator" role for Hyper-V services in AzMan as a long shot.  Beyond
    this, I'm not sure where to go next.
    The end goal is to be able to run the Hyper-V Virtual Machine Connection Utility from a non-administrative user. Any advice is appreciated.
    -Matthias

    Your question might be more general to Hyper-V and not specifically embedded. WE8.1 is Windows 8.1 with lockdown features so there is nothing special. Account level (Administrator vs. non-administrator) does effect what permissions are granted to access
    certain OS features.
    Maybe the Hyper-V forum can address the account level -
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/home?forum=winserverhyperv
    Sean Liming - Book Author: Starter Guide SIM (WEI), Pro Guide to WE8S & WES 7, Pro Guide to POS for .NET - www.annabooks.com / www.seanliming.com

  • Bootable ISO not recognized by Hyper-V on Win 8.1 Enterprise 64-bit - VMware Workstation understands perfectly

    I activated Hyper-V on my fully patched Windows 8.1 Enterprise 64-bit host PC and tried to create a Windows Server 2008 R2 virtual machine that should have installed from the bootable ISO (the one I downloaded from my MSDN subscription) for Windows Server
    2008 R2, but when the VM starts, it goes through its boot device progression and fails to recognize the ISO as bootable.  No amount of coaxing will convince Hyper-V to use the bootable ISO to install the operating system in the VM.
    To see if there was an issue with the ISO, I removed Hyper-V from the host (because, as I discovered, VMware refuses to run when Hyper-V is present) and then fired up VMware Workstation 10, pointed it to the exact same ISO and it created the VM from that
    ISO just fine.  That proves there is nothing wrong with the ISO image.
    I'm new to Hyper-V since I've been using VMware Workstation for quite some time and figured it was high time I began to make the switch to Hyper-V (since I'm paying for it anyway).
    What setting(s) do I need to adjust to insure that Hyper-V sees the bootable ISO properly so it will install that OS in the virtual machine?
    If you think development is tough now, think how hard it was using punched cards :-)

    I followed the Hyper-V wizard instructions to the letter, including telling it the full path to where the ISO I wanted to use in creating my very first VM is located.  I assume (perhaps incorrectly) that the Hyper-V wizard mounted that ISO on whatever
    device it deemed appropriate, hopefully one that is in the boot device sequence.  It all was very straight-forward and easy to understand; however, it doesn't work.  
    The corresponding wizard in VMware Workstation 10 fully understands the ISO and proceeds with its "Easy Install" process without anything else except the license key.
    I didn't capture a video of the failed Hyper-V boot process, but to summarize, it went through its "progression" of devices and simply never found the ISO that I had previously designated.
    Despite its seeming simplicity, the Hyper-V creation wizard doesn't perform what it is instructed to do while the equivalent VMware Workstation 10 wizard works flawlessly.
    If you think development is tough now, think how hard it was using punched cards :-)

  • Server 2012 R2 Hyper-V Client won't connect to Host.

    Hi I have a server with 2012 R2 and Hyper-V is installed. I have set my VM's up and everything on the server is working perfectly. I installed the hyper-v role on my Win 7 x64 machine and it will not connect to my server. I ended up calling in to microsoft
    and they have determined it's a bug. I really need a work around does anyone know of a work around?
    Thanks,
    DB

    Hi,
    You can install the Windows Management Framework 4.0, then use PowerShell to manage the Hyper-V.
    More information:
    Windows Management Framework 4.0
    http://www.microsoft.com/en-us/download/details.aspx?id=40855
    Hyper-V Cmdlets in Windows PowerShell
    http://technet.microsoft.com/en-us/library/hh848559.aspx
    The third party related article:
    How to install Windows PowerShell 4.0
    http://blog.powershell.no/category/windows-server-2012-r2/
    Hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Access to smart card reader on Win 8.1 RDP Host

    Hi,
    I have a customer that has a couple of Windows 8.1 Pro computers, that has a smart card reader in the local keyboard.
    Until a few months ago, they could RDP to the desktop computer from a RDP client such as another Windows PC, a Mac or a mobile device.
    The problem is now that when accessing the desktop computer (with the smart card reader keyboard) from a RDP client, the smart card reader is not available in the RDP session anymore. This prevents them from logging on to an application in the network that
    requires their smart card.
    Can someone perhaps point me in a direction where this can be solved, either with the MS RDP host or with some 3rd party RDP host applications?
    (Teamviewer or similar remote support applications works, but that is not what the customer want...)
    Since it worked like a charm up until 2-3 months ago, there must have been some update to Win 8.1 that prevents this by default?
    Thanks in advance,
    /Mikael Forslund

    Hi Mikael Forslund,
    I am supposing you attempted to use smart card reader connected directly to Remote Desktop terminal. Basically your RDP session should redirected smart card reader to the client side and will not see readers connected to the host side
    because enable Safety equipment such like smart card reader will cause highly insecure and that is not by design.
    We suggest using smart card reader on local RDP client for your issue.
    “The reverse is also true; if you RDP into a session from the start you will never see any local smartcard readers as Winscard will detect it’s running in an RDP session and no calls to Winscard will ever reach the local PC/SC layer –
    everything will be redirected to the connecting client.”
    Quote from this TechNet article
    http://blogs.technet.com/b/instan/archive/2011/03/27/why-can-t-i-see-my-local-smartcard-readers-when-i-connect-via-rdp.aspx
    Similar case has been posted and for your reference
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/47972083-b9bd-49fd-8708-b296af81bda3/usb-smart-card-reader-and-smart-card-connected-directly-to-remote-desktop-server?forum=winserverTS
    Regards
    D. Wu

  • Hyper V on Win Server 2012 throwing false out of space alerts and then intermittently pausing VM's (When Veeam runs)

    I have a Windows Server 2012 R2 machine running Hyper V with 6 virtual machines on it. My issue is each of the machines have a status saying they are running out of disk space.  Neither of the hard drives on my host are low and none of the VHD's are
    low...which as long as they work, not a big deal. The issue that we're running into is when Veeam runs backup jobs some of my VMs will pause. The odd part is we might have 2 to 5 of the 6 machines pause maybe once a month, so it's not happening consistently.
    We've contacted Veeam support and they've been useless, they advised we upgrade to Veeam 8 which made no change. We have a number of other virtual hosts with virtual machines being backed up by Veeam that never have this issue... Is this a Hyper V issue or
    a Veeam issue? Any advise would be appreciated!

    My boss had worked with Veeam on this issue and they tried an upgrade to resolve this, however, it's happened again a number of times in the last week. I went through my logs and I also looked at my storage (Posted below). The servers that paused today are (App4,
    FS3, FS4, FS5). App3 and FS1 have also paused before, however, not this time. Phone1 has not paused. So our total usage is 2.2 TB of a 2.45 TB drive. All the VHD files are stored on the virtual host D drive. I'm not understanding the status warnings, some
    say they are running out of space when there is indeed enough space on both the VHD files for C’s and D’s.
    I reached out to a vendor/contactor we use for complex issues and I posted his advise below, however, it's not making sense to me... We do not use snap shots and as of this moment we're not at a low space threshold. Is the issue as simple
    as we have too much on this server and the Veeam backups are triggering the host's D drive to go below the low space threshold?
    "When I setup virtual servers, I setup fixed disk and fixed memory usage, this keeps the memory cache from fluctuating and I limit the disks to only what the server needs and then expand them as needed. Fixed disk perform
    better and it is a good way to avoid fragmentation and out-of-control dynamic disks. At this point, your issue is going to be freeing up space on the D: drive of the Hyper-V server – your snapshot logs (and possibly someday replication change logs) are going
    to continue reach the disk space limit. There are some registry changes that some suggest to disable the safeguard, but remember, this is a safeguard as the server need free space on the Hyper-V server host to operate."
    Server Specs
    App3 - Dynamic - C: 47.36 GB used of 50 - D: 250 GB used of 250 - No status warning
    App4 - Dynamic - C: 193.12 used of 200 - D: - Disk running out of space
    FS1 - Dynamic - C: 55.4 used of 100 - D: 1000 used of 1000 - No status warning, however,  the D drive is out of space?
    FS3 - Dynamic - C: 55.62 used of 60 - D: - No status warning
    FS4 - Dynamic - C: 19.1 used of 60 - D: 32.19 used of 100 - Disk running out of space
    FS5 - Dynamic - C: 18.44 used of 127 - D: 74.04 used of 127 - Disk running out of space
    Phone1 - Fixed - C: 127 - No status warning
    Event Errors...
    'FS5' has been paused because it has run out of disk space on 'D:\VM Drives\FS5\'. (Virtual machine ID 15D4F67C-562A-4AB6-AB72-47E8722CCB85)
    'FS1' has been paused because it has run out of disk space on 'D:\vm drives\FS1\Virtual Hard Disks\'. (Virtual machine ID 304B2CAE-C9D2-401E-970B-F75874F6CF08)
    ^FS1 was not paused when I went in to start them this morning...

  • Hyper-V causing intermittent network issues on Host?

    I have a strange issue, I am not entirely sure Hyper-V is causing it, but it certainly seems that way.
    Scenario
    Host: Windows 8.1
    Network Adapter: Intel Dual Band AC-7260 (Wifi)
    Network Adapters (relevant ones are highlighted yellow)
    Issue
    When I continuously ping my wifi router (on the host machine), it intermittently drops.  See the screen shot below.
    This issue also manifests itself within the Virtual Machines as the machine constantly getting a DHCP IP address and then losing it.  This happens continuously every few minutes.
    Currently, I can resolve the issues by disabling Wifi on the host and then re-enabling it.  I sometimes have to do that 2/3 times for it to stop dropping out.  But it does fix the issue.
    What have I tried?
    I have been in contact with Dell (laptop is an XPS 15 2013) and Intel support.  They have replaced the motherboard and now they want to replace the WiFi card.  Personally I don't think it will help.
    Why do I think it is HyperV related?
    If I run the host machine with the VMs powered down, I do not get any issues.  However, as soon as I start any Hyper-V VMs, the issue will usually start pretty quickly.
    What it isn't.
    This is not related to wifi signal or anything like that.  
    The wifi router is 2 meters from my laptop.  
    Other devices in the house do not exhibit this behaviour
    The behaviour is consistent across all networks (office, home, coffee shop etc)
    Thanks for any help.

    @Brian,
    I have done some more research.  It seems that the "bridge" is normal when sharing with wifi.
    You might have also noticed that although the virtual switch vEthernet
    (AGMnet External WLAN) is connected to (is using) host’s WLAN
    NIC it is however showing an Ethernet LAN symbol
    (connector of a LAN cable) and presented under LAN connections.
    This has a simple explanation: all Hyper-V network connections are Ethernet (LAN) connections; Hyper-V does not support WiFi so
    even when a virtual switch is connected to a wireless NIC, Hyper-V presents it as Ethernet connection to the virtual machine i.e. the virtual NIC on vm “thinks” it is connected with an Ethernet cable.
    This also means that when we are using an external virtual switch connected to a WLAN NIC, we need an extra
    network bridge on the host. The virtual NIC connects to a virtual switch, virtual switch in its turn connects to a host network bridge which creates (as its name says) a bridge between our virtual Ethernet connection and host WLAN NIC’s connection to the router:
    Taken from http://www.eightforums.com/tutorials/19359-hyper-v-virtual-switch-manager.html

  • Unable to connect to network on Hyper-V under Win 8.1

           
    As good as Hyper-V might be I cannot get it to work because it does not connect to my network.
    When I select Virtual Switch Properties I have two options available:
    Intel 82579V Gigabit Network Connection
    and
    Realtec PCIeGBE Family Controller
    Neither of the above selections give me the necessary network connection. How do I get Hyper-V to connect to my network?
    For the time being I went back to the VMware Player: that works.

    Hi hapzfl,
    We need to configure the External Virtual switch  with Virtual Switch Manager in Hyper-V manager, besides, for enable Hyper-V in Windows 8.1, here is a blog talking about it, see:
    Step-By-Step: Enabling Hyper-V for use on Windows 8.1
    More information, please check:
    Install Hyper-V and Configure a Virtual Machine
    How does basic networking work in Hyper-V?
    Best regards
    Michael Shao
    TechNet Community Support

  • Hyper-V creating external Vswitch disconnects from host

    Hello,
    I have a Windows 2012 R2 Server running HyperV. The moment i create a external Vswitch from the Virtual Switch Manager, i loose connectivity from the host machine. I then have to manually go back and delete the vswitch to have connectivity again.  Is
    this a bug ? Couldnt find any hot fix for it.  What am i missing ?   The network connection for the vswitch is out of a DHCP scope block.

    Hi Neeraj,
    This is by default. When you are creating vswitch, it gives a message that your host will be disconnected. Basically, it binds to a physical NIC and creates a vNIC in your host server. When this is done, it removes the IP address which you had set on
    physical NIC. You need to connect it via ILO or some other method, then perform this task. Also you need to assign IP to vNIC after creating vswitch.
    Thanks,
    Umesh.S.K

  • Does Client Hyper-V with Win 8.1 work on a MacBookPro 2014?

    It requests "Second Level Address Translation (SLAT)" on a 64-bit architecture.
    The 64-bit architecture ist given, I know. But what about the SLAT?

    Hi hapzfl,
    We need to configure the External Virtual switch  with Virtual Switch Manager in Hyper-V manager, besides, for enable Hyper-V in Windows 8.1, here is a blog talking about it, see:
    Step-By-Step: Enabling Hyper-V for use on Windows 8.1
    More information, please check:
    Install Hyper-V and Configure a Virtual Machine
    How does basic networking work in Hyper-V?
    Best regards
    Michael Shao
    TechNet Community Support

  • Struggling with Remote Desktop to Windows 8.1 Guest OS running Win 8.1 Pro Hyper-V

    Host:  Windows 8.1 Professional with Hyper-V
    Guest: Windows 8.1 
    Networking:
    Host is running wifi
    Created a internal network that is bridged to WIFI.
    Host can connect to internet.
    Guest can connect to internet.
    Problem:
    Cannot RDP from host to guest.
    Note:
    - Guest allow remote management is turned on
    - Tried with firewalls turned off
    - ping from host to guest works
    - ping from guest to host works
    What can I do?

    The message is a generic one
    Remote Desktop can't connect to the remote computer for one of these reasons:
    1) Remote access to the server is not enabled
    2) The remote computer is turned off
    3) THe remote computer is not available on the network
    Make sure the remote computer is turned on and connected to the network, and that remote access is enabled
    Just to note:
    - I did enable remote access in guest (but maybe it did not work)
    - remote computer (guest) was turned on (VM was running)
    - remote computer could be pinged. Perhaps there were other problems in routing traffic into the guest

Maybe you are looking for