Get list of software installed from a remote computer via WMIC from DOS

Get list of software installed from a remote computer Have you ever needed to get a quick local inventory of installed software across your network? You can use the WMIC command from the DOS CLI. Simply run the following command: wmic /user:”localhost\UserName” /password:”UsersPassword” /node:”RemoteHostname” product get name,version,vendor You can copy and paste this to a […]

Hyper-V 2012 R2 now supporting Generation 2 Linux VM’s!!!

Hyper-V 2012 R2 now supporting Generation 2 Linux VM’s!!! Microsoft Hyper-V 2012 R2 now supporting Generation 2 Linux VM’s!!! This alone will speed up the VM’s quite a bit by opening up some of the disk access bottlenecks that  Generation 1 VM’s suffer from. Check out: http://technet.microsoft.com/en-us/library/dn282285.aspx http://technet.microsoft.com/en-us/library/dn531030.aspx My only current disappointment is that Ubuntu […]