Monday, October 26, 2009

How to create a Windows Server 2008 Cluster within Hyper-V using simulated iSCSI storage

How to create a Windows Server 2008 Cluster within Hyper-V using simulated iSCSI storage  
 
 

Shahan Subzwari

 

Tuesday, July 21, 2009

Running all patches in a folder batch file

Running all patches in a folder, batch file
@echo off
for %%I in (*.exe) DO %%I /M /Z
rem pause