Mayank Desai's CCNA Notes

   

Managing a Cisco Router

Router Internals

Router Components
Component Location Description
Bootstrap stored in microcode in ROM Boots router and loads IOS
P.O.S.T. stored in microcode in ROM Checks basic functionality of router hardware and determines which interfaces are present
ROM Monitor stored in microcode in ROM Used for manufacturer testing and troubleshooting
Mini IOS stored in microcode in ROM Also called RXBOOT or bootloader, Small IOS in ROM can be used to bring up an interface and load a Cisco IOS into flash memory
RAM hardware Holds packet buffers, routing tables, software and data structures that allow the router to function. running-config is stored in RAM. IOS can be run from here on some routers
ROM hardware Used to start and maintain the router
Flash memory hardware Used to store the IOS. Not erased when the router is reloaded. An EEPROM chip.
NVRAM hardware Used to hold router or switch configuration. Not erased when the router or switch is reloaded. (holds startup-config) usually 32K in size.
Configuration Register in NVRAM Controls how the router boots

Backing Up and Restoring Cisco IOSs

Before upgrading or restoring an IOS, you should backup the current version to a TFTP server.  By default Flash memory is used to store the Cisco IOS.

Verify Flash
   Router3>en
   Router3#show flash
   File  Length   Name/status
     1   10218508  /c2500-js-l_120-8.bin
   [10316471 bytes used, 6460745 available, 16777216 total]
   16384K bytes of processor board System flash (Read ONLY)
The last line shows the amount of flash memory on board (16384K bytes of processor board System flash) Filename for this IOS is c2500-js-l_120-8.bin

Filename Explained
c2500 Platform
j Enterprise image
s File contains extended capabilities
l Indicates file may be moved, not compressed
120-8 Revision number
.bin Executable binary file


Backup IOS

Use the show version command to determine the version of the IOS on the router and the filename of the image, you already got the size of flash from the previous command.

   Router_1#show version
   ROM: System Bootstrap, Version 12.0, RELEASE SOFTWARE
   BOOTFLASH: 3000 Bootstrap Software (IGS-BOOT-R), Version 11.0(10c)XB1, 
   RELEASE SOFTWARE (fc1)

   Router_1 uptime is 11 minutes
   System restarted by power-on
   System image file is c2500-js-1_120-8.bin, booted via flash

   Bridging software.
   X.25 software, Version 3.0.0.
   1 Ethernet/IEEE 802.3 interface(s)
   2 Serial network interface(s)
   32K bytes of non-volatile configuration memory.
   8192K bytes of processor board System flash (Read ONLY)

   Configuration register is 0x2102

   Router_1#

Use the following command to copy the IOS from flash to a TFTP server:

   Router3#copy flash tftp
   System flash directory:
   File  Length   Name/status
      1   6078548  c2500-js-l_120-8.bin

   [6078612 bytes used, 2309996 available, 8388608 total]
   Address or name of remote host [255.255.255.255]? 192.168.1.70
   Source file name? c2500-js-l_120-8.bin
   Destination file name [c2500-js-l_120-8.bin]?
   Verifying checksum for 'c2500-js-l_120-8.bin' (file # 1)...  OK
   Copy 'c2500-js-l_120-8.bin' from Flash to server
   as 'c2500-js-l_120-8.bin'? [yes/no]yes
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
                      [cut for brevity]
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

   Upload to server done
   Flash copy took 0:01:44 [hh:mm:ss]

TFTP doesn't allow directory browsing or user authentication, so the file is put in the default directory of the TFTP server.

Restoring or Upgrading the IOS

Restoring from a TFTP server.

Make sure that file is in the TFTP's default directory (you won't be prompted for the directory from the TFTP server, you have to know where it is).

   Router3#copy tftp flash

                            ****  NOTICE  ****
   Flash load helper v1.0
   This process will accept the copy options and then terminate
   the current system image to use the ROM based image for the copy.
   Routing functionality will not be available during that time.
   If you are logged in via telnet, this connection will terminate.
   Users with console access can see the results of the copy operation.
                            ---- ******** ----
   Proceed? [confirm]

The above tells you that the router must reboot.

   System flash directory:
   File  Length   Name/status
     1   6078548  c2500-js-l_120-8.bin

   [6078612 bytes used, 2309996 available, 8388608 total]
   Address or name of remote host [192.168.1.70]? 192.168.1.70

If you've used a TFTP server before, it will use it as the default choice.

The next prompt is for the source filename, which must be in the TFTP's root directory.

   Source file name? c2500-js-l_120-8.bin
   Destination file name [c2500-d-l_113-5.bin]?
   Accessing file 'c2500-d-l_113-5.bin' on 192.168.1.70...
   Loading 'c2500-js-l_120-8.bin' from 192.168.1.70 (via Ethernet0): ! [OK]

Next you are prompted three times to confirm that the current flash file will be erased, you will be prompted to backup the running-config to startup-config if it has been changed since the router will reboot.

   Erase flash device before writing? [confirm]
   Flash contains files. Are you sure you want to erase? [confirm]
   
   System Configuration has been modified. Save? [yes/no]: yes
   Building configuration...
   [OK]
   Copy 'c2500-js-l_120-8.bin' from server
   as 'c2500-js-l_120-8.bin' into Flash WITH erase? [yes/no]yes

Router reboots and loads the Mini IOS from ROM in order to erase the flash since the flash can't be erased while it's in use.

   %SYS-5-RELOAD: Reload Requested
   %FLH: c2500-js-l_120-8.bin from 192.168.1.70 to flash ...
   System flash directory:
   File  Length   Name/status
     1   6078548  c2500-js-l_120-8.bin
   [8121064 bytes used, 8656152 available, 16777216 total]
   Accessing file 'c2500-js-l_120-8.bin' on 192.168.1.70...
   Loading c2500-js-l_120-8.bin from 192.168.1.70 (via Ethernet0): ! [OK]

New file is copied

   Erasing device... eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
   eeeeeeeeeeeeeeeeeeeeee
   Loading c2500-js-l_120-8.bin from 192.168.1.70 (via Ethernet0):
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
                           [output cut for brevity]
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

After copy

   [OK 10935532/16777216 bytes]
   
   Verifying checksum... OK (0x2E3A)
   Flash copy took 0:05:45 [hh:mm:ss]
   %FLH: Re-booting system after download

Router reboots and new IOS is used

Reload the Router

After upgrading the IOS, you will have to reload the router to use the new software.  Note that some routers reboot automatically when you copy a new version of software to the router if it doesn't, use the following command.

   Router_2#reload
   Proceed with reload? [confirm] yes
   %SYS-5-RELOAD: Reload requested 

Backing Up and Restoring System Configuration

Any changes made to the router configuration are stored in running-config, copying the running-config to the startup-config in NVRAM will ensure that changes made to the system configuration are saved in the event that the router is reloaded.  Use the following command to save configuration changes.

   Router#copy running-config startup-config
   Building configuration...
   [OK]  
   
   Router#
Copying running-config to TFTP

Copying the running-config to a TFTP server allows you to maintain a second copy in the event that you make irreversible errors to running-config and startup-config.  Use the following command and answer the questions such as server's IP address and destination filename.

   Router_2#copy running-config tftp 
   Remote host []? 192.168.1.70
   Name of configuration file to write [router-confg]?  < Enter > 
   Write file router-confg on host 192.168.1.70? [confirm]  < Enter > 
   Building configuration...
   Writing router-confg !!!!!!!!!!!!!!!!!!!!!![OK]
Restoring Configuration Files

If you've made changes to the running-config, the easiest way to undo all of the changes is to copy the startup-config to the running-config.  Providing, of course, that you haven't saved any of the changes you want to get rid of.  If you saved changes to the startup-config, you can load a config file from a TFTP server as long as you remembered to back it up before making changes.

From startup
To restore the startup-config file from NVRAM to the running-config in RAM use the following command and note that running-config will be overwritten with the startup-config file information.

   Router3#copy startup-config runnning-config
   
From TFTP
You can also restore the running-config file from a TFTP server, providing that you have backed it up there.

   Router_2#copy tftp running-config 
   Host or network configuration file [host]? < Enter > 
   Address of remote host [255.255.255.255]? 192.168.1.70
   Name of configuration file [router-confg]? router-confg 
   Configure using router-confg from 192.168.1.70 [confirm]? < Enter > 
   Loading router-confg from 192.168.1.70 (via serial 0)  !!!!!!
   [OK - 882/32723]
   
Erasing the Configuration

Use the following command to erase the startup file and enter setup mode whenever the router is reloaded.

   Router_2#erase startup-config
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