Showing posts with label Tools. Show all posts
Showing posts with label Tools. Show all posts

Thursday, 11 August 2011

Batch Script to Force Windows Update Downloads

This Script was written by Ron Williams so whole credit gose to him for this wonderful script.

Here is the script, save as a .bat file, and run at will!:
@echo off
REM ======================================================================
REM
REM Batch File
REM
REM NAME: Force Auto Updates Download
REM
REM AUTHOR: Ron Williams ,
REM DATE  : 4/8/2009
REM COMMENT  : Replace [proxyserverIP]:[proxyserverPort] with the ip and port of
REM              your proxy server in the format 192.168.1.2:8080  (no brackets)
REM ======================================================================
proxycfg -p [proxyserverIP]:[proxyserverPort]
net stop wuauserv
REG DELETE "HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v LastWaitTimeout /f
REG DELETE "HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v DetectionStartTime /f
Reg Delete "HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v NextDetectionTime /f
net start wuauserv
wuauclt /detectnow

Orignal Post is on Ron Williams.IT.blog.

Tuesday, 5 July 2011

ConfigMgr Collection Creator | Makecoll.exe | SMS/SCCM Collection Creation Script

ConfigMgr Collection Crerator 1.0 (Makecoll.exe) can be used to create a new collection from a list of NeBIOS computer names.



ConfigMgr Collection Crerator 1.0 can be downloaded from http://smstools.codeplex.com

System Center Configuration Manager 2007 Toolkit V2

The Configuration Manager 2007 Toolkit V2 contains 11 downloadable tools to help you manage and troubleshoot Configuration Manager 2007.

More info and download link: http://www.microsoft.com/downloads/en/details.aspx?FamilyID=5A47B972-95D2-46B1-AB14-5D0CBCE54EB8