MSI Import tool for SCCM

Short demo of msi2sccm creating 4 Packages, 8 Programs, 12 Collections, 12 Advertisements and 4 Active Directory Security Groups. Time comparison importing a MSI package into Configuration Manager using MSI2SCCM and the Configuration Manager Console. A lot of details were pasted into the Configuration Manager Console and added quickly, normally Read more…

Extracting Hyper-V R2 Drivers

Logon on to a virtual Machine and insert integration service setup disk. If you do not have a virtual machine up and running you can mount %windir%system32vmguest.iso Extract the drivers by performing an admin install on the msi packages. msiexec /a d:supportamd64Windows5.x-HyperVIntegrationServices-x64.msi TARGETDIR=C:AIPx64 msiexec /a d:supportx86Windows5.x-HyperVIntegrationServices-x86.msi TARGETDIR=C:AIPx86 rename C:AIPx64Hyper-V Integration Read more…