10961B: Automating Administration with Windows PowerShell

Size: px
Start display at page:

Download "10961B: Automating Administration with Windows PowerShell"

Transcription

1 10961B: Automating Administration with Windows PowerShell Course Overview This course provides students with the knowledge and skills to automate administration with Windows PowerShell, using features such as the Pipeline, WMI and CIM, scripting, jobs, and profiles. Course Introduction Course Introduction 6m Module 01 - Getting Started with Windows PowerShell Lesson 1: Overview and Background Windows PowerShell Overview Windows PowerShell Versions Windows PowerShell vs. Operating System Working in Mixed-Version Environments Two Host Applications What Version Are You Running? Precautions When Opening the Shell Configuring the Console Demo - Configuring the Console Configuring the ISE Demo - Configuring ISE Lesson 2: Finding and Learning Commands Familiar-Seeming Commands Learning Command Syntax Demo - Viewing Help Finding Commands Demo - Finding Commands Interpreting the Help Updating Help "About" Files Demo - Using "About" Files Lesson 3: Running Commands Full Command Syntax Pay Attention to Spaces Specifying Multiple Parameter Values Shortened Command Syntax Short Syntax Example Show-Command Demo - Using Show-Command Commands that Modify the System Demo - Using -WhatIf and -Confirm Module 01 Review 1h 56m

2 Module 02 - Working with the Pipeline Lesson 1: Understanding the Pipeline What Is the Pipeline? Running Commands in the Pipeline Pipeline Output Discovering Object Members Demo - Pipeline Basics When the Pipeline Contains Mixed Output Lesson 2: Selecting, Sorting, and Measuring Objects Sorting Objects on a Property Example: Sort-Object Demo - Sorting Objects Measuring Objects Example: Measure-Object Demo - Measuring Objects Selecting a Subset of Objects Example: Select-Object Selecting Properties of Objects Example: Select-Object (2) Demo - Selecting Objects Creating Calculated Properties Calculated Property Hash Table Formatting Tips Example: Calculated Properties Demo - Creating Calculated Properties Lesson 3: Converting, Exporting, and Importing Objects Converting Objects to Another Form Piping Output to a File The Pipeline's Contents Can Change Demo - Converting and Exporting Objects Importing Data Importing vs. Reading Demo - Importing Objects Lesson 4: Filtering Objects Out of the Pipeline Comparison Operators Basic Filtering Syntax Limitations of the Basic Syntax Advanced Filtering Syntax Example: Advanced Filtering Adding Multiple Criteria Demo - Filtering Optimizing Filtering Performance Lesson 5: Enumerating Objects in the Pipeline The Purpose of Enumeration Basic Enumeration Syntax Limitations of the Basic Syntax Demo - Basic Enumeration Advanced Enumeration Syntax Demo - Advanced Enumeration Module 02 Review 2h 9m

3 Module 03 - Understanding How the Pipeline Works Lesson 1: Passing Data in the Pipeline ByValue Command Input is Only by Parameter Finding ByValue Parameters Passing Data ByValue Object and PSObject Demo - Passing Data ByValue Manual Parameters Override the Pipeline Demo - Overriding the Pipeline Parenthetical Commands Instead of the Pipeline Demo - Parenthetical Commands Lesson 2: Passing Data in the Pipeline By Property Name Changing to ByPropertyName Finding ByPropertyName Parameters Demo - Passing Data ByPropertyName Expanding Property Values Demo - Expanding Property Values Module 03 Review 45m Module 04 - Using PSProviders and PSDrives Lesson 1: Using PSProviders What are Providers? Accessing Provider Help Different Provider Capabilities Demo - Working with Providers Lesson 2: Using PSDrives What Are Drives? Working with the File System How the File System Is Like Other Data Stores Specifying Paths Working with Items and Item Properties Demo - Working with Drives and Items Module 04 Review 32m Module 05 - Formatting Output Lesson 1: Using Basic Formatting Default Formatting Wide Lists Lists Tables Demo - Basic Formatting Lesson 2: Using Advanced Formatting Custom List Entries and Columns Demo - Custom Table Columns Sorted and Grouped Tables Demo - Grouped Tables Select or Format? Lesson 3: Redirecting Formatted Output The Output of a Format Command 53m

4 Demo - Examining Formatting Output Redirecting Formatted Output Demo - Redirecting Formatted Output Using Grid Views Demo - Using Grid Views Module 05 Review Module 06 Review - Querying Management Information by Using WMI and CIM Lesson 1: Understanding WMI and CIM Architecture and Technologies WMI or CIM? The Repository Finding Documentation Demo - Finding Classes Documentation Lesson 2: Querying Data by Using WMI and CIM Listing Namespaces Demo - Listing Namespaces Listing Classes Demo - Listing Classes Querying Instances Using WQL Demo - Querying Instances Remote Computers Using CIMSessions Demo - Using CIMSessions Lesson 3: Making Changes by Using WMI and CIM Discovering Methods Finding Method Documentation Demo - Finding Methods and Documentation Invoking Methods Demo - Invoking Methods Module 06 Review 1h 23m Module 07 - Preparing for Scripting Lesson 1: Using Variables What Are Variables? Variable Rules Using Variables Math Operators and Quotation Marks Demo - Using Variables Lesson 2: Scripting Security Security Goals Execution Policy Understanding Trust Other Security Features Demo - Shell Security Module 07 Review 47m

5 Module 08 - Moving from Command to Script to Module Lesson 1: Moving from Command to Script Start with a Working Command Identifying Values that Might Change Parameterizing Changing Values Demo - Parameterizing a Working Command Test the Parameterized Script Adding Verbose Output Demo - Adding Verbose Output Documenting the Script Demo - Adding Comment-Based Help Lesson 2: Moving from Script to Function to Module Wrapping a Script in a Function Testing is Now More Difficult Understanding Scope Demo - Testing the Function Creating a Script Module Script Module File Location Demo - Creating a Script Module Adding Debugging Breakpoints Demo - Adding and Using Debugging Breakpoints Lesson 3: Implementing Basic Error Handling Understanding Error Actions $ErrorActionPreference -ErrorAction Parameter Demo - Error Actions Try...Catch Constructs Demo - Using Try...Catch Logging Errors Demo - Adding Error Logging Lesson 4: Using Basic Scripting Constructs The If Construct Demo - The If Construct The Switch Construct Demo - The Switch Construct The ForEach Construct Demo - The ForEach Construct Lesson 5: Exploring Other Scripting Features PSBreakpoints More Capabilities of Advanced Functions Additional Scripting Constructs Demo - Additional Scripting Constructs Module 08 Review 2h 19m Module 09 - Administering Remote Computers Lesson 1: Using Basic Remoting Remoting Overview and Architecture Remoting Architecture Remoting vs. Remote Connectivity Remoting Security 41m

6 Remoting Privacy Enabling Remoting Using Remoting: One-to-One Using Remoting: One-to-Many Remote and Local Execution Passing Objects to Remote Computers Using Remote Parameters Demo - Enabling and Using Remoting Remoting Output vs. Local Output Lesson 2: Using Advanced Remoting Techniques Common Remoting Options Sending Parameters to Remote Computers Demo - Sending Local Variables to a Remote Computer Multihop Remoting Lesson 3: Using Remoting Sessions Persistent Connections Creating a Session Using a Session Demo - Using Sessions Disconnected Sessions Demo - Disconnected Sessions Implicit Remoting Demo - Implicit Remoting Demo - Working with Remote Sessions Module 09 Review Module 10 - Putting it All Together Lesson 1: Provisioning a New Server Core Instance Overall Process Create a Parameterized Script Demo - Create a Provisioning Script Review Criteria and Tasks Retrieve the IP Address Create a DHCP Reservation Demo - Working with Addresses Modify the TrustedHosts List Demo - Working with TrustedHosts List Add the Computer to the Domain Add a Role to the Computer Restore the TrustedHosts List Demo - Working with Server Core Instance Module 10 Review 1h 10m Module 11 - Using Background Jobs and Scheduled Jobs Lesson 1: Using Background Jobs What Are Background Jobs? Starting Jobs Managing Jobs Retrieving Job Results Demo - Using Background Jobs 28m

7 Lesson 2: Using Scheduled Jobs What Are Scheduled Jobs? Job Options Job Triggers Creating a Scheduled Job Retrieving Job Results Demo - Using Scheduled Jobs Module 11 Review Module 12 - Using Profiles and Advanced Windows PowerShell Techniques Lesson 1: Using Advanced Windows PowerShell Techniques Manipulating String Values Manipulating Date Values Working with WMI and CIM Dates Advanced Operators Demo - Strings, Dates, and Operators Setting Default Parameter Values Demo - Setting Default Parameter Values Running External Commands Lesson 2: Creating Profile Scripts What is a Profile Script? Profile Script Locations Profile Security Concerns Demo - Creating a Profile Script Lesson 3: Working with Alternative Credentials What Is a Credential? Creating and Using a Credential Persisting Credentials Demo - Creating and Using a Credential Module 12 Review Course Closure 59m Total Duration: 14h 6m

Course Outline. Automating Administration with Windows PowerShell Course 10961B: 5 days Instructor Led

Course Outline. Automating Administration with Windows PowerShell Course 10961B: 5 days Instructor Led Automating Administration with Windows PowerShell Course 10961B: 5 days Instructor Led About this Course Learn how with Windows PowerShell 3.0, you can remotely manage single or multiple Windows-based

More information

COURSE 10961B: AUTOMATING ADMINISTRATION WITH WINDOWS POWERSHELL

COURSE 10961B: AUTOMATING ADMINISTRATION WITH WINDOWS POWERSHELL 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

More information

COURSE OUTLINE: OD10961B Automating Administration with Windows PowerShell

COURSE OUTLINE: OD10961B Automating Administration with Windows PowerShell Course Name OD10961B Automating Administration with Windows Course Duration 2 Days Course Structure Online Course Overview Learn how with Windows 4.0, you can remotely manage multiple Windows based servers

More information

PowerShell 10961: Automating Administration with Windows PowerShell. Upcoming Dates. Course Description. Course Outline

PowerShell 10961: Automating Administration with Windows PowerShell. Upcoming Dates. Course Description. Course Outline PowerShell 10961: Automating Administration with Windows PowerShell Learn how with Windows PowerShell you can remotely manage single or multiple Windows-based servers and automate day-to-day management

More information

Automating Administration with Windows PowerShell (M10961)

Automating Administration with Windows PowerShell (M10961) Automating Administration with Windows PowerShell (M10961) COURSE OVERVIEW: In this PowerShell course, you will gain the fundamental knowledge and skills to use Windows PowerShell for administering and

More information

Course Outline: Course Automating Administration with Windows PowerShell v3.

Course Outline: Course Automating Administration with Windows PowerShell v3. Course Outline: Course Automating Administration with Windows PowerShell v3. Learning Method: Instructor-led Classroom Learning Duration: 5.00 Day(s)/ 40 hr Overview: This five day course provides students

More information

10961B: Automating Administration with Windows PowerShell

10961B: Automating Administration with Windows PowerShell 10961B: Automating Administration with Windows Course Details Course Code: Duration: Notes: 10961B 5 days Elements of this syllabus are subject to change. About this course Learn how with Windows 3.0,

More information

Product Page: https://digitalrevolver.com/product/automating-administration-with-windows-powershell/

Product Page: https://digitalrevolver.com/product/automating-administration-with-windows-powershell/ Automating Administration with Windows PowerShell Course Code: Duration: 5 Days Product Page: https://digitalrevolver.com/product/automating-administration-with-windows-powershell/ This course provides

More information

: 10961C: Automating Administration With Windows PowerShell

: 10961C: Automating Administration With Windows PowerShell Module Title Duration : 10961C: Automating Administration With Windows PowerShell : 5 days About this course This course provides students with the fundamental knowledge and skills to use Windows PowerShell

More information

[MS10961]: Automating Administration with Windows PowerShell

[MS10961]: Automating Administration with Windows PowerShell [MS10961]: Automating Administration with Windows PowerShell Length : 5 Days Audience(s) : IT Professionals Level : 200 Technology : Windows Server Delivery Method : Instructor-led (Classroom) Course Overview

More information

Automating Administration with Windows PowerShell

Automating Administration with Windows PowerShell Automating Administration with Windows PowerShell Course 10961C - Five Days - Instructor-led - Hands on Introduction This five-day, instructor-led course provides students with the fundamental knowledge

More information

Corporate Training Centre (306)

Corporate Training Centre   (306) Corporate Training Centre www.sbccollege.ca/corporate (306)244-6340 corporate@sbccollege.ca Automating Administration with Windows PowerShell: 10961C 5 Day Training Program November 5-9, 2018 Cost: $2,700.00

More information

Automating Administration with Windows PowerShell V3

Automating Administration with Windows PowerShell V3 Automating Administration with Windows PowerShell V3 Course Details Duration: Course code: 5 Days M10961 Overview: In this course you will learn how with Windows PowerShell 3.0, you can remotely manage

More information

Automating Administration with Windows PowerShell

Automating Administration with Windows PowerShell Automating Administration with Windows PowerShell 10961; 5 Days, Instructor-led Course Description Learn how with Windows PowerShell 4.0, you can remotely manage multiple Windows based servers and automate

More information

10961C: Automating Administration with Windows PowerShell

10961C: Automating Administration with Windows PowerShell 10961C: Automating Administration with Windows Course Details Course Code: Duration: Notes: 10961C 5 days This course syllabus should be used to determine whether the course is appropriate for the students,

More information

"Charting the Course... MOC C: Automating Administration with Windows PowerShell. Course Summary

Charting the Course... MOC C: Automating Administration with Windows PowerShell. Course Summary Course Summary Description This course provides students with the fundamental knowledge and skills to use Windows PowerShell for administering and automating administration of Windows servers. This course

More information

Automating Administration with Windows PowerShell (10961)

Automating Administration with Windows PowerShell (10961) Automating Administration with Windows PowerShell (10961) Duration: 5 Days Live Course Delivery Price: $2795 *California residents and government employees call for pricing. MOC On-Demand Price: $895 Discounts:

More information

Automating Administration with Windows PowerShell

Automating Administration with Windows PowerShell Course Code: M10961 Vendor: Microsoft Course Overview Duration: 5 RRP: POA Automating Administration with Windows PowerShell Overview This course provides students with the fundamental knowledge and skills

More information

Course 10961: Automating Administration with Windows PowerShell

Course 10961: Automating Administration with Windows PowerShell Course 10961: Automating Administration with Windows PowerShell Overview Learn how with Windows PowerShell 4.0, you can remotely manage multiple Windows based servers and automate day to day management

More information

Microsoft Automating Administration with Windows PowerShell

Microsoft Automating Administration with Windows PowerShell 1800 ULEARN (853 276) www.ddls.com.au Microsoft 10961 - Automating Administration with Windows PowerShell Length 5 days Price $4290.00 (inc GST) Version C Overview This course provides students with the

More information

Automating Administration with Microsoft Windows PowerShell

Automating Administration with Microsoft Windows PowerShell Automating Administration with Microsoft Windows PowerShell Cursusduur: 5 Dagen Cursuscode: M10961 Beschrijving: This course provides students with the fundamental knowledge and skills to use Microsoft

More information

Automating Administration with Windows PowerShell 2.0

Automating Administration with Windows PowerShell 2.0 Automating Administration with Windows PowerShell 2.0 Course No. 10325 5 Days Instructor-led, Hands-on Introduction This course provides students with the knowledge and skills to utilize Windows PowerShell

More information

Microsoft Windows PowerShell v2 For Administrators

Microsoft Windows PowerShell v2 For Administrators Microsoft Windows PowerShell v2 For Administrators Course 50414 5 Days Instructor-led, Hands-on Introduction This four-day instructor-led course provides students with the knowledge and skills to leverage

More information

This course incorporates materials from the Official Microsoft Learning Product M10961: Automating Administration with Windows PowerShell.

This course incorporates materials from the Official Microsoft Learning Product M10961: Automating Administration with Windows PowerShell. Microsoft - Automating Administration with Windows PowerShell Code: URL: OD10961 View Online In this course, you will gain the fundamental knowledge and skills to use Windows PowerShell for administering

More information

Learn Windows PowerShell 3 in a Month of Lunches

Learn Windows PowerShell 3 in a Month of Lunches Learn Windows PowerShell 3 in a Month of Lunches Second Edition DON JONES JEFFERY HICKS 11 MANN I NG Shelter Island contents preface xx'ii about this booh author online xx xix about the authors acknowledgments

More information

Changeable information Lesson 2 Creating a Parameterized Script Best practices Lab A Creating a Parameterized Script...

Changeable information Lesson 2 Creating a Parameterized Script Best practices Lab A Creating a Parameterized Script... Table of Contents Using this Course Manual... 7 Acknowledgements... 8 Module 01 Preparing for Scripting... 9 Lesson 1 Overview... 10 What is toolmaking?... 11 Is this course for you?... 13 Prerequisites...

More information

Windows PowerShell Scripting and Toolmaking

Windows PowerShell Scripting and Toolmaking Windows PowerShell Scripting and Toolmaking 55039A; 5 Days, Instructor-led Course Description This five-day instructor-led course is intended for IT Professionals who have a working knowledge of Windows

More information

Windows PowerShell Scripting and Toolmaking

Windows PowerShell Scripting and Toolmaking Windows PowerShell Scripting and Toolmaking Course 55039B 5 Days Instructor-led, Hands on Course Information This five-day instructor-led is intended for IT professionals who are interested in furthering

More information

If attending this course via Extended Classroom., the course requires you to have a dual screen setup.

If attending this course via Extended Classroom., the course requires you to have a dual screen setup. Windows PowerShell Scripting and Toolmaking Days/Duration 5 Code M55039 Special Notices If attending this course via Extended Classroom., the course requires you to have a dual screen setup. Overview This

More information

Windows PowerShell Scripting and Toolmaking

Windows PowerShell Scripting and Toolmaking Course Code: M55039 Vendor: Microsoft Course Overview Duration: 5 RRP: 2,290 Windows PowerShell Scripting and Toolmaking Overview This five-day instructor-led course is intended for IT Professionals who

More information

Course 55039A: Windows PowerShell Scripting & Toolmaking

Course 55039A: Windows PowerShell Scripting & Toolmaking Sales 406/256-5700 Support 406/252-4959 Fax 406/256-0201 Evergreen Center North 1501 14 th St West, Suite 201 Billings, MT 59102 Course 55039A: Windows PowerShell Scripting & Toolmaking Course Specifications

More information

Windows PowerShell Scripting and Toolmaking (PowerShell v3.0) (55039)

Windows PowerShell Scripting and Toolmaking (PowerShell v3.0) (55039) Windows PowerShell Scripting and Toolmaking (PowerShell v3.0) (55039) Formato do curso: Presencial Preço: 1740 Duração: 35 horas Five-day instructor-led course intended for IT Professionals who have a

More information

Course Outline. Advanced Automated Administration with Windows PowerShell Course 10962: 3 days Instructor Led

Course Outline. Advanced Automated Administration with Windows PowerShell Course 10962: 3 days Instructor Led Advanced Automated Administration with Windows PowerShell Course 10962: 3 days Instructor Led Prerequisites: Before attending this course, students must have: Knowledge and experience working with Windows

More information

Index. Symbol. Begin block, 207 BuildConnectionString method, 174, 202 Build in configurations, 296

Index. Symbol. Begin block, 207 BuildConnectionString method, 174, 202 Build in configurations, 296 Index Symbol $bsql, 180 $ConfirmPreference variable, 220 $datetime.toshorttimestring(), 35 $DebugPreference, 222 $DebugPreference variable, 221 $filepath, 226 $LogEngineHealthEvent, 223 $myculture, 219

More information

Powershell. Functions, Parameters, User Input, Providers, WMI Objects COMP2101 Fall 2017

Powershell. Functions, Parameters, User Input, Providers, WMI Objects COMP2101 Fall 2017 Powershell Functions, Parameters, User Input, Providers, WMI Objects COMP2101 Fall 2017 Script Parameters Scripts can have parameters Use the param statement as the first line in your script to add parameters

More information

Part II: PowerShell s Basic Structure and Syntax... 47

Part II: PowerShell s Basic Structure and Syntax... 47 Contents at a Glance Introduction... 1 Part I: Get ting a Bird s-eye View of PowerShell 2... 9 Chapter 1: The Windows PowerShell Rap Sheet...11 Chapter 2: Customizing and Shortcutting the Environment...21

More information

MOC 20411B: Administering Windows Server Course Overview

MOC 20411B: Administering Windows Server Course Overview MOC 20411B: Administering Windows Server 2012 Course Overview This course is part two in a series of three courses that provides the skills and knowledge necessary to implement a core Windows Server 2012

More information

Corporate Training Centre (306)

Corporate Training Centre   (306) Corporate Training Centre www.sbccollege.ca/corporate (306)244-6340 corporate@sbccollege.ca Windows PowerShell Scripting and Toolmaking: 55039 5 Day Training Program November 4-8, 2019 Cost: $2,800.00

More information

MOC 6419B: Configuring, Managing and Maintaining Windows Server based Servers

MOC 6419B: Configuring, Managing and Maintaining Windows Server based Servers MOC 6419B: Configuring, Managing and Maintaining Windows Server 2008- based Servers Course Overview This instructor-led course provides students with the knowledge and skills that are required to manage

More information

This course provides students with the knowledge and skills to administer Windows Server 2012.

This course provides students with the knowledge and skills to administer Windows Server 2012. MOC 20411C: Administering Windows Server 2012 Course Overview This course provides students with the knowledge and skills to administer Windows Server 2012. Course Introduction Course Introduction 6m Module

More information

Configuring, Managing, and Maintaining Windows Server 2008 R2 Servers

Configuring, Managing, and Maintaining Windows Server 2008 R2 Servers Configuring, Managing, and Maintaining Windows Server 2008 R2 Servers Course 6419B - Five Days - Instructor-led - Hands on Introduction This five-day instructor-led course provides students with the knowledge

More information

COURSE 10962B: ADVANCED AUTOMATED ADMINISTRATION WITH WINDOWS POWERSHELL

COURSE 10962B: ADVANCED AUTOMATED ADMINISTRATION WITH WINDOWS POWERSHELL ABOUT THIS COURSE This three-day course is a follow on course from the 10961B: Automating Administration with Windows PowerShell course. It is built on Windows Server 2012 R2 and Windows 8.1 and while

More information

Configuring, Managing and Maintaining Windows Server 2008-based Servers (Course 6419)

Configuring, Managing and Maintaining Windows Server 2008-based Servers (Course 6419) Length: 5 Days About this Course This five-day instructor-led course provides students with the knowledge and skills that are required to manage accounts and resources, maintain server resources, monitor

More information

Pearson: Windows PowerShell in 24 Hours Labs. Course Outline. Pearson: Windows PowerShell in 24 Hours Labs.

Pearson: Windows PowerShell in 24 Hours Labs. Course Outline. Pearson: Windows PowerShell in 24 Hours Labs. Course Outline Pearson: Windows PowerShell in 24 Hours Labs 07 May 2018 Contents 1. Course Objective 2. Expert Instructor-Led Training 3. ADA Compliant & JAWS Compatible Platform 4. State of the Art Educator

More information

Perl Scripting. Students Will Learn. Course Description. Duration: 4 Days. Price: $2295

Perl Scripting. Students Will Learn. Course Description. Duration: 4 Days. Price: $2295 Perl Scripting Duration: 4 Days Price: $2295 Discounts: We offer multiple discount options. Click here for more info. Delivery Options: Attend face-to-face in the classroom, remote-live or on-demand streaming.

More information

How should this be implemented using SAP Data Services transforms? Please choose the correct answer.

How should this be implemented using SAP Data Services transforms? Please choose the correct answer. SAP EDUCATION SAMPLE QUESTIONS: C_DS_42 SAP Certified Application Associate - SAP IQ 16.0 Administration Disclaimer: These sample questions are for self-evaluation purposes only and do not appear on the

More information

ADVANCED AUTOMATED ADMINISTRATION WITH WINDOWS POWERSHELL

ADVANCED AUTOMATED ADMINISTRATION WITH WINDOWS POWERSHELL Education and Support for SharePoint, Office 365 and Azure www.combined-knowledge.com MOC On- Demand ADVANCED AUTOMATED ADMINISTRATION WITH WINDOWS POWERSHELL Duration: 2 days About this course Learn how

More information

70-411: Administrating Windows Server 2012

70-411: Administrating Windows Server 2012 70-411: Administrating Windows Server 2012 Course Overview This course provides students with the knowledge and skills to administer a Windows Server 2012 infrastructure in an enterprise environment. Course

More information

Microsoft Configuring, Managing and Maintaining Windows Server 2008

Microsoft Configuring, Managing and Maintaining Windows Server 2008 1800 ULEARN (853 276) www.ddls.com.au Microsoft 6419 - Configuring, Managing and Maintaining Windows Server 2008 Length 5 days Price $4290.00 (inc GST) Overview This five-day instructor-led course provides

More information

MOC 20417B: Upgrading Your Skills to MCSA Windows Server 2012

MOC 20417B: Upgrading Your Skills to MCSA Windows Server 2012 MOC 20417B: Upgrading Your Skills to MCSA Windows Server 2012 Course Overview This course explains new features and functionality in Windows Server 2012 around management, networking infrastructure, storage,

More information

MOC 20417C: Upgrading Your Skills to MCSA Windows Server 2012

MOC 20417C: Upgrading Your Skills to MCSA Windows Server 2012 MOC 20417C: Upgrading Your Skills to MCSA Windows Server 2012 Course Overview This course provides students with the knowledge and skills to upgrade to MCSA Windows Server 2012. Course Introduction Course

More information

Tools for Running Administrative Tasks in IIS Executing Scripts for Administrative Tasks Managing IIS Tasks

Tools for Running Administrative Tasks in IIS Executing Scripts for Administrative Tasks Managing IIS Tasks Tools for Running Administrative Tasks in IIS Executing Scripts for Administrative Tasks Managing IIS Tasks IIS 8.0 Management PowerShell Overview Benefits of Using PowerShell Benefits of Using Microsoft.Web.Administration

More information

An administrator s guide

An administrator s guide S AMPLE CHAPTER Covers PowerShell 3.0 An administrator s guide Don Jones Richard Siddaway Jeffery Hicks MANNING PowerShell in Depth by Don Jones Richard Siddaway Jeffery Hicks Chapter 1 Copyright 2013

More information

Windows PowerShell. The next generation command line scripting

Windows PowerShell. The next generation command line scripting The next generation command line scripting Presented by Bob McCoy, CISSP/ISSAP, MCSE Microsoft Services Cyber Security Forum 07/18/2007 Windows PowerShell cmd.exe and command.com Lack of scriptable functionality

More information

Advanced Automated Administration with Windows PowerShell

Advanced Automated Administration with Windows PowerShell Advanced Automated Administration with Windows PowerShell Course 10962B - Three days - Instructor-led - Hands-on Introduction This three-day instructor-led course is a follow on course from the 10961:

More information

Advanced Automated Administration with Windows PowerShell

Advanced Automated Administration with Windows PowerShell Course 10962A: Advanced Automated Administration with Windows PowerShell Course Details Course Outline Module 1: Creating Advanced Functions In this module students will learn how to parameterize a command

More information

Introduction to Programming Microsoft.NET Applications with Visual Studio 2008 (C#)

Introduction to Programming Microsoft.NET Applications with Visual Studio 2008 (C#) Introduction to Programming Microsoft.NET Applications with Visual Studio 2008 (C#) Course Number: 6367A Course Length: 3 Days Course Overview This three-day course will enable students to start designing

More information

Advanced Automated Administration with Windows PowerShell (MS-10962)

Advanced Automated Administration with Windows PowerShell (MS-10962) Advanced Automated Administration with Windows PowerShell (MS-10962) Modality: Virtual Classroom Duration: 3 Days SATV Value: 3 Days SUBSCRIPTION: Master, Master Plus About this Course: The course will

More information

Hands-On Perl Scripting and CGI Programming

Hands-On Perl Scripting and CGI Programming Hands-On Course Description This hands on Perl programming course provides a thorough introduction to the Perl programming language, teaching attendees how to develop and maintain portable scripts useful

More information

SAMPLE CHAPTER SECOND EDITION. Don Jones Jeffery Hicks Richard Siddaway MANNING

SAMPLE CHAPTER SECOND EDITION. Don Jones Jeffery Hicks Richard Siddaway MANNING SAMPLE CHAPTER SECOND EDITION Don Jones Jeffery Hicks Richard Siddaway MANNING PowerShell in Depth by Don Jones Jeffery Hicks Richard Siddaway Chapter 1 Copyright 2015 Manning Publications brief contents

More information

John Savill s PowerShell Master Class

John Savill s PowerShell Master Class John Savill s PowerShell Master Class Who am I? NTFAQGuy MCSE NT 4, Server 2012, Private Cloud, Azure, VCP 4/5, CISSP, ITIL v3 Author of the Windows FAQ Senior Contributing Editor for Windows IT Pro magazine

More information

6234A - Implementing and Maintaining Microsoft SQL Server 2008 Analysis Services

6234A - Implementing and Maintaining Microsoft SQL Server 2008 Analysis Services 6234A - Implementing and Maintaining Microsoft SQL Server 2008 Analysis Services Course Number: 6234A Course Length: 3 Days Course Overview This instructor-led course teaches students how to implement

More information

MOC 20463C: Implementing a Data Warehouse with Microsoft SQL Server

MOC 20463C: Implementing a Data Warehouse with Microsoft SQL Server MOC 20463C: Implementing a Data Warehouse with Microsoft SQL Server Course Overview This course provides students with the knowledge and skills to implement a data warehouse with Microsoft SQL Server.

More information

Duration: 5 Days Course Code: M20764 Version: B Delivery Method: Elearning (Self-paced)

Duration: 5 Days Course Code: M20764 Version: B Delivery Method: Elearning (Self-paced) Administering a SQL Database Infrastructure Duration: 5 Days Course Code: M20764 Version: B Delivery Method: Elearning (Self-paced) Overview: This five-day instructor-led course provides students who administer

More information

Boulos Dib September 21, 2011

Boulos Dib September 21, 2011 Boulos Dib September 21, 2011 Independent Consultant Napeague Inc. Software Development since 1983 Few Facts (@boulosdib) First Personal Computer 1980 TRS-80 III First Z80 based product (EPROM based Protocol

More information

POWERSHELL. Introduction COMP2101 Winter 2019

POWERSHELL. Introduction COMP2101 Winter 2019 POWERSHELL Introduction COMP2101 Winter 2019 POWERSHELL VERSIONS Windows Powershell version 5.1 is the target version for this course The get-host command can be used to see your Windows Powershell version

More information

[MS10962]: Advanced Automated Administration With Windows PowerShell

[MS10962]: Advanced Automated Administration With Windows PowerShell [MS10962]: Advanced Automated Administration With Windows PowerShell Length : 3 Days Audience(s) : IT Professionals Level : 300 Technology : Windows Server Delivery Method : Instructor-led (Classroom)

More information

Linux Fundamentals (L-120)

Linux Fundamentals (L-120) Linux Fundamentals (L-120) Modality: Virtual Classroom Duration: 5 Days SUBSCRIPTION: Master, Master Plus About this course: This is a challenging course that focuses on the fundamental tools and concepts

More information

Windows Server 2012 R2 Windows PowerShell Fundamentals

Windows Server 2012 R2 Windows PowerShell Fundamentals Windows Server 2012 R2 Windows PowerShell Fundamentals Windows Server 2012 R2 Hands-on lab Windows PowerShell is a command-line shell and scripting language that helps IT professionals achieve greater

More information

Advanced Automated Administration with Windows PowerShell

Advanced Automated Administration with Windows PowerShell Advanced Automated Administration with Windows PowerShell Referencia MOC 10962 Duración (horas) 18 Última actualización 20 marzo 2018 Modalidades Presencial, OpenClass Introducción Learn how to automate

More information

Maintaining a Microsoft SQL Server 2008 Database (Course 6231A)

Maintaining a Microsoft SQL Server 2008 Database (Course 6231A) Duration Five days Introduction Elements of this syllabus are subject to change. This five-day instructor-led course provides students with the knowledge and skills to maintain a Microsoft SQL Server 2008

More information

Configuring a Windows Server 2008 Applications Infrastructure

Configuring a Windows Server 2008 Applications Infrastructure Configuring a Windows Server 2008 Applications Infrastructure Course Number: 70-643 Course Length: 5 Days Course Overview The MCTS credential enables professionals to target specific technologies and distinguish

More information

POWERSHELL. Best Practices, Remote Management, Automation and More

POWERSHELL. Best Practices, Remote Management, Automation and More POWERSHELL Best Practices, Remote Management, Automation and More POWERSHELL #ILTAG119 Best Practices, Remote Management, Automation and More @thejasonhelmick Jason-Helmick@Pluralsight.com Author/Evangelist

More information

MOC 6232A: Implementing a Microsoft SQL Server 2008 Database

MOC 6232A: Implementing a Microsoft SQL Server 2008 Database MOC 6232A: Implementing a Microsoft SQL Server 2008 Database Course Number: 6232A Course Length: 5 Days Course Overview This course provides students with the knowledge and skills to implement a Microsoft

More information

SQL Server Integration Services

SQL Server Integration Services www.logicalimagination.com 800.657.1494 SQL Server Integration Services Course #: SS-103 Duration: 3 days Prerequisites This course assumes no prior knowledge of SQL Server Integration Services. This course

More information

Microsoft PowerShell for Security Professionals. Lab Guide Basics

Microsoft PowerShell for Security Professionals. Lab Guide Basics Microsoft PowerShell for Security Professionals Lab Guide Basics 1 Table of Contents Setup the Console... 3 Help... 6 Find the Right Command... 7 Providers... 8 File System... 8 Registry... 8 Extending

More information

Course : Planning and Administering SharePoint 2016

Course : Planning and Administering SharePoint 2016 Course Outline Course 20339-1: Planning and Administering SharePoint 2016 Duration: 5 days About this course This five-day course will provide you with the knowledge and skills to plan and administer a

More information

Blended Learning Outline: Cloudera Data Analyst Training (171219a)

Blended Learning Outline: Cloudera Data Analyst Training (171219a) Blended Learning Outline: Cloudera Data Analyst Training (171219a) Cloudera Univeristy s data analyst training course will teach you to apply traditional data analytics and business intelligence skills

More information

MOC 20410C: Installing and Configuring Windows Server 2012

MOC 20410C: Installing and Configuring Windows Server 2012 MOC 20410C: Installing and Configuring Windows Server 2012 Course Overview This course provides students with the knowledge and skills to implement a core Windows Server 2012 infrastructure in an existing

More information

SAMPLE CHAPTER SECOND EDITION. Don Jones Jeffery Hicks Richard Siddaway MANNING

SAMPLE CHAPTER SECOND EDITION. Don Jones Jeffery Hicks Richard Siddaway MANNING SAMPLE CHAPTER SECOND EDITION Don Jones Jeffery Hicks Richard Siddaway MANNING PowerShell in Depth by Don Jones Jeffery Hicks Richard Siddaway Chapter 32 Copyright 2015 Manning Publications brief contents

More information

NetVault Backup Web-based Training Bundle - 2 Student Pack

NetVault Backup Web-based Training Bundle - 2 Student Pack NetVault Backup Web-based Training Bundle - 2 Student Pack Description Get access to both Netvault Backup Implementation & Administration Web-based Training course and Netvault Backup Advanced Administration

More information

PowerShell. Scripting in Windows Environments Gergő Ládi

PowerShell. Scripting in Windows Environments Gergő Ládi PowerShell Scripting in Windows Environments 2016.04.03. Gergő Ládi (me@gergoladi.me) About Me MSc Student @ BUTE (BME) Member of KSZK since 2011 Relevant certifications: 2016.04.03. Gergő Ládi (me@gergoladi.me)

More information

Overview of Windows PowerShell 5.0

Overview of Windows PowerShell 5.0 CHAPTER 1 Overview of Windows PowerShell 5.0 After completing this chapter, you will be able to Understand the basic use and capabilities of Windows PowerShell. Install Windows PowerShell. Use basic command-line

More information

PowerShell Master Class

PowerShell Master Class Region Example Creating a PowerShell Script Basics of PowerShell Script Best Practices for Script Authoring Interacting With Users 4 #region CIM Get-Command -Module CimCmdlets Get-CimClass -ClassName *disk*

More information

Course 6231A: Maintaining a Microsoft SQL Server 2008 Database

Course 6231A: Maintaining a Microsoft SQL Server 2008 Database Course 6231A: Maintaining a Microsoft SQL Server 2008 Database About this Course This five-day instructor-led course provides students with the knowledge and skills to maintain a Microsoft SQL Server 2008

More information

70-742: Identity in Windows Server Course Overview

70-742: Identity in Windows Server Course Overview 70-742: Identity in Windows Server 2016 Course Overview This course provides students with the knowledge and skills to install and configure domain controllers, manage Active Directory objects, secure

More information

An administrator s guide

An administrator s guide S AMPLE CHAPTER Covers PowerShell 3.0 An administrator s guide Don Jones Richard Siddaway Jeffery Hicks MANNING PowerShell in Depth by Don Jones Richard Siddaway Jeffery Hicks Chapter 32 Copyright 2013

More information

Informatica Power Center 10.1 Developer Training

Informatica Power Center 10.1 Developer Training Informatica Power Center 10.1 Developer Training Course Overview An introduction to Informatica Power Center 10.x which is comprised of a server and client workbench tools that Developers use to create,

More information

$99.95 per user. SQL Server 2005 Integration Services CourseId: 153 Skill level: Run Time: 31+ hours (162 videos)

$99.95 per user. SQL Server 2005 Integration Services CourseId: 153 Skill level: Run Time: 31+ hours (162 videos) Course Description This popular LearnItFirst.com course is one of our most popular courses. Master trainer Scott Whigham takes you through the steps you need to migrate data to and fro. You ll learn package

More information

Course 20764: Administering a SQL Database Infrastructure

Course 20764: Administering a SQL Database Infrastructure Course 20764: Administering a SQL Database Infrastructure About this course: This five-day instructor-led course provides students who administer and maintain SQL Server databases with the knowledge and

More information

MOC 20410B: Installing and Configuring Windows Server 2012

MOC 20410B: Installing and Configuring Windows Server 2012 MOC 20410B: Installing and Configuring Windows Server 2012 Course Overview This course is part one of a three-part series that provides the skills and knowledge necessary to implement a core Windows Server

More information

Administering a SQL Database Infrastructure

Administering a SQL Database Infrastructure Administering a SQL Database Infrastructure 20764B; 5 Days; Instructor-led Course Description This five-day instructor-led course provides students who administer and maintain SQL Server databases with

More information

Integration Services. Creating an ETL Solution with SSIS. Module Overview. Introduction to ETL with SSIS Implementing Data Flow

Integration Services. Creating an ETL Solution with SSIS. Module Overview. Introduction to ETL with SSIS Implementing Data Flow Pipeline Integration Services Creating an ETL Solution with SSIS Module Overview Introduction to ETL with SSIS Implementing Data Flow Lesson 1: Introduction to ETL with SSIS What Is SSIS? SSIS Projects

More information

Introduction to Microsoft.NET Framework Programming using VS 2005 (C#)

Introduction to Microsoft.NET Framework Programming using VS 2005 (C#) Introduction to Microsoft.NET Framework Programming using VS 2005 (C#) Course Length: 5 Days Course Overview This instructor-led course teaches introductory-level developers who are not familiar with the

More information

Lab Sample Solutions. Chapter 4 lab. Answers

Lab Sample Solutions. Chapter 4 lab. Answers Lab Sample Solutions Chapter 4 lab WMI is a great management tool and one we think toolmakers often take advantage of. Using the new CIM cmdlets, write a function to query a computer and find all services

More information

NETVAULT BACKUP SYSTEM ADMINISTRATION COMPLETE - INSTRUCTOR LED TRAINING

NETVAULT BACKUP SYSTEM ADMINISTRATION COMPLETE - INSTRUCTOR LED TRAINING NETVAULT BACKUP SYSTEM ADMINISTRATION COMPLETE - INSTRUCTOR LED TRAINING The NetVault Backup System Administration Complete Instructor-led training course is designed to instruct students on the essentials

More information

Hyperion Interactive Reporting Reports & Dashboards Essentials

Hyperion Interactive Reporting Reports & Dashboards Essentials Oracle University Contact Us: +27 (0)11 319-4111 Hyperion Interactive Reporting 11.1.1 Reports & Dashboards Essentials Duration: 5 Days What you will learn The first part of this course focuses on two

More information

Windows Client, Enterprise Desktop Support Technician

Windows Client, Enterprise Desktop Support Technician Course 50331D: Windows Client, Enterprise Desktop Support Technician Page 1 of 11 Windows Client, Enterprise Desktop Support Technician Course 50331D: 3 days; Instructor-Led Introduction (Updated for Windows

More information

Overview. : Cloudera Data Analyst Training. Course Outline :: Cloudera Data Analyst Training::

Overview. : Cloudera Data Analyst Training. Course Outline :: Cloudera Data Analyst Training:: Module Title Duration : Cloudera Data Analyst Training : 4 days Overview Take your knowledge to the next level Cloudera University s four-day data analyst training course will teach you to apply traditional

More information

20764C: Administering a SQL Database Infrastructure

20764C: Administering a SQL Database Infrastructure 20764C: Administering a SQL Database Infrastructure Course Details Course Code: Duration: Notes: 20764C 5 days This course syllabus should be used to determine whether the course is appropriate for the

More information