Tag: P2V

Setting Full Hardware Acceleration with VBS in a POST P2V script.

Setting Full Hardware Acceleration with VBS in a POST P2V script.

Here is another useful bit of code script that I came across surfing the big bad internet.  Dim RegValueData Set objReg=GetObject("winmgmts:{impersonationLevel=impersonate}!\.rootdefault:StdRegProv") objReg.GetStringValue &H80000002,"HARDWAREDEVICEMAPVIDEO","DeviceVideo0",RegValueData objReg.SetDWORDValue &H80000002,Right(RegValueData, ... Read More

Using ISOs to transfer files to Virtual Machines. [The EASY way!]

Using ISOs to transfer files to Virtual Machines. [The EASY way!]

I love being able to use ISOs with my Virtual Machines.  In addition to that, I love using LOCALLY stored ISOs from my laptop with ... Read More

Post P2V Batch file information to Automate Cleanups

Post P2V Batch file information to Automate Cleanups

I’ve been busy doing A LOT of P2V conversions lately and decided to look into automating some of it!  Found these great links to scripting ... Read More

More P2Ps – Extending BartPE Fix-VMSCSI Plugin

More P2Ps – Extending BartPE Fix-VMSCSI Plugin

Chris Hahn has sent me an updated version of the Fix-VMSCSI plugin to support servers with the QLogic 40xx iscsi HBA based on my post ... Read More

P2V Linux boxes to VMware Virtual Machines

P2V Linux boxes to VMware Virtual Machines

Here is a great write up by Chris Hahn. I also found some additional information on https://conshell.net/wiki/index.php/Linux_P2V Linux P2V procedure Required Software Red Hat / ... Read More