1.3 Given a scenario, apply appropriate Microsoft command line tools

Slides:



Advertisements
Similar presentations
Support for Windows 7 Chapter 2 Securing and Troubleshooting Windows 7.
Advertisements

SYSTEM ADMINISTRATION Chapter 19
Installing Windows XP Professional Using Attended Installation Slide 1 of 35Session 9 Ver. 1.0 CompTIA A+ Certification: A Comprehensive Approach for all.
Troubleshooting Windows. Failure to boot Is it hardware (OS not found)? Hard drive failure Is the system powered on? Is the power supply OK? Is the system.
Exploring the UNIX File System and File Security
Lesson 22 – Introduction to Linux Systems Administration.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment Chapter 12: Managing and Implementing Backups and Disaster Recovery.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment Chapter 9: Implementing and Using Group Policy.
TCP/IP Tools Lesson 5. Objectives Skills/ConceptsObjective Domain Description Objective Domain Number Using basic TCP/IP commands Understanding TCP/IP3.6.
Click to edit Master subtitle style Chapter 17: Troubleshooting Tools Instructor:
Complete CompTIA A+ Guide to PCs, 6e Chapter 11: Basic Operating Systems © 2014 Pearson IT Certification
Objectives  Understand the purpose of the superuser account  Outline the key features of the Linux desktops  Navigate through the menus  Getting help.
Embedded Programming and Robotics Lesson 13 Basic Linux 1.
Department of Computer Science.  Operating System is a set of software that controls and manages hardware and basic system operation of a computer. 
George Vordenbaum Systems Content Developer Global Support Automation Microsoft Corporation Exploring Windows XP Boot Options and Recovery Console George.
Ch 11 Managing System Reliability and Availability 1.
V Avon High School Tech Crew Agenda Old Business –Delete Files New Business –Week 10 Topics: Coming up: –Yearbook Picture: Feb 7 12:20PM.
1 Web Server Administration Chapter 3 Installing the Server.
Operating Systems Review. 5 Purposes of an Operating System Provide User Interface Communicate with Hardware Create and Manage a File System Network Support.
Chapter-4 Windows 2000 Professional Win2K Professional provides a very usable interface and was designed for use in the desktop PC. Microsoft server system.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 9: Implementing and Using Group Policy.
Help session: Unix basics Keith 9/9/2011. Login in Unix lab  User name: ug0xx Password: ece321 (initial)  The password will not be displayed on the.
Hacking Linux Systems.  Text Editors  vi, ex, pico, jove, GNU emacs  Shells  chs (C Shell), sh (Bourne Shell)  File navigation  cd, ls, cp, mv,
ITE 1 Chapter 5. Chapter 5 is a Large Chapter It has a great deal of useful information about operating systems. You will find this VERY helpful when.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 12: Managing and Implementing Backups and Disaster Recovery.
Hands-On Microsoft Windows Server 2008 Chapter 12 Managing System Reliability and Availability.
1 Web Server Administration Chapter 3 Installing the Server.
File Permissions. What are the three categories of users that apply to file permissions? Owner (or user) Group All others (public, world, others)
Chapter Two Exploring the UNIX File System and File Security.
INTRODUCTION TO LINUX Jacob Chan. GNU/Linux Consists of Linux kernel, GNU utilities, and open source and commercial applications Works like Unix –Multi-user.
14 Step-by-Step Instructions for an Upgrade Installation n Prepare for the installation Verify that all devices and applications are Windows 2000 compatible.
IST 222 Day 3. Homework for Today Take up homework and go over Go to Microsoft website and check out their hardware compatibility list.
Operating Systems Written by: Tim Keyser Georgia CTAE Resource Network 2010.
I T Essentials I Chapter 5 JEOPARDY Installing & UpgradingComputerBasicsErrorsServicePotpourri
Intro to Raspberry Pi A Southwest Florida Hackerspace Workshop Presented by: Russell Benzing & Eric Schiffli.
The Kernel At a high level, the kernel in an operating system serves as the bridge between applications and the actual data processing of the hardware.
Automating Installations by Using the Microsoft Windows 2000 Setup Manager Create setup scripts simply and easily. Create and modify answer files and UDFs.
Chapter 5e.  Upon completion of this chapter, you should be able to:  Find IP configuration settings on Windows & Linux  Troubleshoot IP configuration.
Windows Server 2003 { First Steps and Administration} Benedikt Riedel MCSE + Messaging
Using Linux Kaya Oğuz Room: 310.
ICAICT201A USE COMPUTER OPERATING SYSTEM. USING THE CONTROL PANEL The Control Panel contains many options for configuring your computer, including: adding.
Networking and firewall
Yep, you need to know this
Chapter Objectives In this chapter, you will learn:
Click to edit Master subtitle style
File permissions Operating systems I800
Troubleshooting ip Chapter 5e.
Create setup scripts simply and easily.
CompTIA Network+ N Authorized Cert Guide
Getting started with CentOS Linux
Introduction to Operating Systems
Preinstallation Tasks
Lab 1 introduction, debrief
Operating Systems Review
CONFIGURING HARDWARE DEVICE & START UP PROCESS
Exploring the UNIX File System and File Security
Working with the Command-Line Interfaced
Internet-of-Things (IoT)
Windows 7                      .
Unit 9 NT1330 Client-Server Networking II Date: 8/9/2016
Operating System Administration
Complete CompTIA A+ Guide to PCs, 6e
The Linux Command Line Chapter 9
Getting started with CentOS Linux
Working with Mac OS and Linux
Windows Server Administration Fundamentals
Troubleshooting ip Chapter 5e.
Command prompt OS Command Prompt (cmd.exe), the command-line interpreter on Windows operating systems + R Open the Run dialog box. Peymer Anatoly.
1.3 Given a scenario, apply appropriate Microsoft command line tools
Presentation transcript:

1.3 Given a scenario, apply appropriate Microsoft command line tools Advanced Command LINE EXAMS 901 & 902 4.4 Given a scenario, troubleshoot wired and wireless networks with appropriate tools 1.3 Given a scenario, apply appropriate Microsoft command line tools 1.4 Given a scenario, use appropriate Microsoft operating system features and tools 2.1 Identify common features and functionality of the Mac OS and Linux operating systems

Operating System Commands There are many commands that can be entered at the command prompt that open a Windows based application You can often get to the same application from the start menu Its valuable to know the name of the command used to open these tools and what each tool does

Common os APPLICATION commands DESCRIPTION dxdiag DirectX Diagnostics Tool used to troubleshoot multimedia issues related to games or movies explorer Starts Windows Explorer used to view files on a system and is different then Internet Explorer mmc Microsoft Management Console opens a blank console but snap-ins can be added msconfig System Configuration tool used to configure the system, services, and startup applications msinfo32 System Information tool used to identify hardware, components, and software mstsc Opens a Remote Desktop Connection used to connect to a remote system services.msc Opens the service applet used to stop, start, enable, and disable services

Disk & networking commands Windows includes commands used to view, manipulate, and modify disks These commands are entered at the prompt and each has help available by entering the command with the /? switch There are several commands you can use to manipulate and troubleshoot a network ipconfig and ping are 2 of the most commonly used networking tools Other commands are valuable but you can often identify an issue by checking the configuration and then checking connectivity

chkdsk bootrec format diskpart defrag disk commands COMMAND DESCRIPTION chkdsk Checks and fixes disk errors bootrec Used to troubleshoot and repair startup issues format Formats a partition with a file system diskpart Tool used to manipulate hard disks and replaced the older fdisk tool defrag Defragments a volume for improved performance

ipconfig ping tracert nslookup net netstat nbtstat networking commands COMMAND DESCRIPTION ipconfig Displays IP configuration for network interfaces ping Checks connectivity with a device on a network tracert Checks connectivity between devices and shows the path through routers a data packet takes nslookup Displays network domain names and associated IP addresses net Used to control/monitor network devices and many sub commands are used with this command netstat Shows current inbound and outbound connections nbtstat Diplays statistics relevant to current connections on the local computer

ls grep cd shutdown pwd passwd mv LINUX commands COMMAND DESCRIPTION ls Lists directory contents grep Looks for specific text within files cd Used to change the current directory shutdown Brings a system down in a secure way pwd Prints the current directory name with the complete path starting from root passwd Changes passwords for user accounts mv Used to move or rename files

rm chmod chown LINUX commands COMMAND DESCRIPTION Used to delete files and directories chmod Used to change the permissions of a file or directory chown Used to change the owner and group of files, directories, and links

iwconfig ifconfig ps su Linux Commands iwconfig Used to configure a wireless network interface ifconfig Used to configure a network interface ps Used to view the processes running on the system su Used to switch from one account to another

Powerful text editor included with most Linux systems LINUX commands COMMAND DESCRIPTION sudo Allows a permitted user to execute a command as the superuser or another user apt-get Used to install new packages, upgrade installed packages, and remove packages vi Powerful text editor included with most Linux systems dd dd is used for data duplicator and is mainly used for copying and converting data Linux Commands PM Video 13:30