This segment of our in-depth look at Microsoft's Windows Server 2003 Resource Kit will be focused on two tools: the Cmdhere.inf and the Connection Manager Certificate Deployment tool.
Cmdhere.inf
This INF file is used to extend the right-click menu in the Windows Explorer shell. With this extension, you can right click on any file or folder, choose the "CMD Prompt Here" option and a new command window (DOS prompt) will open with the command prompt's starting path pointing to the object you had focused on.
Requirements:
Same as the other Windows Server 2003 Resource Kit tools
Installation:
General use:
This tool is pretty simple to use. By opening a command-line session through the CMD Prompt Here option, you save yourself from having to open the session manually (start run: cmd) and typing out the full path to the desired object folder. And you don't have to open a command-line session by manually typing cd {space} and then dragging the folder object into the CMD window.
Issues:
Not all folders work with this command.
CMGetCer.inf
Basic info:
If you are in the business of deploying Remote Access Connections to clients using Connection Manager, then the Connection Manager Certificate Deployment Tool (CMGetCer.inf) should be on your list of tools to use. This little DLL enables remote users who require a secure virtual private network (VPN) to automatically obtain a certificate for L2TP/IPsec connections. Normally, you have to jump through several hoops to get certi
To continue reading for free, register below or login
To read more you must become a member of SearchWindowsServer.com
');
// -->

ficates installed on client computers, but CMGetCer allows the administrator to automate the process.
According to Microsoft, the Connection Manager component was designed to provide customized remote access to your network through a dial-up or a VPN connection. The company states that, "by deploying remote access clients with the Connection Manager family of programs, which includes the Connection Manager Administration Kit (CMAK), Connection Point Services (CPS) and the Connection Manager client, you can configure the remote access experience for your users."
The tool runs custom actions at various points when you are establishing a connection. Per Microsoft, the CMAK wizard can be used to include custom actions (batch files, executable files, DLLs) in your service profile to automatically start programs when users connect to your service. The programs used by these custom actions can distribute the programs with your service profile, or they can use programs that users have installed themselves.
Requirements:
These are the system requirements for clients to run a profile containing CMGetCer: Windows Server 2003, Windows XP Professional, Windows XP Home Edition, Windows 2000, Windows Millennium Edition (ME) or Windows 98 operating system.
Installation:
Copy the DLL to the system running Connection Manager
General use:
To use CMGetCer, you need a Connection Manager profile that calls CMGetCer.dll as a pre-tunnel or as a connect action. To create your Connection Manager profile, use the Connection Manager Administration Kit.
To create a CM profile by using CMAK:
[TABLE]