Blog

Archive for the ‘Server 2003’ Category

Troubleshooting SVCHost.exe

Thursday, January 17th, 2008

The Microsoft Performance Team posted a great article on how to troubleshoot svchost.exe, here is the link

 http://blogs.technet.com/askperf/archive/2008/01/11/getting-started-with-svchost-exe-troubleshooting.aspx

The part of the registry where the services load into the generic process is:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Svchost

Small Business Server 2003 Transition Pack

Friday, November 9th, 2007

With SBS 2003 there is a ‘Transition Pack’ to grow out of the 75 user cap or move your servers (ie. Exchange or SQL Workgroup) to other dedicated servers. Here are links for the SBS Transition Pack. When installing the Transition Pack, make sure that the media is newer than the version you are upgrading to (ie. if the media is Transition Pack R2, then you must uninstall Windows Server 2003 SP2 before installing).

Microsoft Documentation - link

Moloy’s Blog on the Transition Pack - link

SBS page - link

How to Move WSUS Content (Update Files)

Thursday, October 11th, 2007

You can use WSUSUtil.exe (found in \Program Files\Update Services\Tools) to move the downloaded update files (if you are storing them locally) and reconfigure WSUS to use that location for future updates.  The procedure is this:

 wsusutil.exe movecontent [path to new location] [name of log file]

If you so desire, you can also add the -skipcopy switch to reconfigure WSUS without physically moving the existing files. 
To see the full information on the WSUSUtil, visit the TechNet page for it here

Manage Power Settings with Group Policy

Friday, September 28th, 2007

With Windows XP there isn’t a native way to manage power settings via a group policy setting. With Vista and Longhorn server this is now managable. Here is a link to the Energy Star website for a downloadable tool with an .adm file and a client application.

 http://www.energystar.gov/index.cfm?c=power_mgt.pr_pm_ez_gpo

Connect to and Shadow the Console Session with Windows Server 2003 Terminal Services

Thursday, June 14th, 2007

mstsc -v:servername /F -console

Control Panel Applets or MMC’s from run command

Thursday, May 17th, 2007

Here are some examples of  shortcuts to type from Start –> run

control userpasswords2 
user accounts 
devmgmt.msc
windows hardware device manager
services.msc
windows services
regedit
registry editor
appwiz.cpl
add/remove programs
dfrg.msc
disk defragmenter
diskmgmt.msc
disk management panel
eventvwr.msc
event viewer
ncpa.cpl
network connections panel
printers
printers and faxes panel
msconfig
system configuration and startup options
nusrmgr.cpl
user management panel
control
opens the control panel
secpol.msc 
opens Local Security Policy Settings
gpedit.msc 
opens Group Policy

Password Policies can only be Applied to a Domain.

Friday, April 6th, 2007

Password policies can only be applied to domains and not to individual OUs in Server 2000/2003.  The article below explains why (see the section entitled “Establishing Local Security Accounts Manager (SAM) Password Policies”): http://www.windowsecurity.com/articles/Longhorn-Poised-Provide-Multiple-Domain-Passwords.html  

Some good news is that Longhorn will change this limitation.