Automating Administration with Windows PowerShell.pdf
(
519 KB
)
Pobierz
Automating Administration with Windows PowerShell
http://www.microsoft.com/learning/en/us/course.aspx?id=10961a&loc...
Learning
Translate this page
Course Details
Course 10961A:
Automating Administration with Windows
PowerShell
Length:
Published:
Language(s):
Audience(s):
Level:
Technology:
Type:
Delivery Method:
5 Days
May 24, 2013
English
IT Professionals
200
Windows Server 2012
Course
Instructor-led (classroom)
Show all items
Overview
About this Course
Learn how with Windows PowerShell 3.0, you can remotely manage single or multiple Windows-based
servers and automate day-to-day management and administration tasks.
This five day course provides students with the fundamental knowledge and skills to use Windows
PowerShell 3.0 for administering and automating administration of Windows based servers. It focuses
on primary Windows PowerShell command-line features and techniques, and will provide prerequisite
skills supporting many different Microsoft products. This includes Windows Server, Windows Client,
Exchange Server, SharePoint Server, SQL Server, System Center, and more. In keeping with that goal,
this course will not focus on any one of those products, although Windows Server (which is the
common platform for all of those) will serve as the example for the techniques being taught.
In this five day course you will learn to execute and monitor scripts more efficiently through more
robust session connectivity, workflow capabilities, improved job scheduling, and Windows PowerShell
Web Access. Learn Windows PowerShell with greater ease through improved cmdlet discovery and
simplified, consistent syntax across all cmdlets. Write Windows PowerShell scripts quicker and more
1 of 10
14/06/2013 16:15
Automating Administration with Windows PowerShell
http://www.microsoft.com/learning/en/us/course.aspx?id=10961a&loc...
intuitively through the new Integrated Scripting Environment (ISE) that enables script sharing, which
connects IT pros to a larger Windows PowerShell user community. Learn all this and more in this
five-day Microsoft Official Course in Windows PowerShell v3.0
Audience Profile
This course is intended for IT Professionals already experienced in general Windows Server and
Windows Client administration or already experienced in administering and supporting Application
servers and services including Exchange, SharePoint, SQL etc It is broadly intended for students who
want to use Windows PowerShell to automate administrative tasks from the command line, using any
Microsoft or independent software vendor (ISV) product that supports Windows PowerShell
manageability.
This course is not intended to be a scripting or programming course, and includes only basic
coverage of scripting and programming topics. Students are not expected to have prior scripting or
programming experience, and are not expected to have prior Windows PowerShell experience
At Course Completion
After completing this course, students will be able to:
Understand the basic concepts behind Windows PowerShell
Work with the Pipeline
Understand How the Pipeline Works
Use PSProviders and PSDrives
Format Output
Use WMI and CIM
Prepare for Scripting
Moving From a Command to a Script to a Module
Administer Remote Computers
Put the various Windows PowerShell components together
Use Background Jobs and Scheduled Jobs
Use Advanced PowerShell Techniques and Profiles
Course Details
Course Outline
Module 1: Getting Started with Windows PowerShell
In this module students will learn a bit about PowerShell’s purpose and history, and will learn the
basics of using the shell, including the help system, command syntax, command discovery and more.
Lessons
Overview and Background
Finding and Running Commands
Lab : Configuring Windows PowerShell
Configure the console application
2 of 10
14/06/2013 16:15
Automating Administration with Windows PowerShell
http://www.microsoft.com/learning/en/us/course.aspx?id=10961a&loc...
Configure the ISE Application
Lab : Finding and Running Basic Commands
Finding and Running Basic commands
After completing this module, students will be able to:
Understand Windows PowerShell basic concepts
Find and Run basic Windows PowerShell commands
Module 2: Working with the Pipeline
In this module students will learn to use PowerShell’s pipeline, along with a number of new
commands, to start retrieving, manipulating, and displaying data. An emphasis is placed on proper
syntax and form.
Lessons
Working with the Pipeline
Exporting, Importing and Converting Data
Filtering Objects Out of the Pipeline
Enumerating Objects in the Pipeline
Lab : Working with the Pipeline
Retrieve data, manipulate objects and customise the final display
Lab : Exporting, Importing and Converting Data
Import, Export and convert data within Windows PowerShell
Lab : Filtering Objects Out of the Pipeline
Filter Objects Out of the Pipeline
Examine Several Commands and Predict Their Output
Lab : Enumerate Objects in the Pipeline
Enumerate Objects in the Pipeline and perform specific tasks>>>
After completing this module, students will be able to:
Work with the Pipeline
Export, Import and Convert data
Filter Objects out of the Pipeline
Enumerate Objects in the Pipeline
Module 3: Understanding How the Pipeline Works
In this module students will learn the underlying details of how commands are passed from one
command to another in the pipeline. Having seen it in action, they’ll now get to see some of the
theory under the hood. The emphasis will be in the ByValue and ByPropertyName techniques, with
demonstrations that illustrate effective uses of each. Students will also learn techniques that can be
used in lieu of pipeline binding, for when such binding is unavailable or ineffective.
3 of 10
14/06/2013 16:15
Automating Administration with Windows PowerShell
http://www.microsoft.com/learning/en/us/course.aspx?id=10961a&loc...
Lessons
Passing Data in the Pipeline ByValue
Passing Data in the Pipeline ByPropertyName
Lab : Working with Pipeline Parameter Binding
Examine Several Commands and Predict Whether or Not They Will Work as Written
Construct new Commands that Utilize Pipeline Parameter Binding
After completing this module, students will be able to:
Pass Data in the Pipeline ByValue
Pass Data in the Pipeline ByPropertyName
Module 4: Using PSProviders and PSDrives
In this module students will learn about PSProviders and PSDrives, and learn to use –Item* commands
to manipulate items within a PSDrive.
Lessons
Understanding PSProviders and PSDrives
Using PSDrives
Lab : PSProviders and PSDrives
Using PSProviders and PSDrives
After completing this module, students will be able to:
Use PSProviders and PSDrives
Module 5: Formatting Output
In this module students will learn to manipulate command output to create customized on-screen,
text file, and hardcopy results
Lessons
Using Basic Formatting
Using Advanced Formatting
Redirecting Formatted Output
Lab : Formatting Output
Use Formatting cmdlets to customize those cmdlets output
After completing this module, students will be able to:
Use Basic Formatting
Use Advanced Formatting
Redirect Formatted Output
Module 6: Using WMI and CIM
In this module students will learn to use Windows Management Instrumentation / Common
Information Model (WMI/CIM) to retrieve, and in some cases, modify management information about
4 of 10
14/06/2013 16:15
Automating Administration with Windows PowerShell
http://www.microsoft.com/learning/en/us/course.aspx?id=10961a&loc...
local and remote computers.
Lessons
Understanding WMI/CIM
Querying Data with WMI/CIM
Making Changes with WMI/CIM
Lab : Working with WMI and CIM
Locate and Query WMI Classes to retrieve Management Information
After completing this module, students will be able to:
Understand WMI/CIM
Query Data with WMI/CIM
Make Changes with WMI/CIM
Module 7: Prepare for Scripting
In this module students will learn about pre-requisite features to writing PowerShell scripts, including
variables and PowerShell’s scripting security features.
Lessons
Using Variables
Scripting Security
Working with Alternate Credentials
Lab : Working with Security in PowerShell
Configure Execution Policy
Create and Use Alternate Credentials
After completing this module, students will be able to:
Use Variables
Script Security
Work with Alternate Credentials
Module 8: Moving From a Command to a Script to a Module
In this module students will learn to take a command that runs well in the console, and turn it into a
reusable script. A number of important concepts, such as error handling, will be introduced – but not
explored in extreme depth. Students will be taught enough to be “immediately effective” with these
concepts, but not given an exhaustive education. The point is to get them started in an effective
fashion using best practices, and to give them a basis for further independent exploration.
Lessons
Moving From Command to Script
Moving From Script to Function to Module
Implementing Basic Error Handling
Using Basic Scripting Constructs
5 of 10
14/06/2013 16:15
Plik z chomika:
jezuss
Inne pliki z tego folderu:
VMware vSphere Performance Designing CPU, Memory, Storage, and Networking for Performance-Intensive Workloads (Matt Liebowitz, Christopher Kusek etc.) (z-lib.org).pdf
(5750 KB)
Wifi Hacking for Beginners by James Wells (z-lib.org).pdf
(598 KB)
Windows Networking Troubleshooting by Mike Halsey.pdf
(9589 KB)
Wykład 5. Projektowanie i Realizacja Sieci Komputerowych. 1. Technologie sieci LAN (warstwa 2) urządzenia 2. Sposoby przełączania.pdf
(1574 KB)
Wykład 5. Projektowanie i Realizacja Sieci Komputerowych. 1. Technologie sieci LAN (warstwa 2) urządzenia 2. Sposoby przełączania.pdf
(1574 KB)
Inne foldery tego chomika:
Audiobooks
Cheatsheets
Dokumenty
Galeria
GNS3_IOS_Apliances
Zgłoś jeśli
naruszono regulamin