In my line of work, automation is important, since time is the only thing I don’t have. Many years ago I created the WIM2VHD script and that was ok, so when R2 […]
In my line of work, automation is important, since time is the only thing I don’t have. Many years ago I created the WIM2VHD script and that was ok, so when R2 […]
During my daily work (building datacenters) I normally need to inventory server information and in many cases there is no infrastructure in place, things like OpsMgr, SCCM, SCVMM and HP’s native tools […]
A couple of days ago I published a simple PowerShell script that dumps the MDT monitoring data and convert it into a web page, the interest for that has been huge. The […]
(update – https://deploymentbunny.com/2013/12/13/nice-to-know-dumping-mdt-monitor-data-to-a-webpage-using-powershell-update/) A customer asked me –Could you create like a web page that shows the same info as the MDT monitoring tab, so can see all the deployment all the […]
When using PowerShell you will after a while create a small collection of “stuff you can user than one time snippets” and as a speaker I use them as samples. During one […]
If you work as a consultant and charge by the hour, this is not something that will make you very rich… Step-By-Step Start an elevated PowerShell prompt Execute the following command to […]
Yes, I know, there other methods to deploy applications, but sometimes it make sense to use SCVMM to deploy applications to the host machines that you manage. If we look on this […]
In Windows 8.1 and Windows Server 2012 R2 there are new CMDlets that expands the capability’s of the DISM module. To Apply: Expand-WindowsImage -ImagePath C:\MDTBuildLab\Captures\REFWS2012R2-001.wim -Index 1 -ApplyPath d:\ To Capture: New-WindowsImage […]