
Currently Browsing: Server 2003
Apr 22, 2013
Script to add machines to a WSUS group automatically
#Script to add machines to a WSUS group automatically:#The script needs Admin credentials and the WSUS Administration Console installed on the machine where it runs #Initialize Variables $wsusGroup = [string] “ServerGroupC” $wsusParentGroup = [string] “All Computers” $date = get-date $date = [string] $date.day + $date.month + $date.year + $date.hour + $date.minute $succeslog =... read more
Apr 16, 2013
Steps to move a DHCP database from a Windows Server 2003 or 2008 to another Windows Server 2008 machine
The DHCP database can be moved or migrated from a Windows Server 2003 server to a Windows Server 2008 server, or from one Windows Server 2008 server to another. The information below details the necessary steps.Export the DHCP database from a server that is running Microsoft Windows Server 2003 or Windows Server 2008To move a DHCP database and configuration from a server that is running Windows... read more
Oct 3, 2012
Windows 2003 Server Hang Issue
Action plan 1 – procedure to generate the MPS reports:*can be generated at any point of time.Please download and run the MPS reports downloaded from the linkhttp://download.microsoft.com/download/b/b/1/bb139fcb-4aac-4fe5-a579-30b0bd915706/MPSRPT_SETUPPerf.EXEOn your system a CAB file will be generated for your convenience in the %systemroot%MPSReportsSetup<Report Type>Cab directory... read more
Oct 1, 2012
Blue Screen View – BSOD utility
A great utility I have come across lets you find answers for the weird Blue Screen of Death errors – (BSOD)I have been able to fix many issues using this small piece of software.Available for download to you all enjoy :)http://dl.dropbox.com/u/92862901/BlueScreenView.zipDescription===========BlueScreenView scans all your minidump files created during ‘blue screenof death’ crashes,... read more
Oct 1, 2012
Windows 7 x64 and printers hosted on Windows server 2003
The first obstacle which I’ve had to overcome that was worthy of a post is regarding network printer installations on a Windows 7 64 bit client. Nice and easy you say, however our printer servers are running Windows server 2003 32bit and when I try to connect to them from a Win7 client, it tells me no drivers are available and that’s that.Well I found an easy solution to allow Win7... read more