Friday, August 6, 2010

Windows Server tools

1: System Center:Capacity PlannerIt might seem strange to start out by talking about a tool that Microsoft has discontinued. But I’ve found System Center Capacity Planner to be so helpful, I wanted to mention it anyway. In case you are not familiar with this tool, it’s designed to help make sure your proposed server deployment will be able to handle the anticipated workload.According to Microsoft, the System Center Capacity Planner is being replaced by the System Center Configuration Manager Designer (which I have not yet had a chance to use). The end of life announcement for System Center Capacity Planner indicates that it is no longer available, but at the time of this writing, you can still download it from TechNet, as well as from other third-party sites.

2: PowerShell:Microsoft’s Server products have evolved to the point that you can perform almost any administrative action from the command line by using PowerShell. Most of the newer Microsoft Server products include management tools that are actually built on top of PowerShell. This means that any management tasks that can be performed through the GUI can also be performed from the command line or performed through a PowerShell Script. You can download PowerShell 2.0 from Microsoft.


3: Best Practices Analyzer:The Best Practices Analyzer isn’t really a single tool, but rather a series of tools designed to analyze your server deployments and ensure that they adhere to Microsoft’s recommended best practices. Microsoft provides versions of the Best Practices analyzer for Exchange, SQL, Small Business Server, and other Microsoft server products.
4: Security Configuration Wizard:The Security Configuration Wizard  is designed to help you to reduce the attack surface of your servers. It analyzes the way in which your servers are configured and then recommends how you can change various aspects of the configuration to make them more secure. The Security Configuration Wizard is included with Windows Server 2008 and Windows Server 2008 R2, but you can also download a Windows Server 2003 version.



5: ADSI Edit :Another of my favorite tools is ADSI Edit. ADSI Edit allows you to manually edit the Active Directory database. Whenever someone asks me about ADSI Edit, I usually compare it to the registry editor. The registry editor allows you to manually change various configuration parameters within a system, but if you use it incorrectly, you can destroy Windows. ADSI Edit is similar: It gives you free rein over Active Directory, but if you make a mistake, you can destroy it.I have found ADSI Edit most useful for working with Exchange Server deployments. It is sometimes impossible to remove Exchange public folders through conventional means. When this happens, you can use ADSI Edit to get rid of the folders that the Exchange Server management tools leave behind.


6: DCDIAG:Although domain controllers are usually fairly reliable, problems do occasionally occur — particularly with regard to Active Directory replication. The DCDIAG utility, which is included with Windows Server, lets you run a full series of diagnostic tests against malfunctioning domain controllers.


7: Microsoft File Server Migration Wizard:As time goes on, server hardware continues to improve. Some organizations are finding that they can decrease management costs by consolidating their aging file servers. The Microsoft File Server Migration Wizard, which is included in the File Server Migration Toolkit, helps organizations merge the contents of aging file servers into DFS root.



8: LDIF Directory Exchange:The LDIF Directory Exchange utility isn’t exactly a tool I use every day. But it has gotten me out of a couple of jams, so I wanted to include it on my list of favorite tools. LDIF Directory Exchange is a command-line tool for importing and exporting Active Directory objects. As with ADSI Edit, you have to be careful when using this tool because you can really mess up your Active Directory if you use it incorrectly. Even so, it’s worth its weight in gold because it allows you to do some amazing things. For example, you can export all the user accounts from a domain and then use the resulting text file to create those same user accounts in a different domain.The LDIF Directory Exchange utility is built into Windows Server. You can access it by entering LDIFDE in a command prompt window. Windows will display the command’s full syntax along with the various command-line switches you can use.



9: Server Core Configurator:So far, all the tools I’ve talked about are provided by Microsoft. However, there is one third-party tool I want to mention. Server Core Configurator is an open source tool written by Guy Teverovsky.Any time you perform a server core installation of Windows Server 2008, you must perform certain post installation tasks before the server is ready to use. Microsoft offers some PowerShell scripts, but performing the initial configuration process from a command line can be tedious. The Server Core Configurator simplifies the provisioning process by providing a simple GUI you can use for the initial configuration.


10: Microsoft Application Compatibility Manager:The Microsoft Application Compatibility Manager (Figure J) is part of the Application Compatibility Toolkit. It’s designed to ease the transition from one version of Windows to the next by compiling an inventory of the applications running on your desktops and determining whether each one is compatible with the new version of Windows.

Source:- Internet

No comments:

Post a Comment