CIS 1402: Intro to CIS Tom Gustafson. Facts About PowerShell PowerShell is Microsoft’s command-line interface that provides scripting and management capability.

Slides:



Advertisements
Similar presentations
Linux, it's not Windows A short introduction to the sub-department's computer systems Gareth Thomas.
Advertisements

Chapter One The Essence of UNIX.
PacNOG 6: Nadi, Fiji Using Commands in Linux Hervey Allen Network Startup Resource Center.
James Boother Blog: INTRODUCTION TO POWERSHELL.
Managing Active Directory with PowerShell JOSEPH MOODY.
Guide to Linux Installation and Administration, 2e1 Chapter 6 Using the Shell and Text Files.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 8: Implementing and Managing Printers.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment Chapter 8: Implementing and Managing Printers.
Daniel Petri MVP, Microsoft Infrastructure Manager John Bryce Training November 2007.
Welcome Course 20410B Module 0: Introduction Audience
Adding a Module The Import-Module cmdlet  Can be used to load any external module into PowerShell.  Uses the following syntax to add the ActiveDirectory.
© 2004 Cisco Systems, Inc. All rights reserved. Operating and Configuring Cisco IOS Devices Starting a Router INTRO v2.0—8-1.
Linux Shell. 2 Linux Command-Line Interface ■ Linux shells: A shell is a command interpreter that allows you to type commands from the keyboard to interact.
1. This presentation covers :  User Interface Administration  Files System and Services Management 2.
Introducing Windows 7 Lesson 1. Objectives Define Windows 7 interface refinements Describe new features of Windows 7 Describe the six editions of Windows.
Chapter 5 Roles and features. objectives Performing management tasks using the Server Manager console Understanding the Windows Server 2008 roles Understanding.
Module 2 Creating Active Directory ® Domain Services User and Computer Objects.
Using the “CLI” Unix / Linux Preparation Course May 25 Djibouti.
Deploying and Managing Windows Server 2012
Linux Operations and Administration
MS WINDOWS POWER SHELL CSE 535 Operating Systems.
IT:Network:Microsoft Server 2 Chapter 27 WINDOWS SERVER UPDATE SERVICES.
Chapter 9 Part II Linux Command Line Access to Linux Authenticated login using a Linux account is required to access a Linux system. The Linux prompt will.
INFS 752 Summer Juan Salazar Please right click the symbol in the lower right corner, and then press preview, to hear the presentation for each page.
Hands-On Virtual Computing
© 2009 FP Mailing Solutions. All rights reserved. Customer Service Training Basic Computer Training.
Concepts of Database Management Seventh Edition
Chapter 18: Windows Server 2008 R2 and Active Directory Backup and Maintenance BAI617.
Microsoft ® Official Course Module XA Using Windows PowerShell ®
PowerShell Basics. o PowerShell is a great way to manipulate server and/or workstation components o It’s geared toward system administrators by creating.
CENT 305 Information Systems Security Linux Introduction.
®® Microsoft Windows 7 for Power Users Tutorial 13 Using the Command-Line Environment.
Appendix A Starting Out with Windows PowerShell™ 2.0.
Section 1: Introducing Group Policy What Is Group Policy? Group Policy Scenarios New Group Policy Features Introduced with Windows Server 2008 and Windows.
PowerShell Class 2 Substituting for Doug Spindler
Section 6: Using Windows PowerShell to Manage Group Policy Introducing Windows PowerShell Windows PowerShell Library for Group Policy Windows PowerShell-Based.
1 Chapter 7 Operating System & Utility Programs.  consists of the programs that control or maintain the operations of the computer and its devices. It.
Good Morning and Thank You!.  Have some Fun!  Learn at least one thing new!  Make myself available to you So please …  Ask questions and enjoy!
Using Commands Unix/IP Preparation Course July 19, 2009 Eugene, Oregon, USA
Guide to Linux Installation and Administration1 Chapter 4 Running a Linux System.
Using Commands Unix / Linux Preparation Course May 6, 2012 Serrekunda, The Gambia.
Module 2 Creating Active Directory ® Domain Services User and Computer Objects.
Deploying Windows Vista Chapter 2. The Answer File Answer file is an XML file containing the detail of a custom installation Windows System Image Manager.
Copyright©2008 N.AlJaffan®KSU1 Chapter 7 Operating System and Utility Programs.
Windows PowerShell Introduction 1 Morgan Simonsen Ementor.
Using the “CLI” Unix / Linux Preparation Course June 9, 2013 Lusaka, Zambia.
POWERSHELL BASICS. BACKGROUND  Powershell is a task automation and scripting language based off the.NET framework  It provides the user full access.
1 Terminology. 2 Requirements for Network Printing Print server Sufficient RAM to process documents Sufficient disk space on the print server.
1 Sneak Preview to Windows Key Areas of Focus of Windows 2008 Improvements in Server Security New Terminal Services capabilities Network Access.
 It is Microsoft's new task-based command- line shell and scripting language designed especially for system administration.  It helps Information Technology.
Windows PowerShell. What is Windows PowerShell? A command-line interface (CLI) A new way of developing Windows and other products to be more manageable.
INFORMATION SYSTEM – SOFTWARE TOPIC: GRAPHICAL USER INTERFACE.
© 2015 by McGraw-Hill Education. This proprietary material solely for authorized instructor use. Not authorized for sale or distribution in any manner.
Chapter 2 – Part 1 Introduction To Windows Operating Systems CMPF 112 : COMPUTING SKILLS.
Lecture 02 File and File system. Topics Describe the layout of a Linux file system Display and set paths Describe the most important files, including.
BIF713 Introduction to Linux. Agenda Getting Started: Using Linux Unix and Linux - Structure / Features Elements of the Linux Philosophy Linux Command.
Visual Source Safe –A Quick Tour. CONTENTS What is VSS ? How to install VSS ? How does VSS track versions? VSS Concepts & Features Utilities available.
Module 14: Advanced Topics and Troubleshooting. Microsoft ® Windows ® Small Business Server (SBS) 2008 Management Console (Advanced Mode) Managing Windows.
POWERSHELL ABOVE AND BEYOND: GUIS, WORKFLOWS, AND MORE Dean Corcoran Partner Service Account Manager (Cloud) – MCT – MCITP:EA Microsoft Australia SESSION.
 Version 1.0[edit]edit  Version 1.0 was released in 2006 for Windows XP SP2/SP3, Windows Server 2003,
Windows Certification Paths OR MCSA Windows Server 2012 Installing and Configuring Windows Server 2012 Exam (20410) Administering Windows Server.
Ahmadu Bello Computer Repair Training Course 6: Use of Software By Suprix Technology Nigeria ( A.B.U repair computer training.
OPERATING SYSTEMS (OS) By the end of this lesson you will be able to explain: 1. What an OS is 2. The relationship between the OS & application programs.
Ravikanth C.
PowerShell 5 & Windows 10. What are we covering today? What is PowerShell? Why is PowerShell important? Some simple demos on Windows 10.
PowerShell Introduction Copyright © 2016 – Curt Hill.
CTEC 111 PowerShell Fundamentals
ClamXav Antivirus Scanner: A Free Tool for Your Mac OS X
PowerShell Best Practices for SQL DBA’s
CSE 303 Concepts and Tools for Software Development
Presentation transcript:

CIS 1402: Intro to CIS Tom Gustafson

Facts About PowerShell PowerShell is Microsoft’s command-line interface that provides scripting and management capability. The commands in PowerShell are called “cmdlets” – pronounced “command-lets.” You can use Windows command-line utilities like IPCONFIG, DIR, and NET USE in PowerShell. PowerShell doesn’t run on Linux, but it has some similar commands like ls and man. PowerShell allows you to create your own aliases, scripts, and functions.

Facts About PowerShell The latest version of Powershell is 3.0 and it comes with Windows 8 and Server PowerShell 2.0 is automatically installed with Windows 7 and Windows Server 2008 R2. Windows Vista, Server 2008, and previous versions do not have PowerShell by default and it must be installed manually.

Facts About PowerShell PowerShell uses a Verb-Noun standard for all its commands. Verbs like Get or Set are used to describe what a command does. Nouns like Date, Service, or Command are used to describe what the command acts upon. Examples: Get-Service Get-Command Set-Date

Facts About PowerShell PowerShell commands and parameters ARE NOT case sensitive! This means that Get-Help, get-help, get- Help, and Get-help all mean the same thing to PowerShell. In PowerShell, findstr search strings ARE case sensitive. The commands: Get-Command | findstr Write Get-Command | findstr write will find different results.

Facts About PowerShell PowerShell Has Time-Saving Features in its CLI (Command-Line Interface): Tab-completion allows you to type part of a command or filename, press Tab, and the command will be completed for you. Command History keeps a record of recent commands. You can use the up and down arrow keys to retrieve commands. F7 displays commands in a window. Parameters can be abbreviated as long as they are unique. You can type get-service –N dnscache instead of get-service –Name dnscache.

Facts About PowerShell Powershell is a very important topic to anyone who does IT work with Windows computers. Programmers can write scripts and functions using PowerShell. Network or System Administrators can manage systems and find information very quickly if they know PowerShell The object-oriented concepts are very important for: Programmers using object-oriented languages Network Administrators using Active Directory

Facts About PowerShell PowerShell uses.NET objects. It is an object-oriented environment..NET is a software framework that runs on Windows..NET is the environment in which Windows software is developed..NET provides software libraries and services. You will hear a lot about.NET in the future! It’s good to start becoming familiar with it.