Tech Craft
How-to, tips and tricks for working with today's technology. Covers Windows XP, Windows Server 2003, Exchange Server 2003, IIS 6.0 and SQL Server 2005.
Windows.TipsWindows XP and Windows Server 2003 Tips |
Tech.ObscureTotally Obscure Yet Incredibly Useful |
Create additional GPOs rather than editing the default GPOs The Default Domain Policy and Default Domain Controller Policy GPOs provide the baseline policy for a domain. These policies are vital to the health of Active Directory in that domain. You should edit the Default Domain Policy only to set account policy. For other types of policy, you should create a new GPO and link it to the domain. You should edit the Default Domain Controller Policy only to set users rights and audit policies. Otherwise, it is recommended that you do not make other changes to the Default Domain Controller Policy. If for some reason these policies become corrupted, Group Policy will not function properly. Got an existing problem with Default GPOs fix them using dcgpofix.
William R. Stanek |
Tweaking Microsoft Management Consoles and MMC Administration
Tools MMC has two operating modes:
In author mode, you can create and modify a console’s design by adding or removing snap-ins and setting console options. In user mode, the console design is frozen, and you cannot change it. By default, the prepackaged console tools for administration open in user mode. To open in author mode, right-click the tool’s icon, and choose Author. That's right, simply right-click the related menu item on the Administrative Tools menu, and then choose Author. You will then have full design control over the console. Just be sure to save the modified console with a new name.
William R. Stanek |
Previous Windows.Tips columns | Previous Tech.Obscure columns |
Infrastructure.TipsExchange Server 2003, SQL Server and IIS Tips |
Line.ManScripts and command-line how-to and tips |
Maximum cached file size causing problems with IIS? By default, IIS 6.0 caches only files that are 256 KB or less in size. If you have large data or multimedia files that are accessed frequently, you might want to increase this value to allow IIS to cache larger files. Keep in mind that with file sizes over 256 KB you’ll reach a point at which caching won’t significantly improve performance. The reason for this is that with small files the overhead of reading from disk rather than the file cache is significant, but with large files the disk read might not be the key factor in determining overall performance. To control the maximum cached file size, you create and then set the Windows Registry value MaxCachedFileSize.
HKEY_LOCAL_MACHINE
William R. Stanek |
Get detailed information on running processes from the
command-line. You can view a list of running tasks
simply by typing tasklist at
the command prompt. As with many other command-line
utilities, Tasklist runs by default with the permissions of
the currently logged on user and you To do this, use the expanded syntax, which includes the /s Computer /u [Domain\]User [/p Password] where Computer is the remote computer name or IP
address, Domain is the optional domain name in which
the user account is located, User is the name of If you don’t specify the domain, the current
William R. Stanek |
Previous Infrastructure.Tips columns | Previous Line.Man columns |
The obligatory copyright statement:
©William R. Stanek 2004-2005. All Rights
Reserved.