• Mon - Sat 9.00am - 5.30pm
  • 1 Maritime Square, #10-24/25, Lobby B, Harbourfront Centre Singapore 099253
  • +65 6822 8282
New Horizons Singapore
  • Home
    • About New Horizons Singapore
    • 37 Years of Upgrading People
    • Partners and Authorizations
    • Certification Testing
    • Frequently Asked Questions
  • Funded Courses
  • All Courses
    • Adobe
      • Photoshop
      • Illustrator
      • InDesign
      • Flash
      • Dreamweaver
    • Microsoft Office
      • Office 365
      • Access
      • Excel
      • OneNote
      • Outlook
      • PowerPoint
      • Publisher
      • Visio
      • Word
    • Microsoft Technical
      • Microsoft Azure
      • Exchange Server
      • Skype for Business
      • SharePoint Server
      • SQL Server
      • System Center
      • Visual Studio
      • Microsoft 365
      • Windows Server
    • Business Skills
      • Business Analysis
      • ITIL®
      • Project Management
      • Lean Six Sigma
      • DevOps
    • Cloud Computing
      • CT001A – AWS Solutions Architect
      • CT003A – AWS SysOps Administrator
    • Information Security
      • Cisco
      • CompTIA
      • EC-Council
      • Trend Micro
      • VMware
    • Mobile Application Development
    • Course and Certification Search
  • Schedules
    • Microsoft Technical Training Schedules 2020
    • Microsoft Office Training Schedules 2020
    • IT Technical Training Schedules 2020
    • Business Skills Training Schedules 2020
    • Microsoft Technical Training Schedules 2019
    • Microsoft Office Training Schedules 2019
    • IT Technical Training Schedules 2019
  • What’s New
    • Guaranteed to Run Classes
    • Promotions
    • Events & Seminars
  • Contact Us
  • Home
    • About New Horizons Singapore
    • 37 Years of Upgrading People
    • Partners and Authorizations
    • Certification Testing
    • Frequently Asked Questions
  • Funded Courses
  • All Courses
    • Adobe
      • Photoshop
      • Illustrator
      • InDesign
      • Flash
      • Dreamweaver
    • Microsoft Office
      • Office 365
      • Access
      • Excel
      • OneNote
      • Outlook
      • PowerPoint
      • Publisher
      • Visio
      • Word
    • Microsoft Technical
      • Microsoft Azure
      • Exchange Server
      • Skype for Business
      • SharePoint Server
      • SQL Server
      • System Center
      • Visual Studio
      • Microsoft 365
      • Windows Server
    • Business Skills
      • Business Analysis
      • ITIL®
      • Project Management
      • Lean Six Sigma
      • DevOps
    • Cloud Computing
      • CT001A – AWS Solutions Architect
      • CT003A – AWS SysOps Administrator
    • Information Security
      • Cisco
      • CompTIA
      • EC-Council
      • Trend Micro
      • VMware
    • Mobile Application Development
    • Course and Certification Search
  • Schedules
    • Microsoft Technical Training Schedules 2020
    • Microsoft Office Training Schedules 2020
    • IT Technical Training Schedules 2020
    • Business Skills Training Schedules 2020
    • Microsoft Technical Training Schedules 2019
    • Microsoft Office Training Schedules 2019
    • IT Technical Training Schedules 2019
  • What’s New
    • Guaranteed to Run Classes
    • Promotions
    • Events & Seminars
  • Contact Us
HomeAll coursesMicrosoft TechnicalWindows Server10961 Automating Administration with Windows PowerShell

10961 Automating Administration with Windows PowerShell

Category:
Microsoft Technical / Windows Server /

Overview

This 5-day instructor-led course provides participants with the fundamental knowledge and skills to use Windows PowerShell for administering and automating administration of Windows servers. This course provides participants the skills to identify and build the command they require to perform a specific task. In addition, participants learn how to build scripts to accomplish advanced tasks such as automating repetitive tasks and generating reports. This course provides prerequisite skills supporting a broad range of Microsoft products, including Windows Server, Windows Client, Microsoft Exchange Server, Microsoft SharePoint Server, Microsoft 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 products, will serve as the example for the techniques this course teaches.

Enroll 10961 Automating Administration with Windows PowerShell

Enroll Now

Prerequisites

Participants who wish to take up this course should meet the following prerequisites:

  • Experience with Windows networking technologies and implementation
  • Experience with Windows Server administration, maintenance, and troubleshooting
  • Experience with Windows Client administration, maintenance, and troubleshooting
  • Participants who attend this training can meet the prerequisites by obtaining equivalent knowledge and skills through practical experience as a Windows system administrator. No prerequisite courses are required.

Who Should Attend?

This course is intended for IT Professional who are already experienced in general Windows Server and Windows Client administration, and who want to learn more about using Windows PowerShell for administration. No prior experience with any version of Windows PowerShell, or any scripting language, is assumed. This course is also suitable for IT Professionals already experienced in server administration, including Exchange Server, SharePoint Server, SQL Server, System Center, and others.

Course Outline

10961 Automating Administration with Windows PowerShell

Lesson 1: Getting Started with Windows PowerShell
lecture
9:00

  • Overview and background of Windows PowerShell
  • Understanding command syntax
  • Finding commands
  • Lab: Configuring Windows PowerShell
  • Lab: Finding and running basic commands

Lesson 2: Cmdlets for administration
lecture
9:00

  • Active Directory administration cmdlets
  • Network configuration cmdlets
  • Other server administration cmdlets
  • Lab: Windows Administration

Lesson 3: Working with the Windows PowerShell pipeline
lecture
9:00

  • Understanding the pipeline
  • Selecting, sorting, and measuring objects
  • Filtering objects out of the pipeline
  • Enumerating objects in the pipeline
  • Sending pipeline data as output
  • Lab: Using the pipeline
  • Lab: Filtering objects
  • Lab: Enumerating objects
  • Lab: Sending output to a file

Lesson 4: Understanding how the pipeline works
lecture
9:00

  • Passing the pipeline data
  • Advanced considerations for pipeline data
  • Lab: Working with pipeline parameter binding

Lesson 5: Using PSProviders and PSDrives
lecture
9:00

  • Using PSProviders
  • Using PSDrives
  • Lab: Using PSProviders and PSDrives

Lesson 6: Querying system information by using WMI and CIM
lecture
9:00

  • Understanding WMI and CIM
  • Querying data with WMI and CIM
  • Making changes by using WMI/CIM
  • Lab: Working with WMI and CIM

Lesson 7: Working with variables, arrays, and hash tables
lecture
9:00

  • Using Variables
  • Manipulating variables
  • Manipulating arrays and hash tables
  • Lab: Working with variables

Lesson 8: Basic scripting
lecture
9:00

  • Introduction to scripting
  • Scripting constructs
  • Importing data from files
  • Lab: Basic scripting

Lesson 9: Advanced scripting
lecture
9:00

  • Accepting user input
  • Overview of scripting documentation
  • Troubleshooting and error handling
  • Functions and modules
  • Lab: Accepting data from users
  • Lab: Implementing functions and modules

Lesson 10: Administering Remote Computers
lecture
9:00

  • Using basic Windows PowerShell remoting
  • Using advanced Windows PowerShell remoting techniques
  • Using PSSessions
  • Lab: Using basic remoting
  • Lab: Using PSSessions

Lesson 11: Using background jobs and scheduled jobs
lecture
9:00

  • Using background jobs
  • Using scheduled jobs
  • Lab: Using background jobs and scheduled jobs

Lesson 12: Using advanced Windows PowerShell techniques
lecture
9:00

  • Creating profile scripts
  • Using advanced techniques
  • Lab: Practicing advanced techniques
  • Lab: Practicing script development (optional)

About Instructors

Search other courses

Copyright © 2018 by New Horizons Singapore | Privacy Policy
  • New Horizons Corporate
  • courses
  • blog
  • Events
Search