Virtual machine packaging in Hyper-V 2012?

Hi all,
I am running a custom Linux VM on Hyper-V 2012. Do we have a virtual machine packaging mechanism in Hyper-V 2012 Server, similar to OVF in ESXi?
I tried MSVMC tool. But looks like it only works for Windows guests.
Do we have any other option for getting a VM package in Hyper-V ?
Thanks in advance,
Saleem

You Export the VM - that creates a folder of files (not unlike OVF).
You can then zip this or TAR it.  Hand it off, extract it, Import it on the other end.
The process is the same, but the XML is not 'ovf' - it is very similar however.
BTW - OVF is an open standard.  And VMware has an proprietary implementation of it.  So, taking that into consideration as well.  The process is no different.
Brian Ehlert
http://ITProctology.blogspot.com
Learn. Apply. Repeat.
Disclaimer: Attempting change is of your own free will.

Similar Messages

  • How to get information about creation of a virtual machine on a Hyper-v host.

    Hi,
    How to get information about creation of a virtual machine on a Hyper-v host?
    I need: host name, time created, creator user.
    I saw in Hyper-V-VMMS but I found info about movements of VM between hosts.
    Thank's in advance.
    Denius Valiant

    For Host Name * Created Time Use This Command In PowerShell 
    Get-VM -Name (Read-Host "Type Your Vm Name") |select CreationTime , ComputerName
    and for Create User , As i know you should see on Event Log . 
    Go To Event Log Viewer--->Applications And Services Logs--->Microsoft--->Windows--->Hyper-V-VMMS--->Operational 
    You can see in Event Log who create the Vm.
    Whenever you see a helpful reply, click on Vote As Helpful & click on
    Mark As Answer if a post answers your question.
    LinkedIn:
      Facebook:
      

  • How to create a notification for new virtual machines created on Hyper-v Using SCOM or another way?

    Hi ,
    We need to  to create a notification for new virtual machines created on Hyper-v Using SCOM or another way
    thanks

    http://sincealtair.blogspot.com/2010/04/how-to-ask-questions-in-technical-forum.html
    Not nearly enough information.
    If you are asking about SCOM, it is better to ask in the SCOM forum -
    http://social.technet.microsoft.com/Forums/en-US/home?forum=operationsmanagergeneral
    .:|:.:|:. tim

  • How to import a virtual machine to a Hyper-V server by programme on Windows server 2012 ?

    Hi
    As we know, Hyper-V of Windows server 2012 can support importing a VM without exporting it first manually now.
    So I try to code a programme to do it.
    I use the method "ExportVirtualSystemEx" of  "Msvm_VirtualSystemManagementService". referenced by
    http://msdn.microsoft.com/en-us/library/dd379583(v=vs.85).aspx
    But the error said that "You can import a virtual machine only if you used Hyper-V to create and export it."
    Since we can import an unexported virtual machine in Hyper-V of windows server 2012 manually, so is there any API to support to do it by programme ?

    Hi vincent
    Thanks for your infomation. It is really useful for us.
    I 'd like to know How to adjust path ?
    When I use command 'import-vm' to import VM, I got the error "import-vm : Unable to import virtual machine due to configuration errors.  Please use Compare-VM to repair the virtual machine."
    I  try to fix this error referenced by
    http://technet.microsoft.com/en-us/library/hh848612.aspx
    I ran the commands as bellow :
    $report = compare-vm -path 'J:\HyperV\VM2008R2_1\Virtual Machines\6D2B5BF6-0BC0-4B1C-86BA-5A28DAB3DFCF.xml'
    $report.Incompatibilities | fl
    and got the information:
    Message : Virtual Hard Disk file not found.
    MessageId : 40010
    Source : Microsoft.HyperV.PowerShell.HardDiskDrive
    Message : Could not find Ethernet switch 'Broadcom BCM5709C NetXtreme II GigE (NDIS VBD Client) #54 - Virtual
    Switch'.
    MessageId : 33012
    Source : Microsoft.HyperV.PowerShell.VMNetworkAdapter
    Message : Virtual Hard Disk file not found.
    MessageId : 40010
    Source : Microsoft.HyperV.PowerShell.HardDiskDrive
    Message : Virtual Hard Disk file not found.
    MessageId : 40010
    Source : Microsoft.HyperV.PowerShell.HardDiskDrive
    Message : Could not find Ethernet switch 'Broadcom BCM5709C NetXtreme II GigE (NDIS VBD Client) #54 - Virtual
    Switch'.
    MessageId : 33012
    Source : Microsoft.HyperV.PowerShell.VMNetworkAdapter
    Message : Virtual Hard Disk file not found.
    MessageId : 40010
    Source : Microsoft.HyperV.PowerShell.HardDiskDrive
    Message : Virtual Hard Disk file not found.
    MessageId : 40010
    Source : Microsoft.HyperV.PowerShell.HardDiskDrive
    Message : Could not find Ethernet switch 'Broadcom BCM5709C NetXtreme II GigE (NDIS VBD Client) #54 - Virtual
    Switch'.
    MessageId : 33012
    Source : Microsoft.HyperV.PowerShell.VMNetworkAdapter
    Message : Could not find Ethernet switch 'Broadcom BCM5709C NetXtreme II GigE (NDIS VBD Client) #54 - Virtual
    Switch'.
    MessageId : 33012
    Source : Microsoft.HyperV.PowerShell.VMNetworkAdapter
    But this web page don't mentioned how to fix the "Virtual Hard Disk file not found" error.
    and I don't want to fix the VMNetworkAdapter issue by disconnect it.
    So could you told me how to modify the virtual hard disk file path and VMNetworkAdapter to make sure that I can import the virtual machine successfully?

  • RDS - Issue using Windows 10 build 9926 as Virtual Desktop Infrastructure on Hyper-V 2012 R2

    We currently have a production Windows 8.1 as a VDI/RDS on Hyper-V 2012 R2. On testing the last build of Windows 10 (98??) we had no issues deploying this in same RDS as pooled desktops.
    The latest build 9926, although correctly sysprep-ed (either by removing AppX modern apps that have been updated, or not connecting the template to the internet), the build is only ever partially successful. Some VMs build others do not, and the ones that
    build cannot be managed via RDS/Server Manager, functions such as logging a user off  with server manager, result in an error. (WTS API failed)
    Build Error on connection Broker - Microsoft-Windows-TerminalServices-SessionBroker
    VM host [HOSTSERVER05] failed to execute VM Provisioning operation [Task: To perform post processing actions at VMHostAgent:] for virtual machine [VDI-W10-57] in pool [VDI_Advanced_Te], Error: [Error code: 0x88130221.]
    Any guidance on how to troubleshoot this would be greatly appreciated, although I suspect something regarding the auto-deployment/unattend and management systems though RDS no longer works with the latest Windows 10 build.
    Already posted this in the
    Windows Insider Program site, but was asked to re-post here. Thanks

    OK, I've carried out some more testing on the client site and have been able to move a couple of existing VMs from their 2008 R2 Hyper-V server to the new 2012 R2 server.
    Both VMs are Windows 7 SP1 with the RDP 8.0 update installed and I can connect to them from a Thin Client running RDP 7.1 and a laptop running RDP 8.0.
    When I add the RemoteFX vGPU to them both I can still connect from both devices but, as suggested, when connecting from the laptop with RDP 8.0 I don't get the vGPU performance (but the vGPU is still shown in the device manager).
    It all looks good at the moment but I'm still concerned as to why I was unable to connect to the first VM I moved over (it was complaining about a error in the License network communication or similar).
    I'll keep testing and post anything else that might be useful.
    Cheers for now
    Russell

  • Migrating Virtual Machine - Error "Failed to Complete planned Virtual Machine at migration destination" - Server 2012 R2

    So to get started I'll give a bit of background on the Infrastructure we are currently working with.
    We have:
    2 x Hyper-V Hosts (Currently 2 for testing migrations, this will increase once we have a working platform)
    2 x File Servers acting as storage nodes for VHD Storage
    1 x Physical DC
    The Hyper-V Hosts both have Server 2012 R2 Datacentre installed, the rest have Server 2012 R2 Standard installed and configured.
    We currently have some VM's sitting on one host and I am in the process of simulations to make sure live migration is working between the two HV Hosts (This is a non-clustered setup), Everything is on the domain and i've been using a domain admin account
    to administer these servers for these simulations.
    We plan on having VHD's stored on FS01 and FS02, basically our primary host is going to have all primary servers on and then those vhd's will be stored on FS01 and then all secondary/redundant servers are going to be on the second host and vhd's stored on
    FS02 - Simple enough?
    I can perform Data migrations between both FS01 and FS02 using the Hyper-V Management tool on both hosts without any issues. The issue I am currently encountering is when I perform a migration of the "Virtual Machine Only". Now, this simulation
    works when the data for the VM is stored on either of the hosts using UNC pathway, no hiccups at all, I receive the below error when ever the data is stored on either FS01 or FS02 using again, UNC pathway (These VM's power on and work perfectly otherwise while
    hosted on FS01/02).
    Error:
    I've researched this quite a lot and have gone through countless solutions other people are having.
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/5780d041-4036-404e-9f33-8abe025bfe2b/hyperv-failed-to-create-external-configuration-store-general-access-denied-error-ox80070005?forum=winserverhyperv (Which
    took me to the below link)
    http://support2.microsoft.com/kb/2249906 (This solution didn't work, in fact i couldn't even get CMD to run the command)
    Now, with
    THIS SOLUTION that I attempted I worked with adding all the hosts and FS01 (because nothing is on FS02 at the moment) in an attempt to get the VM Migration only working between hosts and still receive the same error.
    As a testing option, I Moved the Data for the VM back to one of the hosts using UNC pathway and then performed a live migration to the other host no problems, then performed a data migration back to FS01 and that also worked. I don't particularly want to
    do this with production VM's as I have at least 6 x 780GB vhd's that need to be moved and this would move them more than once, obviously not ideal.
    If someone is able to help me out, or at least point me in the right direction, that would be awesome!

    I did try adding the 'Everyone' permission for the testing of migration to see if it was a permission issue which didn't help at all before I'd posted this article.
    This ended up being a Computer Delegation issue, I'd neglected to add the 'cifs' (SMB Protocol) on ALL servers for ALL servers in the cluster, I didn't add that permission in my FS01 or FS02 servers for each other or the hyper-v servers that were in operation.
    I've now started our production Hyper-V Servers and they haven't skipped a beat since adding in those delegations correctly to all servers as a "Full mesh" type setup.
    Thanks for responding in any case :)
    This is the permission I am referring to if anyone else has the issue:
    AD>Computers>{Name of Computer}
    I also performed an active directory replication forcefully with:
    repadmin /replicate <Target> <Source> dc=Domain,dc=local
    Run as a powershell command.

  • Virtual Machines disappear from Hyper-V Manager on reboot

    I have a Windows 2012 RC server that has fail-over clustering installed (single server at the moment), and it has an iSCSI disk that is configured as a CSV volume.  When I create a new VM in Hyper-V Manager, I am storing the .vhdx and machine definition
    on that CSV.  Everything is good until I reboot the server.  Once I do that, the VM disappears from the Hyper-V console even though the symbolic link to the server still exists in C:\ProgramData\Microsoft\Windows\Hyper-V\Virtual Machines.
    I have tried to add the VM to the cluster manager (Configure Role...High Availability Wizard), but it fails with no error message that indicates why it is failing.  I get the following two errors in the report:
    An error occurred while configuring the virtual machine configuration resource 'Virtual Machine Configuration MYVM' with information about the virtual machine.
    and
    There was a failure configuring the virtual machine role for 'MYVM'.
    Please, override 'Header' property The object has been deleted from the cluster.
    The first error occurs after "Notifying virtual machine configuration resource 'Virtual Machine Configuration BUF-FS-SQL' that its configuration has changed..."
    I sense it might be related to permissions on the CSV, but not sure what permissions may need to be set?
    Thanks,
    Bob

    That did not work.  VM still does not show up after restart. I have tried to import the VM from the original location on the CSV, but I get:
    "Hyper-V encountered an error while loading the virtual machine configuration from C:\ClusterStorage\Host\Hyper-V\Virtual Machines\Test\Virtual....\GUID....
    Hyper-V encountered an error trying to access an object on computer 'localhost' because the object was not found.  The object might have been deleted, or you might not have permission to perform the task.".....
    BW

  • SUSE11 SP3 virtual SAN configuration with hyper-V 2012 X64 not working.

    Below is the hyper-v server details.
    HyperV server : windows 2012R2 X64 datacenter.
    Steps performed for SUSE11 SP3 host.
    Installed virtual machines for SUSE11SP3 server on hyper-v with ISO SLES11-SP3-X86-64.
    Assigned virtual SAN ports as VSAN0 &VSAN1 for SAN storage.
    Configured Host group in Hitachi VSP storage for suse server.
    Created Ldev and mapped it to host group.
    On host, #cat /proc/scsi/scsi, #fdisk –l
    Host does not show any devices from Hitachi OPEN-V even after multiple reboot and storage refresh as well.
    I also tried same above steps on another exisiting hyper-v which is on windows 2012 X64. mapped Ldevs from Hitachi VSP storage are not visible.
    Please let me know if anything additional needs to be installed as Integration services. I got to know from microsoft tech note that linux IC comes by default with SUSE and no need to install separately. I have been struggling to get resolution so far.

    Hi Sir,
    >>I got to know from microsoft tech note that linux IC comes by default with SUSE and no need to install separately.
    Yes, you are right .
    I have also checked "virtual fibre channel" is supported in SUSE11 SP3 :
    https://technet.microsoft.com/en-us/library/dn531027.aspx
    I would suggest you to follow the following guide and pre-reuqirements of using virtual SAN:
    http://blogs.msdn.com/b/robertvi/archive/2014/07/11/getting-started-with-virtual-fibre-channel-inside-a-hyper-v-vm.aspx
    http://blogs.technet.com/b/privatecloud/archive/2013/07/23/hyper-v-virtual-fibre-channel-design-guide.aspx
    You can try to create a windows VM and try to use virtual san for it , after configuring VSAN successfully then try to deploy SUSE .
    Any further question you can  post it into following forum:
    https://social.technet.microsoft.com/Forums/systemcenter/en-US/home?forum=linuxintegrationservices&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] .

  • I have a domain with 2 DCs (both virtual machines) in different Hyper-V Hosts. Dose this case make any influence on the time sync?

    As title,
    I have a domain with 2 DCs (both virtual machines) in 2 different Hyper-V Hosts, and one of the perform as a PDC Emulator.
    Dose this case make any influence on the time sync?
    i.e. Both of the VMs sync with Hyper-V host, instead the other host should sync with the PDC Emulator?
    I run w32tm command and get the following result:
    C:\Users\Administrator.DOMAIN8>w32tm /query /computer:dc8.domain8.local /source
    VM IC Time Synchronization Provider
    C:\Users\Administrator.DOMAIN8>w32tm /query /computer:hpvzh05.domain8.local /source
    VM IC Time Synchronization Provider
    HPVZH05.domain8.local works as PDC server.
    How can I make DC8 sync with HPVZH05?

    Awesome!
    It looks like your PDC is successfully pulling time from an external source.  DC8 is not longer pulling from Hyper-V so that is good.
    When you set a client to pull from a source ( and in this case DC8 is pulling from NT5DS, which tells it to pull from the PDC), and it CAN'T pull from that source, it will default to Local CMOS Clock.  This is likely an easy fix.
    First, check connectivity:
    - Method one- Download Portqry and run this command: portqry -n HPVZH05 -p both -e 123 and see if the results say listening, or
    - Method two- Run this command from DC8: w32tm /stripchart /computer:HPVZH05
    If you get any kind of error using method two, it's a connectivity issue.  (Maybe you have a firewall that's blocking access?)
    The other cause of this, and probably more likely in your case, is that your PDC isn't properly advertising as a reliable time source, so DC8 isn't 'allowed' to pull from it.
    Try running this command on your PDC: w32tm /config /reliable:yes
    Then go restart time on your PDC, THEN DC8 again.  (net stop w32time & net start w32time)
    Here's an article you can reference: http://technet.microsoft.com/en-us/library/cc794937(v=WS.10).aspx
    - As always, if you find my posts to be helpful, please mark it appropriately.  Thank you :)
    Chris Ream

  • How to make virtual machines fullscreen in hyper v environment

    Hi , i m not able to turn my virtual machines screen into full screen mode in hyper v environment , please advise
    Thank you 
    Ahmad Hussaini
    [email protected]

    In Hyper-V Manager, double-click on a VM, click View/Full Screen Mode
    Sam Boutros, Senior Consultant, Software Logic, KOP, PA http://superwidgets.wordpress.com (Please take a moment to Vote as Helpful and/or Mark as Answer, where applicable) _________________________________________________________________________________
    Powershell: Learn it before it's an emergency http://technet.microsoft.com/en-us/scriptcenter/powershell.aspx http://technet.microsoft.com/en-us/scriptcenter/dd793612.aspx

  • Automatic Virtual Machine Activation failing on Server 2012 R2 with Update

    Appears AVMA is now broken on new media with Update:
    Trying to use the Key from:
    http://technet.microsoft.com/en-us/library/dn303421.aspx
    en_windows_server_2012_r2_with_update_x64_dvd_4065220.iso
    Receive the message "We Couldn't Verify the product Key. Please check your installation Media
    Works fine with
    en_windows_server_2012_r2_x64_dvd_2707946.iso
    I have downloaded the media more than once with same error.  Do we need to update the AVMA Key?
    Thanks

    Hi JAM ,
    Is the first ISO downloaded from MS official web site ?
    If yes , please use command " slmgr /dlv "to check the server edition , if it is evaluation edition please refer to the following similar thread :
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/d6792f61-36aa-46d5-abc6-880cd1437da6/windows-server-2012-evaluation-activation-issue?forum=winserver8setup
    Best Regards
    Elton JI
    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.

  • Is it possible to install SQL Server 2012 Standard Edition on a Windows Server 2012 Standard Which is installed on a Virtual Machine that is created by Hyper-V?

    Hi
    I have recently bought a Virtual Machine from a data center and installed a Windows Server 2012 Standard Edition on it. As I tried to install the SQL Server 2012 Standard Edition, the data center administrator denied me to do this telling me it is not possible
    to install any licensed Microsoft software on a Windows installed on virtual machine created by Hyper-V. It was really strange for me! I wanna know if this is true.
    Thanks Everybody

    Hi Farid,
    For SQL server running on virtual server please refer to following article :
    http://blogs.technet.com/b/peeyusht/archive/2010/03/19/sql-licensing-under-virtualization.aspx
    In addition , for license issue we still recommend you to contact MS Activation Center:
    http://www.microsoft.com/licensing/existing-customers/activation-centers.aspx
    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] .

  • How to convert offline ESXi 5.5U1 virtual machines to Hyper-V?

    Following on from my
    earlier question, I am having trouble working out how to convert my ESXi VMs to Hyper-V. Am I doing something really unusual?
    I have a ESXi 5.5U1 server at home for my home test lab. I want to convert this to Hyper-V Core 2012 R2. Target storage layout will look like this:
    Currently under ESXi 5.5, I don't have the C drive (using a USB flash to boot), and the RAID-5 and RAID-0 arrays are two separate VMFS volumes.
    I don't have swing kit to migrate, I have to repurpose existing hardware. I do have my Windows 8.1 workstation but that only has 900 GB free space.
    Some of my VMs have vmdks greater than 2TB.
    My plan was to
    In ESXi before rebuilding, move my VMs from the RAID-5 vol to the RAID-0 vol and then delete anything that wouldn't fit that's not strictly necessary from the RAID-5 volume.
    Shutdown ESXi and remove the USB flash drive.
    Install Hyper-V onto the System disk as C drive.
    Format the RAID-5 volume as NTFS (64k) and create a mount point into the C drive as C:\RAID-5. Put my VM disks in C:\RAID-5\VirtualDisks and the VMs in C:\RAID-5\VirtualMachines.
    Somehow convert the VMs from the RAID-0 VMFS volume to Hyper-V VMs on the RAID-5 NTFS volume.
    My confidence is low because I have tried to convert a new test machine created in ESXi 5.5 to a spare test Hyper-V 2012 R2 with the MVMC 3.1 converter and it failed. I also tried with the free 5nine converter and that failed too. I tried with and without
    the Guest Additions installed. Both conversions failed. I should mention I am in a workgroup, not a windows domain.
    Please help!

    May i inquire on why those two products failed? I had some struggles with both of them but eventually got things worked.
    Also you should try this one
    Starwind V2V convertor, it has worked for pure offline conversions for me as well. That was years ago, so hopefully it still works.
    Sure, here is the log from an attempt to convert a brand new VMware virtual machine which has Windows Server 2012 R2 Standard in it with no VM tools. http://pastebin.com/xdhzZ7tx
    Here is the log from an attempt to convert a Lubuntu linux VM: http://pastebin.com/Nc0E8Bip
    Both conversions attempted with MVMC3.1. Common error between them is
    12/24/2014 08:25:36 +00:00  [7]  VERBOSE:    Microsoft.Accelerators.Mvmc.Engine.DiskCopyFailureException: The virtual disk(s) attached to the source virtual machine were not successfully converted to VHD(s) and copied to the
    workspace folder path. ---> System.AggregateException: One or more errors occurred. ---> System.AggregateException: One or more errors occurred. ---> System.Security.Principal.IdentityNotMappedException: Some or all identity references could not be
    translated.
    I retried using 5nine converter and it worked this time, not sure why. Will not try a test with a BSD based distro (pfSense) and Linux.

  • Trigger a BSOD on Hyper-V Virtual Machine using CrashonCtrlScroll

    Hi All,
    I need to trigger a Memory Check on a VM running under Hyper-V 2012 R1. Using "http://msdn.microsoft.com/en-us/library/ff545499.aspx" as a guide a I have tried using the standard
    Right CTRL + Scroll Lock + Scroll Lock as well as alternate keys, e.g. Left and Right ALT keys etc.
    Unfortunately I can't seem to trigger the Memory Check.
    Has anyone else attempted to do this?
    Essentially I am troublehshooting an issues ehere the vendor needs a complete memory dump to work out what is loaded at the time the issue occurs.
    Any help would be great.
    NSutton

    Hi Nathan,
    If the specified VM is Generation 2 virtual machine running on a Windows Server 2012 Hyper-V host, you'll need instead to create the CrashOnCtrlScroll registry key in the guest operating system in this location:
    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\hyperkbd\Parameters
    Either way be sure to reboot the guest operating system of your virtual machine once you have made any of the above registry changes so they can take effect.
    If your virtual machine is running Windows Server 2012 R2, you can use the new Debug-VM cmdlet of Windows PowerShell to bugcheck the virtual machine and generate a dump file. This cmdlet injects a non-maskable interrupt (NMI) into the guest operating system
    virtual machine which results in a bugcheck of the operating system. For the syntax and examples of using this cmdlet, see
    http://technet.microsoft.com/en-us/library/dn464280.aspx.
    Please let me know if this helps
    Thanks,
    Pankaj Joshi
    pankaj(MCT)

  • Windows 10 as a Hyper-V Virtual Machine

    Rather than install directly to hardware I installed the Windows 10 Preview as a virtual machine on a Windows Server 2012 R2 Hyper-V host. 
    I'm running 2048 MB RAM, dynamic Mem turned on. Only one processor.
    So, I'm looking for others who have similarly done so.  Did you/do you like it?  Are you running into any issues? 
    For me, I've encountered the following issues:
    Enhanced Session Mode:  Didn't work.  I hit the CTRL-ALT-DEL icon and it went to black screen.  Hyper-V Manager showed it at 0% CPU.  Turned off Enhanced Session mode and closed RDP window, then I was able to sign on.
    A couple of hangs.  Had to restart the vm serveral times.  My Server crashed.  I had to hold the power button down.  Came back up OK, no problems since, and I've done multiple restarts on the Win 10 VM.
    I cannot get the sound card to work.  I get an error that "an error was detected".  That's all.
    Anyways, post 'em as you get them!
    Dave
    Dave Franklyn MVP Windows Expert-IT Pro, MCDST, MCTS¹¹, MCSA², MCDBA, MCSE³, MCITP 6, MCT, Microsoft Small Business Specialist, Network+, Security+, Server+ Senior Information Technology Trainer Advanced Training Group, Continuing Education Auburn
    University Montgomery

    Hi Dave,
    I did 2 separate installation of
    Windows 10 Technical Preview outlines here. Both are Gen 2 VMs on Hyper-V 2012 R2. Installation went without a hitch. Joining the domain was uneventful (2012 R2 domain and forest level). 
    I have not had any crashes or blue screens. 
    CTRL-ALT-DEL is available in Basic session. It's grayed out in Enhanced session. This has been the case with other VMs on Hyper-V 2012 R2.
    Sam Boutros, Senior Consultant, Software Logic, KOP, PA http://superwidgets.wordpress.com (Please take a moment to Vote as Helpful and/or Mark as Answer, where applicable) _________________________________________________________________________________
    Powershell: Learn it before it's an emergency http://technet.microsoft.com/en-us/scriptcenter/powershell.aspx http://technet.microsoft.com/en-us/scriptcenter/dd793612.aspx

Maybe you are looking for

  • New field in Travel Request

    Hi friends, Happy new year to all, Here i am working with a enhancement in create travel request,i am able to add a new field but on saving the data i should add this field value with the standard table data.If Any one added a new field in travel req

  • Understanding Sizes for Interactive PDFs

    This is what I want to accomplish: Create an interactive PDF with a page size of 1920x1280.  In other words when someone opens the pdf and they select the full screen the layout they will get a page that exactly fits the screen (assuming the user has

  • SDN blog used by SCAM site

    Hello SDN, I wanted to share some interesting discovery I made recently. I was goggling for how to implement EDIFACT interface in SAP PI (Process Integrator). And found following site: http://www.xmlconverters.com/customers/sap-review.html I read it

  • Macbook pro and 2wire router.

    i typically use airport to connect to my home's wireless connection via a 2wire router, but its getting so bad that i had to switch to ethernet cable to keep the internet from stalling. there are 3 other computers connected to this router, usually on

  • BW transport problem

    Dear all, When transporting BW objects from DEV to QA, we frequently get 8 as a return code. It seems that this situation comes from the dependencies of the different BW objects. As an example, lets say that we have 2 transports: one containing the I