Mayank Desai's CCNA Notes

   
 

Configuration Register

Routers use a 16-bit software configuration register, with which you can set specific system parameters. Settings for the software configuration register are written into nonvolatile random access memory (NVRAM).

Some reasons for changing the software configuration register settings are as follows:
  • To set and display the configuration register value
  • To force the system into the ROM monitor or boot ROM
  • To select a boot source and default boot filename
  • To enable or disable the Break function
  • To control broadcast addresses
  • To set the console terminal baud rate
  • To load operating software from Flash memory
  • To enable booting from a Trivial File Transfer Protocol (TFTP) server
  • To recover a lost password
  • To manually boot the system using the boot command at the bootstrap program prompt.
  • To force the switch router to boot automatically from the system bootstrap software (boot image) or from its default system image in onboard Flash memory, and read any boot system commands that are stored in the configuration file in NVRAM

Boot Field

Config Register # 2 1 0 2
Bit Number 15 14 13 12    11 10 9 8    7 6 5 4    3 2 1 0   
Binary 0    0    1    0    0    0   0 1    0 0 0 0    0 0 1 0   

The lowest four bits of the configuration register (bits 3, 2, 1, and 0) form the boot field. The order in which the switch/router looks for system bootstrap information depends on the boot field setting in the configuration register.

When the boot field is set to either 0 or 1 (0-0-0-0 or 0-0-0-1), the system ignores any boot instructions in the system configuration file and the following occurs:

  • When the boot field is set to 1 (the factory default), you will boot from an IOS image stored in ROM.
  • When the boot field is set to 0, you must boot the operating system manually by giving a boot command to the system bootstrap program, or ROM monitor.

Boot Command

You can enter the boot command only, or include additional boot instructions with the command, such as the name of a file stored in Flash memory or a file that you specify for booting from a network tftp server.

If you use the boot command without specifying a file or any other boot instructions, the system boots from the default Flash image (the first image in onboard Flash memory).  Otherwise, you can instruct the system to boot from a specific Flash image (using the boot system flash filename command), or boot from a network server by sending broadcast TFTP requests (using the boot system filename command), or by sending a direct TFTP request to a specific server (using the boot system filename ip address command).

You can also use the boot command to boot images stored in the Personal Computer Memory Card International Association (PCMCIA) Flash memory cards in the route processor.  If you set the boot field to any bit pattern other than 0 or 1, the system uses the resulting number to form a filename for booting over the network.  The system uses the filename to invoke the system image by booting over the net.  However, if the configuration file contains any boot instructions, the system uses those boot instructions instead of the filename it computed from the configuration register settings.

You must set the boot field for the boot functions you require.  For more detailed information on the software configuration register features, refer to the following sections.

Changing the Software Configuration Register

Settings for the software configuration register are written into NVRAM.  The factory default value for Cisco router is 0x2102.

You can change the default configuration register setting with the enabled config-mode command config-register.  Use a hexadecimal number as the argument to this command.  For example, the command

   Router(config)# config-register 0x2100

configures the router to boot to ROM monitor mode.

A Summary of Boot Tasks and Their Register Values

To change the boot field and leave all the other bits set to their default values, follow these guidelines:

  • To enter the ROM monitor (primarily a programmer's environment), set the configuration register value to 0x2100.  This value sets the boot field bits to 0-0-0-0.
From the ROM monitor, boot the operating system manually by issuing the boot command at the ROM monitor prompt.
  • To boot the system automatically from ROM, set the configuration register to 0x2101. This value sets the boot field bits to 0-0-0-1.
  • To configure the system to use the boot system commands in NVRAM, set the configuration register to any value from 0x2102 to 0x210F.  These values set the boot field bits to 0-0-1-0 through 1-1-1-1.
Software Configuration Register
Bit Number Hexadecimal Meaning
00 to 03 0x0000 to 0x000F Boot field
06 0x0040 Causes system software to ignore NVRAM contents
07 0x0080 OEM bit enabled
08 0x0100 Break disabled
09 0x0200 Use secondary bootstrap
10 0x0400 IP broadcast with all zeros
11 to 12 0x0800 to 0x1000 Console line speed (default is 9600 baud)
13 0x2000 Boot default Flash software if network boot fails
14 0x4000 IP broadcasts do not have network numbers
15 0x8000 Enable diagnostic messages and ignore NVRAM contents

Configuration Register Boot Field
Boot Field Meaning Used For:
00 ROM monitor mode To boot to ROM monitor mode, set the configuration register to 2100. You must then manually boot the router with the b command. The router will show a rommon> prompt.
01 Boot image from ROM To boot an IOS image stored in ROM, set the configuration register to 2101. The router will show the router(boot)> prompt.
02 to 0F Specifies a default boot filename Any value from 2102 to 210F tells the router to use the boot commands specified in NVRAM.

Understanding the Boot Field Commands

The lowest four bits of the software configuration register (bits 3, 2, 1, and 0) form the boot field.  The boot field specifies a number in binary form which you have to convert to Hexadecimal to use in the configuration register.  If you set the boot field value to 0, you must boot the operating system manually by entering the boot command at the bootstrap prompt ( either > or for newer platforms rommon> ).

Definitions of the Boot Command Options
Command Function
boot Boots the default system software from Flash memory.
boot flash [filename] Boots the first file in onboard Flash memory. The optional filename argument is the name of the system image file to boot from onboard Flash memory.
boot filename [ip address] Boots from server host using TFTP. IP address of the TFTP server on which the system image resides. If omitted, this value defaults to the IP broadcast address of 255.255.255.255

Changing Register Settings While Running System Software

To change the configuration register while running the system software, follow these steps:

Step 1 At the privileged EXEC prompt (Router#), enter the configure terminal command to enter global configuration mode.

   Router#configure terminal
   Router(config)#

Step 2 Set the contents of the configuration register by entering the config-register value configuration command, where value is a hexadecimal number preceded by 0x as in the following example:

   Router(config)# config-register 0x2142

Step 3 Press Ctrl-Z to exit Global Configuration mode.

Step 4 Display the current configuration register value, which will be used at the next system reload, by entering the show version command.

The value is displayed on the last line of the screen display, as in the following example:

   Configuration register is 0x2102 (will be 0x2142 at next reload)

Step 5 Restart the router.

Changes to the configuration register take effect only when the system reloads.

   Router# reload
   Proceed with reload? [confirm]
   %SYS-5-RELOAD: Reload Requested
Back | home
 |CCNA Notes | MCSE Notes| Home

Managing and Maintaining a Microsoft Windows Server 2003 Environment

Using an Unattended Answer File, MCSE Boot Camp for MCSE Certification join MCSE Bootcamp Training MCSE

Using the System Preparation Tool, MCSE Boot Camp for MCSE Certification join MCSE Bootcamp Training MCSE

Using Remote Installation Services, MCSE Boot Camp for MCSE Certification join MCSE Bootcamp Training MCSE

Windows Server 2003 Licensing, MCSE Boot Camp for MCSE Certification join MCSE Bootcamp Training MCSE

Software Installation and Maintenance Technology, MCSE Boot Camp for MCSE Certification join MCSE Bootcamp Training MCSE

Acquiring and Modifying Software Packages, MCSE Boot Camp for MCSE Certification join MCSE Bootcamp Training MCSE

Deploying Software Packages, MCSE Boot Camp for MCSE Certification join MCSE Bootcamp Training MCSE

Assigning Software Packages, MCSE Boot Camp for MCSE Certification join MCSE Bootcamp Training MCSE

Publishing Software Packages, MCSE Boot Camp for MCSE Certification join MCSE Bootcamp Training MCSE

Deploying .zap Files, MCSE Boot Camp for MCSE Certification join MCSE Bootcamp Training MCSE

Upgrading Software, MCSE Boot Camp for MCSE Certification join MCSE Bootcamp Training MCSE

Mandatory Upgrades, MCSE Boot Camp for MCSE Certification join MCSE Bootcamp Training MCSE

Optional Upgrades, MCSE Boot Camp for MCSE Certification join MCSE Bootcamp Training MCSE

Redeploying Software, MCSE Boot Camp for MCSE Certification join MCSE Bootcamp Training MCSE

Removing or Disabling Software, MCSE Boot Camp for MCSE Certification join MCSE Bootcamp Training MCSE

Deploying Service Packs and Hotfixes, MCSE Boot Camp for MCSE Certification join MCSE Bootcamp Training MCSE

Installing Service Packs and Hotfixes, MCSE Boot Camp for MCSE Certification join MCSE Bootcamp Training MCSE

Removing a Service Pack or Hotfix, MCSE Boot Camp for MCSE Certification join MCSE Bootcamp Training MCSE

Slipstreaming Service Packs and Hotfixes, MCSE Boot Camp for MCSE Certification join MCSE Bootcamp Training MCSE

Adding Service Packs and Hotfixes to a Network Installation Share, MCSE Boot Camp for MCSE Certification join MCSE Bootcamp Training MCSE

Installing Multiple Hotfixes, MCSE Boot Camp for MCSE Certification join MCSE Bootcamp Training MCSE

Microsoft Software Update Services, MCSE Boot Camp for MCSE Certification join MCSE Bootcamp Training MCSE

Windows Update, MCSE Boot Camp for MCSE Certification join MCSE Bootcamp Training MCSE

Windows Update Catalog, MCSE Boot Camp for MCSE Certification join MCSE Bootcamp Training MCSE

Automatic Updates, MCSE Boot Camp for MCSE Certification join MCSE Bootcamp Training MCSE

Software Update Services, MCSE Boot Camp for MCSE Certification join MCSE Bootcamp Training MCSE

The Windows Server 2003 Boot Process, MCSE Boot Camp for MCSE Certification join MCSE Bootcamp Training MCSE

Preboot Sequence, MCSE Boot Camp for MCSE Certification join MCSE Bootcamp Training MCSE

Boot Sequence, MCSE Boot Camp for MCSE Certification join MCSE Bootcamp Training MCSE

Kernel Load, MCSE Boot Camp for MCSE Certification MCSE Bootcamp Training MCSE

Kernel Initialization, MCSE Boot Camp for MCSE Certification MCSE Bootcamp Training MCSE

The Session Manager, MCSE Boot Camp for MCSE Certification MCSE Bootcamp Training MCSE

MCSE Boot Camp for MCSE Certification MCSE Bootcamp Training MCSE, The Boot.ini File

Components of the Boot.ini File, MCSE Boot Camp for MCSE Certification MCSE Bootcamp Training MCSE

Computing (ARC) paths pointing to the computer's boot partition, MCSE Boot Camp for MCSE Certification MCSE Bootcamp Training MCSE

Boot.ini Switches, MCSE Boot Camp for MCSE Certification MCSE Bootcamp Training MCSE

Advanced Boot Options, MCSE Boot Camp for MCSE Certification MCSE Bootcamp Training MCSE

The Recovery Console, MCSE Boot Camp for MCSE Certification MCSE Bootcamp Training MCSE

Installing and Starting the Recovery Console, MCSE Boot Camp for MCSE Certification MCSE Bootcamp Training MCSE

Using the Recovery Console, MCSE Boot Camp for MCSE Certification MCSE Bootcamp Training MCSE

Installing New Hardware, MCSE Boot Camp for MCSE Certification MCSE Bootcamp Training MCSE

Using Driver Signing, MCSE Boot Camp for MCSE Certification MCSE Bootcamp Training MCSE

Configuring Driver Signing, MCSE Boot Camp for MCSE Certification MCSE Bootcamp Training MCSE

The File Signature Verification Utility, MCSE Boot Camp for MCSE Certification MCSE Training Bootcamp

Configuring Hard Disks, MCSE Boot Camp for MCSE Certification MCSE Training Bootcamp

Converting to Dynamic Disk Status, MCSE Boot Camp for MCSE Certification MCSE Training Bootcamp

Creating Simple Volumes, MCSE Boot Camp for MCSE Certification MCSE Training Bootcamp

Creating Spanned Volumes, MCSE Boot Camp for MCSE Certification MCSE Training Bootcamp

Creating Striped Volumes, MCSE Boot Camp for MCSE Certification MCSE Training Bootcamp

Creating Mirrored Volumes, MCSE Boot Camp for MCSE Certification MCSE Training Bootcamp

Creating Striped Volumes with Parity RAID-5 Volumes, MCSE Boot Camp for MCSE Certification MCSE Training Bootcamp

Configuring File Systems, MCSE Boot Camp for MCSE Certification MCSE Training Bootcamp

Encrypting File System (EFS), MCSE Boot Camp for MCSE Certification MCSE Training Bootcamp

Encrypting Files Across the Network, MCSE Boot Camp for MCSE Certification MCSE Training Bootcamp

Encrypted File Recovery, MCSE Boot Camp for MCSE Certification MCSE Training Bootcamp

Volume Mounting, MCSE Boot Camp for MCSE Certification MCSE Training Bootcamp

File Compression, MCSE Boot Camp for MCSE Certification MCSE Training Bootcamp

Copying and Moving Compressed Files and Folders, MCSE Boot Camp for MCSE Certification MCSE Training Bootcamp

Defragmenting Volumes and Partitions, MCSE Boot Camp for MCSE Certification MCSE Training Bootcamp

Backing Up and Restoring Data, MCSE Boot Camp for MCSE Certification MCSE Training Bootcamp

Backup Types, MCSE Boot Camp for MCSE Certification MCSE Training Bootcamp

Backing Up System State Data, MCSE Boot Camp for MCSE Certification MCSE Training Bootcamp

Restoring Files and Folders, MCSE Boot Camp for MCSE Certification MCSE Training Bootcamp

Restoring Active Directory Directory Services, MCSE Boot Camp for MCSE Certification MCSE Training Bootcamp

Failed Domain Controllers, MCSE Boot Camp for MCSE Certification MCSE Training Bootcamp

Damaged Active Directory Databases, MCSE Boot Camp for MCSE Certification MCSE Training Bootcamp

Authoritative Restores, MCSE Boot Camp for MCSE Certification MCSE Training Bootcamp

Automated System Recovery, MCSE Boot Camp for MCSE Certification MCSE Training Bootcamp

Adding Additional CPUs, MCSE Boot Camp for MCSE Certification MCSE Training Bootcamp

Adding Removable Media Drives, MCSE Boot Camp for MCSE Certification MCSE Training Bootcamp

Peer-to-Peer networks, MCSE Boot Camp for MCSE Certification MCSE Training Bootcamp

Creating Network Connections, MCSE Boot Camp for MCSE Certification MCSE Training Bootcamp

Automatic IP Addressing, MCSE Boot Camp for MCSE Certification MCSE Training Bootcamp

DHCP Addressing, MCSE Boot Camp for MCSE Certification MCSE Training Bootcamp

Name Resolution, MCSE Boot Camp for MCSE Certification MCSE Training Bootcamp

NetBIOS Name Resolution, MCSE Boot Camp for MCSE Certification MCSE Training Bootcamp

Host Name Resolution, MCSE Boot Camp for MCSE Certification MCSE Training Bootcamp

Domain Name Space, MCSE Boot Camp for MCSE Certification MCSE Training Bootcamp

DNS Zones, MCSE Boot Camp for MCSE Certification MCSE Training Bootcamp

Active Directory Integrated Stores, MCSE Boot Camp for MCSE Certification MCSE Training Bootcamp

Windows Server 2003 network, MCSE Boot Camp for MCSE Certification MCSE Training Bootcamp

Active Directory Support for Client Computers, MCSE Boot Camp for MCSE Certification MCSE Training Bootcamp

Contiguous namespace. The name of the child object in an object hierarchy, MCSE Boot Camp for MCSE Certification MCSE Training Bootcamp

Domain Controllers, MCSE Boot Camp for MCSE Certification MCSE Training Bootcamp

Domain Functional Levels, MCSE Boot Camp for MCSE Certification MCSE Training Bootcamp

Controlling Access to Active Directory Objects, MCSE Boot Camp for MCSE Certification MCSE Training Bootcamp

Delegating Administrative Control, MCSE Boot Camp for MCSE Certification MCSE Training Bootcamp

Publishing Resources, MCSE Boot Camp for MCSE Certification MCSE Training Bootcamp

Setting Up and Managing Published Printers, MCSE Boot Camp for MCSE Certification MCSE Training Bootcamp

Installing Printer Drivers, MCSE Boot Camp for MCSE Certification MCSE Training Bootcamp

Setting Up and Managing Published Shared Folders, MCSE Boot Camp for MCSE Certification MCSE Training Bootcamp

Auditing Access to Active Directory Objects, MCSE Boot Camp for MCSE Certification MCSE Training Bootcamp

Microsoft Internet Information Services, MCSE Boot Camp for MCSE Certification MCSE Training Bootcamp

deploying IIS on multiple servers, MCSE Boot Camp for MCSE Certification MCSE Training Bootcamp

Using Configure Your Server Wizard and Add or Remove Programs to Install IIS, MCSE Boot Camp training for MCSE Certification MCSE

Unattended Installation, MCSE Boot Camp training for MCSE Certification MCSE

Defining Home Directories, MCSE Boot Camp training for MCSE Certification MCSE

Virtual Directories, MCSE Boot Camp training for MCSE Certification MCSE

Hosting Multiple Web Sites, MCSE Boot Camp training for MCSE Certification MCSE

Enabling Web Service Extensions, MCSE Boot Camp training for MCSE Certification MCSE

Managing IIS 6.0, MCSE Boot Camp training for MCSE Certification MCSE

Process Accounting, MCSE Boot Camp training for MCSE Certification MCSE

Backing Up and Restoring IIS, MCSE Boot Camp training for MCSE Certification MCSE

Distributed File System, MCSE Boot Camp training for MCSE Certification MCSE

Security, MCSE Boot Camp training for MCSE Certification MCSE

Authentication, MCSE Boot Camp training for MCSE Certification MCSE

Controlling Access, MCSE Boot Camp training for MCSE Certification MCSE

Encryption, MCSE Boot Camp training for MCSE Certification MCSE

Using Scripting to Manage Website Content, MCSE Boot Camp training for MCSE Certification MCSE

Reroute Requests with Redirects, MCSE Boot Camp training for MCSE Certification MCSE

Operators Group, MCSE Boot Camp training for MCSE Certification MCSE

Administering Sites Remotely, MCSE Boot Camp training for MCSE Certification MCSE

Terminal Services, MCSE Boot Camp training for MCSE Certification MCSE

Terminal Services Components, MCSE Boot Camp training for MCSE Certification MCSE

Remote Desktop for Administration, MCSE Boot Camp training for MCSE Certification MCSE

Web-Based Administration, MCSE Boot Camp training for MCSE Certification MCSE

Remote Assistance, MCSE Boot Camp training for MCSE Certification MCSE

Requesting Assistance, MCSE Boot Camp training for MCSE Certification MCSE

Using Windows Messenger to Request Assistance, MCSE Boot Camp training for MCSE Certification MCSE

Using E-Mail to Request Assistance, MCSE Boot Camp training for MCSE Certification MCSE

Using a Saved File to Request Assistance, MCSE Boot Camp training for MCSE Certification MCSE

Terminal Server Role, MCSE Boot Camp training for MCSE Certification MCSE

Installing the Terminal Services Role, MCSE Boot Camp training for MCSE Certification MCSE

Installing Terminal Server Licensing, MCSE Boot Camp training for MCSE Certification MCSE

Installing Applications for Terminal Services, MCSE Boot Camp training for MCSE Certification MCSE

Client Software and Installation, MCSE Boot Camp training for MCSE Certification MCSE

Connecting to Terminal Services, MCSE Boot Camp training for MCSE Certification MCSE

The Remote Desktop Connection Utility, MCSE Boot Camp training for MCSE Certification MCSE

The Remote Desktops Snap-In, MCSE Boot Camp training for MCSE Certification MCSE

Administering Terminal Services, MCSE Boot Camp training for MCSE Certification MCSE

Troubleshooting Terminal Services, MCSE Boot Camp training for MCSE Certification MCSE

Automatic Logon, MCSE Boot Camp training for MCSE Certification MCSE

Initial Program Launching, MCSE Boot Camp training for MCSE Certification MCSE

License Problems, MCSE Boot Camp training for MCSE Certification MCSE

Creating and Managing User and Computer Accounts, MCSE Boot Camp training for MCSE Certification MCSE

Local User Accounts, MCSE Boot Camp training for MCSE Certification MCSE

Domain User Accounts, MCSE Boot Camp training for MCSE Certification MCSE

Built-In User Accounts, MCSE Boot Camp training for MCSE Certification MCSE

Administrator - MCSE Boot Camps, MCSE Boot Camp training for MCSE Certification MCSE

Guest, MCSE Boot Camp training for MCSE Certification MCSE

Help Assistant, MCSE Boot Camp training for MCSE Certification MCSE

Support_388945a0 account credentials instead of the users credentials to perform specific administrative, MCSE Boot Camp training for MCSE Certification MCSE

Computer Accounts, MCSE Boot Camp training for MCSE Certification MCSE

Creating Computer Accounts, MCSE Boot Camp training for MCSE Certification MCSE

Creating Local User Accounts, MCSE Boot Camp training for MCSE Certification MCSE

Creating Domain User Accounts, MCSE Boot Camp training for MCSE Certification MCSE

Copying Domain User Accounts, MCSE Boot Camp training for MCSE Certification MCSE

Modifying User Accounts and Computer Accounts, MCSE Boot Camp training for MCSE Certification MCSE

Group Accounts, MCSE Boot Camp training for MCSE Certification MCSE

Group Scope, MCSE Boot Camp training for MCSE Certification MCSE

Group Nesting, MCSE Boot Camp training for MCSE Certification MCSE

Creating Groups, MCSE Boot Camp training for MCSE Certification MCSE

Adding a User to a Group, MCSE Boot Camp training for MCSE Certification MCSE

Configuring Password Policy, MCSE Boot Camp training for MCSE Certification MCSE

Configuring Account Lockout Policy, MCSE Boot Camp training for MCSE Certification MCSE

Managing User Data, MCSE Boot Camp training for MCSE Certification MCSE

Using User Profiles, MCSE Boot Camp training for MCSE Certification MCSE

Roaming User Profiles, MCSE Boot Camp training for MCSE Certification MCSE

Mandatory User Profiles, MCSE Boot Camp training for MCSE Certification MCSE

Group Policy Objects, MCSE Boot Camp training for MCSE Certification MCSE

Group Policy Settings for Computers and Users, MCSE Boot Camp training for MCSE Certification MCSE

Linking Group Policy Objects, MCSE Boot Camp training for MCSE Certification MCSE

Group Policy Inheritance, MCSE Boot Camp training for MCSE Certification MCSE

Order of Application, MCSE Boot Camp training for MCSE Certification MCSE

Controlling the Processing of Group Policy, MCSE Boot Camp training for MCSE Certification MCSE

Refreshing Group Policy at Established Intervals, MCSE Boot Camp training for MCSE Certification MCSE

Resolving Conflicts Between Group Policy Settings, MCSE Boot Camp training for MCSE Certification MCSE

Managing user environment, MCSE Boot Camp training for MCSE Certification MCSE

Administrative Templates, MCSE Boot Camp training for MCSE Certification MCSE

Desktop Security Settings, MCSE Boot Camp training for MCSE Certification MCSE

Group Policy Script Settings, MCSE Boot Camp training for MCSE Certification MCSE

Folder Redirection, MCSE Boot Camp training for MCSE Certification MCSE

Software Deployment, MCSE Boot Camp training for MCSE Certification MCSE

Controlling Access to Network Resources, MCSE Boot Camp training for MCSE Certification MCSE

NTFS Folder Permissions, MCSE Boot Camp training for MCSE Certification MCSE

NTFS File Permissions, MCSE Boot Camp training for MCSE Certification MCSE

Multiple NTFS Permissions, MCSE Boot Camp training for MCSE Certification MCSE

Cumulative Permissions, MCSE Boot Camp training for MCSE Certification MCSE

The Deny Permission, MCSE Boot Camp training for MCSE Certification MCSE

NTFS Permissions Inheritance, MCSE Boot Camp training for MCSE Certification MCSE

Assigning Special Access Permissions, MCSE Boot Camp training for MCSE Certification MCSE

Changing Permissions, MCSE Boot Camp training for MCSE Certification MCSE

Taking Ownership, MCSE Boot Camp training for MCSE Certification MCSE

Copying and Moving Files and Folders, MCSE Boot Camp training for MCSE Certification MCSE

Troubleshooting NTFS Permission Problems, MCSE Boot Camp training for MCSE Certification MCSE

Shared Folder Permissions, MCSE Boot Camp training for MCSE Certification MCSE

Combining Shared Folder Permissions and NTFS Permissions, MCSE Boot Camp training for MCSE Certification MCSE

Monitoring Network Resources, MCSE Boot Camp training for MCSE Certification MCSE

Monitoring Access to Shared Folders, MCSE Boot Camp training for MCSE Certification MCSE

Monitoring Shared Folders, MCSE Boot Camp training for MCSE Certification MCSE

Modifying Shared Folder Properties, MCSE Boot Camp training for MCSE Certification MCSE

Monitoring Open Files, MCSE Boot Camp training for MCSE Certification MCSE

Disconnecting Users from Open Files, MCSE Boot Camp training for MCSE Certification MCSE

Monitoring Network Users, MCSE Boot Camp training for MCSE Certification MCSE

Monitoring User Sessions, MCSE Boot Camp training for MCSE Certification MCSE

Disconnecting Users, MCSE Boot Camp training for MCSE Certification MCSE

Auditing - mcse boot camp, MCSE Boot Camp training for MCSE Certification MCSE

Using an Audit Policy, MCSE Boot Camp training for MCSE Certification MCSE

Using Event Viewer to View Security Logs, MCSE Boot Camp training for MCSE Certification MCSE

Setting Up Auditing, MCSE Boot Camp training for MCSE Certification MCSE

Auditing Object Access win2003, MCSE Boot Camp training for MCSE Certification MCSE

Auditing Access to Files and Folders, MCSE Boot Camp training for MCSE Certification MCSE

Auditing Access to Printers, MCSE Boot Camp training for MCSE Certification MCSE

Using Event Viewer, MCSE Boot Camp training for MCSE Certification MCSE

Viewing Security Logs, MCSE Boot Camp training for MCSE Certification MCSE

Locating Events, MCSE Boot Camp training for MCSE Certification MCSE

Managing Audit Logs, MCSE Boot Camp training for MCSE Certification MCSE

Using Group Policy, MCSE Boot Camp training for MCSE Certification MCSE

The Shutdown Event Tracker, MCSE Boot Camp training for MCSE Certification MCSE

Monitoring System Performance, MCSE Boot Camp training for MCSE Certification MCSE

The System Monitor, MCSE Boot Camp training for MCSE Certification MCSE

Adding Performance Counters, MCSE Boot Camp training for MCSE Certification MCSE

Performance Logs and Alerts, MCSE Boot Camp training for MCSE Certification MCSE

Counter Logs and Tracer Logs, MCSE Boot Camp training for MCSE Certification MCSE

Alerts, MCSE Boot Camp training for MCSE Certification MCSE

Using Task Manager to Monitor Performance, MCSE Boot Camp training for MCSE Certification MCSE

Command-Line Monitoring Tools, MCSE Boot Camp training for MCSE Certification MCSE

The Logman Utility, MCSE Boot Camp training for MCSE Certification MCSE

The relog Utility, MCSE Boot Camp training for MCSE Certification MCSE

The typeperf Utility, MCSE Boot Camp training for MCSE Certification MCSE

Installing and Deploying Windows Server 2003, MCSE Boot Camp for MCSE Certification join MCSE Bootcamp Training MCSE

Installing Windows Server 2003 from a Network Share, MCSE Boot Camp for MCSE Certification join MCSE Bootcamp Training MCSE

Installing Windows Server 2003 from the CD-Rom, MCSE Boot Camp for MCSE Certification join MCSE Bootcamp Training MCSE

Performing an Unattended Installation, MCSE Boot Camp for MCSE Certification join MCSE Bootcamp Training MCSE

System Requirements, MCSE Boot Camp for MCSE Certification join MCSE Bootcamp Training MCSE