Sunday, June 15, 2008

How to Disable Nero Scout in Nero 7

Disable Nero Scout in Nero 7

The latest version of the Nero CD/DVD burning suite, Nero 7, installs a media database component called Nero Scout. This also adds several entries to your Windows startup, including NmBgMonitor.exe and NMFirstStart.exe which can hog system resources. Nero Scout has also been reported to cause all sorts of problems in Windows and with Nero.

It should be noted that NmBgMonitor.exe and NMFirstStart.exe are not spyware.
What does Nero Scout do?

Ahead Software, the makers of Nero, have a web page for Nero Scout which can be viewed here.

Basically, the program is a media indexer. It constantly runs in the background, looking for new media files, i.e. MP3s, videos, and photos. When it finds such a file, it adds it to its own internal database. The database is used by other Nero programs, such as Wave Editor, Burning ROM, and PhotoSnap. The only purpose for the database is to give you a more convenient way to access those media files, without having to navigate the folders on your hard drive.

Unless you are a hard-core user of all of Nero's programs, Nero Scout is a useless piece of software bloat.
How do I get rid of Nero Scout?

The first thing to do is to disable Nero Scout via its own interface. To do so, double-click on the My Computer icon. Right-click on the Nero Scout icon and choose Options. Then uncheck the option for Enable Nero Scout.

Reboot your PC and see if you are still experiencing problems. If you are, and you are running Nero 7, you can also perform the following actions:

Click on the Start button and choose Run. Type the following line exactly as it appears:

regsvr32 /u "%COMMONPROGRAMFILES%\Ahead\Lib\MediaLibraryNSE.dll"

Then click OK and reboot your PC.

We hope that future versions of Nero will make it easier to disable system resource hogs like this program. Otherwise, Ahead Software will start to see their loyal fan base disappear.

Monday, June 2, 2008

Turn NumLock on at logon

Turn NumLock on at logon

NumLock does not toggle on by default (system-wide), even if you have it set in your PC's BIOS, because of XP's multi-user functionality. Guess Microsoft doesn't know everyone actually turns it on, which should be reason enough for what acts as "default"...

Anyway, you can hack the Windows Registry to change this behavior, or run a script at logon to turn NumLock on.

1. To enable NumLock through the Registry:

* Open Windows' Registry Editor (START > RUN, type "REGEDIT").
*. Navigate to HKEY_USERS\.Default\Control Panel\Keyboard.
*. Change the value for InitialKeyboardIndicators from 0 to 2.

2. To enable NumLock using a script, see this MS Knowledgebase article for complete instructions:

http://support.microsoft.com/directory/article.asp?ID=KB;EN-US;Q262625

Option 1 is the quicker method, but if you have more than one user on your system and one or more don't want NumLock on (stranger things have been known of), then option 2 is the way to go since it allows you to only attach the script to specific users.

Friday, May 30, 2008

Decrease system loading time by changing network settings

Decrease system loading time by changing network settings

When you start up your computer and you are connected to a LAN and your computer is set to DHCP and your computer has to search for the DHCP server and then request and IP address and all other configuration. This process takes up some time and slows down the time it takes to boot the computer up. Following the directions below will help your set a static IP address. Even if your ISP says to use DHCP this tweak may still work for you, but you are warnned!

1. Click Start and click on Run.
2. Type command in the text box and click OK.
3. In DOS, type ipconfig and hit enter.
4. This will show you your current IPs that your NIC and PPPoE adapters have. Only pay attention to your Ethernet Card Adapter, not to the PPP adapter.
5. Next, right click My Network Places and select Properties from the drop down menu. This will open up the Network Connections window. In here, locate your Local Area Network connection and right click it, select Properties from the drop down menu.
6. When the next Window that opens up, select Internet Protocol (TCP/IP) and click Properties at the bottom.
7. In the next window, click 'Use the following IP Address'. This is where that DOS window comes in handy. Copy the same exact IP Address from your Ethernet card (in the dos window) and place it where it says IP Address. Same goes for the Subnet Mask and Default Gateway. If your Default Gateway is blank, then just leave it blank. Click Ok, then Ok again.
8. In the DOS window type exit dos then enter. Reboot your machine.

Now there is absolutely NO loading. You can connect as soon as you see your desktop.

Quick Note: If you use DHCP (Dynamic IP Address) to connect to the net, you may find that your net connection does not work after this. So if some day your network connection stops working, just go back into the NIC card properties and select automatically get IP address and reboot.

Wednesday, May 28, 2008

Improve disk I/O performances with VMware Workstation

How to improve disk I/O performances with VMware Workstation

Even on a 2 GB RAM workstation (as mine) VMware virtual machines can run slowly. Too slowly sometimes.

This can depend on a large amount of factors but we can reduce the number to 4 critical issues:

  1. Antivirus real-time protection You probably run VMware Workstation on your everyday working computer, and you probably want to stay secure running an antivirus software. The most useful feature of any AV is the real-time protection, catching and monitoring I/O accesses of every process for suspicious activities. This feature can greatly impact on your VMs performances and should be fine-tuned for virtualization. So be sure to create an exclusion filter on your real-time protection settings for .vmdk (VMware virtual disk) and .vmem (VMware virtual memory) files. In this way countinous I/O operations on your virtual machines will not be hit by antivirus checking. Note: if you plan to run liveCD operating systems (like Knoppix) inside your VMs or simply often use CD images for installing new software, I highly recommend to exclude .iso files too from AV checking.
  2. HostOS disk fragmentation A really performance hitter for virtual machines is a fragmented host OS disk. VMs virtual disks are very large (4 GBs at minimum on the average) and are created by default as non preallocated. In other words your virtual disk grow as you install more software on the guest OS till reaching your defined disk limit. If you use only one physical disk for everyday work and VMs storing, you probably will use space around a growing virtual disk, obliging your host OS to fragment virtual machines more and more. So be sure to:
    • Create a dedicated partition for virtual machines only
    • Create guest OSes virtual disks with Allocate all disk space now option
    • Schedule a daily defragmentation for your virtual machines directories (maybe at launch time or during the night)
  3. Memory trimming Workstation checks which part of the guest OS virtual memory is not used and allocates it back to the host OS. This permits to have more concurrent virtual machines running but everytime the guest OS asks back for its memory it suffers a performance degradation. So, if you have enough free RAM for all planned concurrent VMs, be sure to disable memory trimming for guest OSes adding the following line to the virtual machine configuration (.vmx) file: MemTrimRate=0 Note: Memory trimming can be disabled through GUI since Workstation 6.0.
  4. Page sharing (quoted from VMware documentation) VMware uses a page sharing technique to allow guest memory pages with identical contents to be stored as a single copy-on-write page. Page sharing decreases host memory usage, but consumes system resources, potentially including I/O bandwidth. You may want to avoid this overhead for guests for which host memory is plentiful and I/O latency is important. To disable page sharing, add the following line to the virtual machine configuration (.vmx) file: sched.mem.pshare.enable=FALSE option

These suggestions will work well for every VMware Workstation 5.x and Player 1.x since both share same engine.

Monday, May 26, 2008

Control Panel Run Shortcut

Control Panel Run Shortcut

The Run dialog gives you easy access to many different programs and options. To get to the Run dialog, click the Start button, then click Run. Type in the command and press Enter, to launch it. For example, type "control folders" (without the quotes) in the Run dialog and press ENTER. Here is a list of commands to use, and what they do:

control - Control Panel
control folders - Folder Options
control userpasswords - User Accounts
control userpasswords2 - Advanced User Accounts
control desktop - Display Properties
control printers - Printers and Faxes
control mouse - Mouse Properties
control keyboard - Keyboard Properties
control netconnections - Network Connections
control color - Display Properties \ Screensaver
control date/time - Date and Time Properties
control schedtasks - Scheduled Tasks
control admintools - Administrative Tools
control telephony - Phone and Modem Options
control fonts - Fonts Folder
control international - Regional and Language

Sunday, May 25, 2008

How to Remove Startup Items located in the registry

Removing startup items from registry

The System Configuration Utility displays items that start with your PC. These items are generally located in one of two areas. The registry or in Common Startup.

Should you decide to prevent specific items from starting up you can uncheck them in the System Configuration Utility. Though this method is fine it is ultimately best to remove them from the source. To access the common registry locations of these items take a look in the following areas:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce

If you have disabled items in the System Configuration Utility and would like to remove them from the registry also they can be found in one of the following locations:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SharedTools\MSConfig\startupfolder
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg

Note: Always make a backup of the Registry prior to making changes. TweakXP.com takes no responsibility for problems that may result from using the Registry Editor incorrectly.

Saturday, May 24, 2008

How to Define multiple NetBIOS names for a machine

Define multiple NetBIOS names for a machine.

This would be useful if, for instance, you wanted to migrate a number of shares to a different machine and rather than having to switch all clients to the new machine instantly you could define the new machine to also answer to the old machines NetBIOS name and then slowly migrate the machines. To define extra names for a machine perform the following:

  1. Start the registry editor (regedt32.exe)
  2. Move to HKEY_Local_Machine\System\CurrentControlSet\Services\LanmanServer\Parameters
  3. From the Edit menu select "Add Value"
  4. Set the type to REG_SZ is you want one extra name or REG_MULTI_SZ if you want more than one and enter a name of OptionalNames. Click OK
  5. You will then be prompted for a value. Enter the other name (or names if type REG_MULTI_SZ, one on each line) you want it to be known as and click OK.
  6. Close the registry editor
  7. Reboot the machine
  8. There may be a WINS resolution problem. The entries for the additional NetBIOS names will have been dynamically added to the WINS database complete with IP number. However, a "real" server machine in the WINS dbase normally has three WINS entries, 00h, 03h and 20h. Your aliases may only have one, 03h. Therefore you may need to add static entries for the additional NetBIOS names, which created all three entries. You should now be able to ping by NetBIOS name.

Thursday, May 22, 2008

Miscelleneous windows tips

Windows XP Tips and tricks
http://windowsxp.mvps.org/tips_page.htm
Nice site having huge archive of windows tips and tricks

iexpress - to create installer package (built into the windows natively)

Wndows forgotten password recovery methods

Setup FTP Server on home computer

To check if PAE is enabled on a system or not:-
reg query "\\\HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v "PhysicalAddressExtension

To Query all the installed softwares on a system:-
reg query \\computer name>\hklm\software\microsoft\windows\currentversion\uninstall /s /v "DisplayName" |findstr "DisplayName"

How to disable compress folders in windows
Are the ZIP folders too slow for you? Disable it by unregistering the file zipfldr.dll.
regsvr32 /u zipfldr.dll

Auto logon in Windows XP

Enable Auto logon

Go to Start>Run and type "control userpasswords2"
then select the user you want for auto logon.

Disable AutoLogon
Bypass Auto Logon at startup
By default, MSGina.dll checks the state of the SHIFT key when AutoAdminLogon is 1. If the SHIFT key is held down during the boot process, MSGina.dll will ignore the AutoAdminLogon key value and prompt the user for identification and authentication information interactively. You can use this method to temporarily disable automatic logon at startup.

Easy method to clear Auto Logon entry
Go to Start>Run and type "rundll32 netplwiz.dll,ClearAutoLogon"

Registry Method
Use this method only if you've configured the automatic logon using the registry manually. Because, automatic logon procedure using Control Userpasswords2 or using Tweak UI does not involve Winlogon \ DefaultPassword key at all. They are stored in protected area rather.
  • Open Registry Editor (Regedit.exe) and navigate to:

HKEY_LOCAL_MACHINE \ Software \ Microsoft \ WindowsNT \ CurrentVersion \ Winlogon

  • Delete the DefaultPassword entry.

  • Double-click AutoAdminLogon, type 0 in the Value Data box, and then click OK.

Monday, May 19, 2008

SQL 2000 Clustering

Links:

Download details SQL Server 2000 (32-bit) Security Patch MS03-031

Features Supported by the Editions of SQL Server 2000

How to Install SQL Server 2000 Clustering

Microsoft SQL Server High Availability Resources

Microsoft SQL Server 2000 Failover Clustering

Microsoft SQL Server 2000 Virtual Server Basic Setup, Maintenance, and Service Pack Installation

Microsoft TechNet SQL Server 2000 Resource Kit

SQL Server 2000 High Availability Series Remote Mirroring and Stretch Clustering

SQL Server Clustering Introduction (Page 1)

SQL Server version 2000 Service Pack 3a Readme.htm

Support WebCast Microsoft SQL Server Troubleshooting SQL 2000 Virtual Server and Service Pack Setups for Failover Clustering

224071 - Moving SQL Server databases to a new location with Detach-Attach

233332 - INF How To Run SQLDIAG On a Clustered-Virtual SQL Server

239885 - INF How to Change Service Accounts on a SQL Virtual Server

243218 - INF Installation Order for SQL Server 2000 Enterprise Edition on Microsoft Cluster Server

244980 - HOW TO Change the Network IP Addresses of SQL Server Virtual Servers

254321 - INF Clustered SQL Server Do's, Don'ts, and Basic Warnings

260414 - Frequently asked questions - SQL Server 2000 - multiple instances

260758 - INF Frequently Asked Questions - SQL Server 2000 - Failover Clustering

263712 - INF How to impede Windows NT administrators from administering a clustered instance of SQL Server

270126 - PRB How to Manage Client Connectivity to Both SQL Server 2000 Virtual Servers After an Active-Active Cluster 7.0 Upgr

273673 - INF SQL Virtual Server Client Connections Must be Controlled by Clients

274446 - INF Upgrade to SQL Server 2000 Failover Solution Recommended for All Non-SQL Server 2000 Virtual Servers

289683 - INF NoRemapPipes Error Message Occurs in System Log when You Use SQL Server 2000 on a Windows 2000 Cluster

290991 - HOW TO Manually remove SQL Server 2000 default, named, or virtual instance

295732 - INF Creating Databases or Changing Disk File Locations on a Shared Cluster Drive on Which SQL Server 2000 was not Ori

296890 - PRB SQL Server 2000 Fails to Install on a Cluster If Service Startup Account Contains a Space

298570 - BUG Virtual SQL Server 2000 Installations May Fail if Installed to Windows 2000 Domain Controllers

298723 - BUG SQL Mail Not Fully Supported for Use in Conjunction with Cluster Virtual SQL Servers

301520 - SQL Server 2000 Cluster Does Not Install on Windows Server 2003-Based Computers Where Terminal Services Is Installed

303119 - FIX Upgrade to SQL Server 2000 cluster does not add all SQL Server resource dependencies

303228 - FIX Queue Reader Agent Fails if the Distributor is a Clustered SQL Server

304261 - INF Support for Network Database Files

304282 - PRB Full Text Resource fails to come online on a cluster with Event ID 1069 SQL Cluster Resource 'Full Text' failed error m

307336 - INF How to Change a Clustered SQL Server Network Name

308023 - How to cluster SQL Server 2000 Analysis Services in Windows 2000 and Windows Server 2003

313037 - INF Upgrading SQL Server Clusters to Windows Server 2003

319016 - HOW TO Change Domains for a SQL Server 2000 Failover Cluster

319578 - PRB Error MessageBind Failed Occurs After IP Address Changes on a Cluster

319723 - INF SQL Server 2000 Kerberos support including SQL Server virtual servers on server clusters

324812 - Support WebCast Microsoft SQL Server 2000 Virtual Server Things You Should Know

325106 - Support WebCast Introduction to Microsoft SQL Server 2000 Clustering

325485 - Support WebCast Microsoft SQL Server 2000 Virtual Server Basic Setup, Maintenance, and Service Pack Installation

327322 - PRB SQL Server 2000 Enterprise Manager Polling May Cause ClientToken Errors in the Cluster Log File

327518 - INF The Microsoft Support Policy for a SQL Server Failover Cluster

329329 - PRB Windows Server 2003 Support for SQL Server 2000

810056 - INF You Must Use Resource-Specific Registry Keys for SQL Server Cluster Resources

810391 - INF SQL Server 6.5, SQL Server 7.0, and MSDE 1.0 Support on Windows Server 2003

811168 - SQL Server 2000 Service Pack 3, Service Pack 3a, or Service Pack 4 pre-installation checklist for SQL Server 2000 virtual serve

811430 - INF SQL Server 2000 Supports IPSec on Windows Server 2003 Cluster

812666 - How to recover a failed full-text search resource on a clustered instance of SQL Server 2000

815431 - PRB Installation of a Named Instance of SQL Server 2000 Virtual Server on a Windows 2003-Based Cluster Fails

818548 - PRB Error Message Setup failed to perform required operations on the cluster nodes. Occurs When You Run a SQL Server 2000 S

819546 - SQL Server 2000 support for mounted volumes

822250 - Support WebCast Microsoft SQL Server 2000 Failover Clustering Disaster Recovery Procedures

822473 - MSDTC Is Unavailable Error When a Stand-Alone Instance of SQL Server Is in a Cluster Environment

831127 - Named Pipes Support Cannot Be Removed on a Virtual Server That Is Running SQL Server 2000 SP3

870617 - How to add or modify licenses in SQL Server 2000

883732 - A SQL Server cluster resource goes to a failed state when you try to bring the resource online in SQL Server 2000

888121 - TechNet Support WebCast How to install a Microsoft SQL Server 2000 virtual server on a Microsoft Windows Server 2003 cluster

888228 - You receive a SQL Server does not exist or access denied error message when you try to connect to a SQL Server 2000 named ins

888265 - How to move Microsoft Provisioning Server (MPS) databases to a clustered virtual SQL Server 2000 named instance

889706 - You receive error messages when you perform a distributed transaction when you have a SQL Server 2000 virtual server in a Windo

889708 - The full-text search results that are returned in a clustered SQL Server 2000 environment may be different when the active node

899580 - The Full Text resource fails when you install a new clustered instance after you apply SQL Server 2000 Service Pack 4 to an exi

Sunday, May 18, 2008

Network Load Balancing (NLB)

Links:

Download details NLB Troubleshooting Overview for Windows® Server 2003

Kerberos authentication for load balanced web sites

Network Load Balancing Frequently Asked Questions for Windows 2000 and Windows Server 2003

Network Load Balancing Technical Overview

NLB Command line syntax

NLB & Terminal Services

NLB Troubleshooting Overview for Windows Server 2003

Session Directory and Load Balancing Using Terminal Server

Windows Network Load Balancing Configuration - Best Practices

193601 - Registry Parameters for Windows NT Load Balancing Service

193602 - Configuration options for WLBS hosts connected to layer 2 switches

197992 - How to Configure WLBS Using a Single Network Interface Card

223157 - Integrating WLBS and MSCS

229064 - Load Balancing may not work correctly with IP fragmentation in Windows Server 2003, in Windows 2000, and in Windows NT

232000 - How to Configure WLBS with Multiple Virtual IP Addresses

232190 - Description of Network Load Balancing Features

234151 - WLBS Does Not Detect Program or Service Problems

235305 - Interoperability between MSCS and NLB

238219 - How NLB Hosts Converge When Connected to a Layer 2 Switch

238747 - Windows Load Balancing Service Does Not Work on Token Ring

240997 - Configuring Network Load Balancing

242242 - Using the WLBS QUERY Command to Determine the State of an WLBS-NLB Cluster

242248 - Using crossover cable causes load balancing not to work

243523 - Using Terminal Server with Windows Load Balancing Service

247297 - Network Load Balancing Connection to a Virtual IP Address Not Made Across a Switch

247712 - Wlbs.exe Generates Incorrect Information on Cluster Status

247719 - Windows Load Balancing Service Writes Multiple Duplicate Event Log Messages

256124 - HOW TO Configure an IP Address for NLB with One Network Adapter

256910 - IP Address Assignment for NLB with Multiple Network Adapters

261957 - Network Load Balancing Temporarily Fails in a Switched Environment

278431 - Using teaming adapters with network load balancing may cause network problems

303608 - HOW TO Configure Network Load Balancing Parameters in Windows 2000

303817 - HOW TO Set Up TCP-IP for Network Load Balancing in Windows 2000

303751 - HOW TO Install Network Load Balancing Service That Was Previously Uninstalled in Windows 2000

303765 - HOW TO Perform Advanced Network Load Balancing Procedures in Windows 2000

323431 - How To Set Up TCP-IP for Network Load Balancing in Windows Server 2003

323437 - HOW TO Configure Network Load Balancing Parameters in Windows Server 2003

324814 - Support WebCast Microsoft Windows Terminal Services How to Configure Network Load Balancing

324963 - Support WebCast Network Load Balancing in Microsoft Windows 2000

810589 - Support WebCast Microsoft Windows Server 2003 Terminal Services New Features

812870 - Network Load Balancing cluster node does not successfully converge

870708 - The MicrosoftNLB_ClusterSettingLoadAllSettings method does not read modifications to the UnicastInterHostCommSupport registry

873288 - What to consider when you configure file share resources with a Network Load Balancing (NLB) cluster on Windows Server 2003

892782 - You cannot use Nlbmgr.exe to create an NLB cluster on a 64-bit version of Windows Server 2003

Wednesday, May 14, 2008

Microsoft Exchange Clustering

Exchange Clustering
Books:

MCSE Training Kit: Microsoft Windows 2000 Advanced Server Clustering Services - No longer sold but it had some really good tips and examples.

Microsoft Exchange Server 2003 24seven - Excellent chapter on Exchange Server 2003 Clustering (and not just because I helped edit it).

Microsoft Exchange Server 2003 Distilled - Excellent chapter on Exchange Server 2003 Clustering.
Microsoft SQL Server 2000 High Availability - A whole book on SQL High Availability - Cool!.


Links:

MCSE Training Kit: Microsoft Windows 2000 Advanced Server Clustering Services - No longer sold but it had some really good tips and examples.

Microsoft Exchange Server 2003 24seven - Excellent chapter on Exchange Server 2003 Clustering (and not just because I helped edit it).

Microsoft Exchange Server 2003 Distilled - Excellent chapter on Exchange Server 2003 Clustering.
Microsoft SQL Server 2000 High Availability - A whole book on SQL High Availability - Cool!.


238063 - XADM How to Do an Online Restore of an Exchange Cluster Server

241626 - XADM Do Not Use Secure Sockets Layer Only for Cluster Virtual Servers

248635 - XADM Recommended Installation Order for Windows NT, Exchange Server, Cluster Service, and Service Packs

259197 - Status of Exchange 2000 Server and Exchange Server 2003 Components on a Server Cluster

277908 - XWEB How to Enable the Change Password Option in Exchange 2000 OWA Clustering

282446 - DSProxy configuration for static ports on Exchange cluster

285137 - XADM C0072030 Error Message Occurs When You Create a System Attendant Resource on a Cluster Server

287726 - XCCC How to Configure Host Header and Authentication Information in Exchange 2000 Outlook Web Access on a Windows 200

295925 - XADM How to Install Exchange 2000 SP1 on a Cluster Server

297121 - Using the Change Password feature with Outlook Web Access

297329 - XGEN Exchange 2000 Server Post-Release Cluster Fixes Available

297395 - XADM Performance Wizard Does Not Update File Locations on a Cluster

300573 - XGEN Exchange 2000 Enterprise Server Support on Windows 2000 Datacenter Server

310586 - The Exchange MSSearch instance does not come online on a cluster and event IDs 3055 and 10006 are logged

312316 - Setup does not install Exchange 2000 on a cluster if the MSDTC resource is not running

320220 - Support boundaries for Exchange Server on a virtual machine or on an emulation machine

321068 - HOW TO Restore an Exchange 2000 Cluster After a Complete Cluster Failure

323016 - Setup with DisasterRecovery does not work on a clustered server that is running Exchange 2000 Server or Exchange Server

325247 - Support WebCast Microsoft Exchange 2000 Server on a Cluster

328879 - Using Exchange Server with Storage Attached Network and network-attached storage devices

555126 - How to Redirect an HTTP connection to HTTPS for Outlook Web Access (OWA) in Exchange 2003 Server.

810986 - Microsoft support policy for Exchange Server installed on cluster nodes

815180 - Considerations when deploying Exchange on an Active-Active cluster

816893 - Support WebCast Microsoft Exchange 2000 Server Troubleshooting Performance Issues

821834 - Required Cluster Service Account Permissions Are Different in Exchange 2000 Server and Exchange Server 2003

823894 - Support WebCast Clustering Microsoft Exchange Server 2003

824111 - Security Setting Changes and Updates That Are Introduced in Exchange Server 2003

830189 - Exchange Server 2003 computer cannot bring the Microsoft Search resource online

834877 - An update is available that lets you dump the information store on a clustered Exchange 2000 Server

836566 - How to configure the IsAlive private properties for Exchange Server 2003 clusters

837391 - Exchange Server 2003 and Exchange 2000 Server require NetBIOS name resolution for full functionality

837852 - Windows Clustering is not supported on front-end servers in Exchange Server 2003

838922 - An Exchange 2000 Server cluster node fails over and the HTTP service stops when you add more than 28 host headers in Internet S

839687 - Microsoft support policy on the use of network-attached storage devices with Exchange Server 2003

839816 - TechNet Support WebCast An overview of Microsoft Exchange Server 2003 Service Pack 1

841561 - 500 - Internal server error error message when a user tries to access a clustered Exchange Server 2003 back-end server by usi

842427 - How to upgrade Exchange 2000 Server to Exchange Server 2003 in an active-passive clustered environment by doing a clean install

843081 - ID no c0070424 error message when you try to create the Exchange System Attendant resource on an Exchange Server 2003 cluste

843226 - CPU usage increases, and poor performance occurs when Outlook Web Access uses SSL to connect to an Exchange 2003 computer in a

843546 - Increased CPU usage and poor performance may occur when Outlook Web Access uses an SSL connection to a Exchange Server 2003 com

867624 - How to install Exchange Server 2003 Service Pack 1 in a clustered Exchange environment

886298 - Advantages and disadvantages of decreasing the log checkpoint depth in an Exchange 2000 Server cluster

887416 - Using the same name for your server cluster and for your Exchange Virtual Server may prevent some services from starting in Win

887722 - You cannot fail over the Exchange 2000 System Attendant cluster resource to the passive node where the latest service pack was

893000 - Handles used by the Windows Management Service increase over time in an Exchange Server 2003 clustered environment

894094 - You can take the MTA resource offline, but you cannot bring the MTA resource back online after you restart a Windows-based clus

895847 - Multi-site data replication support for Exchange 2003 and Exchange 2000

895981 - How to implement Exchange Server 2003 on a Windows 2000-based cluster or on a Windows Server 2003-based cluster

896617 - The Exchange Information Store service stops responding when the Exchange Information Store service is shutting down or the Exc

899382 - You may receive an error message when you try to run the Exchange Management Pack Configuration Wizard in a Microsoft Exchange

 
Site Meter