Use Management Consoles Flashcards
Lesson 11A
Microsoft Management Consoles (MMCs)
provide a standard interface for advanced
configuration and management of Windows desktops and servers.
Device Manager (devmgmt.msc)
allows you to view and edit the properties
of installed hardware.
Disk Management (diskmgmt.msc)
console displays a summary of any
fixed and removable disks—hard disk drives (HDDs), solid state drives (SSDs), and
optical drives—attached to the system.
hard drive
partition
is a logical section of storage space that acts like a separate, independent drive.
volume
is a logical storage area that’s a part of a physical disk and can be made up of one or more partitions.
Disk management console
Disk 0
- system volume-used boot OS, called extensible firmware interface (EFI).
- boot volume-Operating system files(drive C)
- Recovery partitions-factorystate (recovery) vendor or Microsoft’s Windows Recovery Environment (WinRE)
Disk Management console supports
- Initializing disks- (MBR),(GUID),(GPT) how it’s stored.
- Partitioning- allocating disk space
- Formatting- file system: NTFS/FAT32
- Repartitioning- editing disk space
- Configuring dynamic disks- use multiple devices to implement RAID.
Disk Maintenance Tools
*Fragmentation— non-contiguous clusters, reducing read performance.
* Capacity—boot volume has less than 20% free space, performance can be impaired.
* Damage—If the disk does not
recognize that a sector is damaged, files can become corrupted, by heat, power cut, impacts.
Defragment and Optimize Drives tool (dfrgui.exe)
Can be done weekly:
* HDD-rewrites file data so that it occupies contiguous clusters
* SSD-stored in blocks that is TRIM by optimizer tool
Task Scheduler
Windows can automatically schedules the disk optimizer to run
Disk Clean-up (cleanmgr.exe)
tool tracks files that can be safely erased to reclaim disk space and can reclaimed by recyclable bin/cache/ temp files.
Task Scheduler (tasksch.msc)
Windows’s processes come with predefined schedules
Local Users and Groups (lusrmgr.msc)
provides an advanced interface for creating, modifying, disabling, reset passwords, permissions and deleting user accounts.
Certificate Manager console (certmgr.msc)
shows which certificates have been installed/ provides a mechanism for requesting/
importing new certificates.
Certificate Manager
digital certificate
means of proving the identity of a subject, such as a user, computer, or service.
Certificate Manager
certification authority (CA)
The validity of each certificate is guaranteed by the issuing
Encryption
Certificate Manager Subfolders
- Personal folder-stores the certificates that have been issued to the user account.
- Trusted Root Certification-Authorities contains a superset of the certificates of
all issuers that are trusted - Third-party Root Certification-contains trusted issuers from providers other than Microsoft or a local enterprise.
Group Policy Editor (gpedit.msc)
is a Microsoft tool that allows administrators to configure settings for users and computers. These settings are called Group Policy Objects (GPOs).
Registry Editor (regedit.exe)
Windows registry provides a remotely accessible database for storing operating
system, device, and software application configuration information.
registry
is structured as a set of five root keys that contain computer and user databases.
Registry Keys
- HKEY_LOCAL_MACHINE (HKLM)-governs system-wide settings.
- HKEY_USERS-individual user profiles.
- HKEY_CURRENT_USER-settings for logged in user.
- ETC
registry database is stored in binary files called
hives
A hive comprises
- single file (with no extension),
- .LOG file (containing a transaction log)
- a .SAV file (a copy of the key as it was at the end of setup).
- .ALT backup file
hive (registry database)
C:\Windows\System32\Config
folder
Most of these hive files are stored in the
Hive (regristry database)
(NTUSER.DAT)
hive file for each user profile
Microsoft Management Console (MMC)
allows you to perform MMC customization and create a console with a personal selection of snap-ins. Ex. Device manage/Group policy are snap-ins.