Menu
Training Liste
Training Katalog nach
Training On Demand

Schulung Brochure :

 

          


Automating Administration with Windows PowerShell 2.0

Referenz MS10325
Kategorie Systems
Datum Von  Montag, 19. November 2012 bis Freitag, 23. November 2012
Kurszeiten 9h00-12h00 et 14h00-17h30
Sprecher
Sprache Unterricht : Französisch   Literatur : Englisch
Ort LANexpert Genf
Pré-de-la-Fontaine 9 - 1217 Meyrin
Tel: +41 22 719 86 86
Fax: +41 22 719 86 87
Preis (CHF) 3'950.00

Bereit ?

MS10325

Beschreibung

This course provides students with the knowledge and skills to utilize Windows PowerShell for administering and automating administration of Windows based servers.

Publikum

This course is intended for IT Professionals already experienced in general Windows Server and Windows Client administration, including Active Directory administration. No prior experience with any version of Windows PowerShell, or any scripting language, is assumed.

Voraussetzungen

Before attending this course, students must have. Experience with Windows networking technologies and implementation. Experience with Windows Server administration, maintenance, and troubleshooting Experience with Active Directory technologies and implementation, including Group Policy. Experience with Windows Server 2008 Web application server technologies and implementation.

Ziele

  1. Explain how Windows PowerShell works.
  2. Use Windows PowerShell as an interactive, command-line shell.
  3. Use Core Windows PowerShell cmdlets for everyday purpose.
  4. Customize the output using Windows PowerShell Formatting Subsystem.
  5. Explain what Windows Management Instrumentation (WMI) is and how it can be used from Windows PowerShell.
  6. Manage Active Directory objects using Windows PowerShell cmdlets.
  7. Write basic Windows PowerShell scripts that execute batches of commands.
  8. Work with Windows PowerShell's background jobs and remote administration functionality.
  9. Master the scripting language of Windows PowerShell.
  10. Use advanced techniques related to structured programming within Windows PowerShell.
  11. Automate Windows Server 2008 R2 Administration using Windows PowerShell.
  12. Identify the best practices for working with Windows PowerShell.

Programm

Module 1: Fundamentals for Using Windows PowerShell v2
- Windows PowerShell Technology Background and Overview
- Windows PowerShell as an Interactive Command-Line Shell
- Using the Windows PowerShell Pipeline
*Lab : Using Windows PowerShell as an Interactive Command-Line Shell
- Searching for text files.
- Browsing the registry.
- Discovering additional commands and viewing help.
- Adding additional commands to your session.
- Formatting output.
*Lab : Using the Windows PowerShell Pipeline
- Stopping and restarting a Windows service.
- Exploring objects returned by PowerShell commands.
- Processing PowerShell output.
Module 2: Understanding and Using the Formatting System
- Understanding the Formatting System
- Using the Formatting System
*Lab : Using the Formatting Subsystem
- Displaying calculated properties
- Displaying a limited number of columns
- Displaying all properties and values of objects
- Viewing objects via HTML
- Displaying a limited number of properties
- Displaying objects using different formatting
- Displaying a sorted list of objects
Module 3: Core Windows PowerShell Cmdlets
- Core Cmdlets for Everyday Use
- Comparison Operators, Pipeline Filtering, and Object Enumeration
- Advanced Pipeline Techniques
*Lab : Using the Core Cmdlets
- Sorting and selecting objects
- Retrieving a number of objects and saving to a file
- Comparing objects using XML
- Saving objects to a CSV file
- Measuring a collection of objects
*Lab : Filtering and Enumerating Objects in the Pipeline
- Comparing numbers (integer objects)
- Comparing string objects
- Retrieving processes from a computer
- Retrieving services from a computer
- Iterating through a list of objects
*Lab : Using Pipeline Parameter Binding
- Using advanced pipeline features
- Working with multiple computers
- Stopping a list of processes
- Binding properties to parameters
Module 4: Windows Management Instrumentation
- Windows Management Instrumentation Overview
- Using Windows Management Instrumentation
*Lab : Using WMI in Windows PowerShell
- Building computer inventory
- Discovering the WMI classes and namespaces
- Generating a logical disk report for all computers
- Listing local users and groups
Module 5: Automating Active Directory Administration
- Active Directory Automation Overview
- Managing Users and Groups
- Managing Computers and Other Directory Objects
*Lab : Managing Users and Groups
- Retrieving a filtered list of users from Active Directory
- Resetting user passwords and address information
- Disabling users that belong to a specific group
*Lab : Managing Computers and Other Directory Objects
- Listing all computers that appear to be running a specific operating system according to Active Directory information
- Creating a report showing all Windows Server 2008 R2 servers
- Managing fine-grained password policies in Active Directory
- Discovering Organizational Units that are not protected against accidental deletion
Module 6: Windows PowerShell Scripts
- Script Security
- Basic Scripts
- Parameterized Scripts
*Lab : Writing Windows PowerShell Scripts
- Executing scripts
- Using positional script parameters
- Using named script parameters
Module 7: Background Jobs and Remote Administration
- Working with Background Jobs
- Using Windows PowerShell Remoting
*Lab : Working with Background Jobs
- Using background jobs with WMI
- Using background jobs for local computers
- Receiving the results from a completed job
- Removing a completed job
- Waiting for a background job to complete
- Stopping a background job before it completes
- Working with the properties of a job
*Lab : Using Windows PowerShell Remoting
- Interactive remoting
- Fan-out remoting
- Fan-out remoting using background jobs
- Saving information from background jobs
Module 8: Advanced Windows PowerShell Tips and Tricks
- Using Profiles
- Re-Using Scripts and Functions
- Writing Comment-Based Help
*Lab : Advanced PowerShell Tips and Tricks
- Writing a profile script
- Creating a script module
- Adding help information to a function
Module 9: Automating Windows Server 2008 R2 Administration
- Windows Server 2008 R2 Modules Overview
- Server Manager Cmdlets Overview
- Group Policy Cmdlets Overview
- Troubleshooting Pack Overview
- Best Practices Analyzer Cmdlets Overview
- IIS Cmdlets Overview
*Lab : Using the Server Manager Cmdlets
- Listing all currently installed features
- Comparing objects
- Installing a new server feature
- Exporting current configuration to XML
*Lab : Using the Group Policy Cmdlets
- Listing all the Group Policy Objects in the domain
- Listing all the Group Policy Objects in the domain
- Creating an HTML report
- Backing up all Group Policy Objects
*Lab : Using the Troubleshooting Pack Cmdlets
- Importing the Troubleshooting Pack module
- Solving an end-user problem interactively
- Solving an end-user problem interactively
*Lab : Using the Best Practice Analyzer Cmdlets
- Importing the Best Practice module
- Viewing existing models
- Running a Best Practices scan
Lab : Using the IIS Cmdlets
- Importing the IIS module
- Creating a new web site
- Backing up IIS
- Modifying web site bindings
- Using the IIS PSDrive
- Restoring an IIS Configuration
Module 10: Reviewing and Reusing Windows PowerShell Scripts
- Example Script Overview
- Understanding Scripts
Module 11: Writing Your Own Windows PowerShell Scripts
- Variables, Arrays, Escaping, and More Operators
- What is Scope?
- Scripting Constructs
- Error Trapping and Handling
- Debugging Techniques
- Modularization
*Lab : Using Variables and Arrays
- Creating variables and interact with them
- Understanding arrays and hashtables
- Using Single- and double-quoted strings and the backtick
- Using Arrays and array lists
- Using 'Contains', 'like', and 'equals' operators
*Lab : Using Scripting Constructs
- Working with For, While, ForEach, and Switch
- Working with For, While, ForEach, and Switch
- Exploiting the power of the one-liner
*Lab : Error Trapping and Handling
- Retrieving error information
- Handling errors
- Integrating error handling
*Lab : Debugging a Script
- Debugging from the Windows PowerShell console
- Debugging using the Windows PowerShell ISE
*Lab : Modularization
- Generating an inventory audit report