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 […]
PowerShell is King – Using PowerShell in a Task Sequence – Part 1
Traditionally VBscript has been “the” script type to use in OS Deployment scenarios, but with WinPE 4.0 in the ADK and MDT 2012 (u1) it is now an option in some scenarios. […]
PowerShell is King – I’m using MDT 2012 to deploy OS, did the deployment went well?
Scenario: You are using MDT 2012 Update 1 (Lite Touch or Zero Touch), you have enabled MDT monitoring and you would like to know if the deployment of the machine was ok. […]
PowerShell is King–Does my VM’s replicate correct, I need a report.
Scenario: You are using Hyper-V replica as a part of a DR solution and you really need to know if it works correctly Solution: This will display that information in varies shapes […]
PowerShell is King – Does my VM has any ISO mounted?
ok, so this is a new series of blog posts, the purpose is to show you SIMPLE PowerShell Cmdlets and scripts that could be useful on a daily basis. Scenario: You have […]
Nice to know: optimize-vhd in Windows Server 2012
I needed to compress a bunch of VHD’s and of course that means PowerShell so I did a (very simple) script for it. Its easy to use, just remember to set execution […]
