Pages

How many Days Left to back you?

'PS: Days Left...


Wscript.Echo "Today Date MM-DD-YY: " & Date 
Wscript.Echo "Days Until ur Day in Months: " & DateDiff("m", Date, "24/4/2013")
Wscript.Echo "Days Until ur Day in Days: " & DateDiff("D", Date, "24/4/2013")
Wscript.Echo "Days Until ur Day in Weeks: " & DateDiff("w", Date, "24/4/2013")
Wscript.Echo "Hello..."

'write(DateDiff("m",fromDate,toDate,vbMonday))

SCCM 2012 TechNet Documentation Now available as Offline

OK… For big Fans for SCCM 2012 Documentation…. now available as .chm & .Pdf Format.

The good News is that CHM File can be updated automatically when you update the Documentation update wizard…

You can download from here ..http://www.microsoft.com/en-us/download/details.aspx?id=29901

Use the help update wizard to install a local copy of the System Center 2012 Configuration Manager Documentation Library (CHM) which contains a copy of the guides in the TechNet documentation library. This is useful if a computer running the Configuration Manager console does not have Internet access or if you want a standalone copy of the documentation in CHM format. If you run the wizard on a computer running the Configuration Manager console, the wizard will install the local version of the help. If you run the wizard on a computer that does not run the Configuration Manager console, you have the option to save the help file (CHM) to a folder you specify. See the product read-me document for more details.
This technical documentation is also available in the TechNet library.

Download “ConfigMgr2012HelpUpdate.msi” for .CHM file and auto update wizard.

Test From My TP

Good Website for MDT

Good Website for MDT http://www.deploymentresearch.com/Videos/MDT2010LiteTouchUnleashedVideos.aspx

SYSPREP 2003

sysprep a windows 2003 R2 image, follow the  below:

  • Insert CD1
  • go to  Support\Tools\Deploy.cab
  • select everything and extract them to c:\sysprep ( a folder that you have created it)
  • Double click sysprep.exe.
  • Keep the default settings (Options un-selected, shutdown mode: shutdown)
  • click on Reseal
  • And press Ok

Hyper – V --- SysPrep Windows 2008 R2

1) Install WINDOWS 2008 R2 on the host machine

2) Add Hyper V role

3) Create a new VM to act as the base IMAGE

4) Mount an ISO version of windows 2008 or R2

5) Install the OS

6) Run Sysprep (/generalize switch enabled), Shutdown

7) Inside Hyper V manager, Export to a alternate location

8) After Export is done, copy the entire folder to your permanent location

9) Inside Hyper V manager, import the VM you copied.

10) Rename to a friendly name.

11) Fire the new VM up, run through the sysprep process and poof!

12) Make sure you chose "Copy the virtual machine (create a new unique ID)' option, this is not the default.

SCCM 2012 can be download as a VHD here.

SCCM 2012 beta 2 can be download as a VHD here.