How to Use Windows 2000 Administration Tools

In Affiliation CNET News.com with CNET, Inc.

=@MACARLO MICROSOFT=  =@MACARLO YAHOO=  =@MACARLO WEBALIAS=  =@MACARLO ALTAVISTA=

 


In Affiliation with Beyond.com

 


by @Macarlo
Windows 2000 Professional Beta Tester
(Screenshots by Namo Capture)



You can manage any remote server from a computer running Windows 2000 Professional by installing the Windows 2000 Administration Tools. These tools are MMC snap-ins used to manage servers, such as Active Directory Users and Computers, Distributed File System Manager, and other snap-ins not available on Windows 2000 Professional.


 

Using the Software Installation snap-in in Windows 2000 Server, you can make the Administration Tools available to remote workstations in two ways:

To open a saved MMC console for a remote computer

To open MMC from the command prompt

The complete command-line syntax for MMC is:

mmc path\filename.msc [/a /s]

path\filename.msc

Starts MMC and opens a saved console. You need to specify the complete path and file name for the saved console file. If you do not specify a console file, MMC opens a new console.

If the path to an MMC console file is in the system folder (for example, mmc c:\winnt\system32\console_name.msc), you can use the expandable data string %systemroot% to specify the location (mmc %systemroot%\system32\console_name.msc).

You can use %systemroot% to create a command line or shortcut that does not depend on the explicit location of a console file. This is useful if you are delegating tasks to people in your organization who are working on different computers.

/a

Opens MMC or a saved console in author mode. Used to make changes to saved consoles or to create new consoles. When MMC is started with this option, all console files are opened in author mode, even when the default mode for a file is user mode. This does not change the default mode setting for a file. When you omit this option, MMC opens console files according to their default mode settings.

/s

Prevents display of the splash screen that normally appears when MMC starts. If you are using Windows 2000, this option is unnecessary when you open a saved console file.

To set MMC console options

  1. Open a saved MMC console.
  2. On the Console menu, click Options, and do the following:

To save an MMC console file