MS50025A – PowerShell for Administrators

Request info

PowerShell Training for Adminstrators

Overview

This hands-on class will introduce administrators to the new Windows command-line shell, PowerShell. PowerShell offers both a command-line interface as well as a scripting environment. With connectivity to Microsoft products such as Exchange 2007, System Center Operations Manager (MOM 2007) and many more, PowerShell provides a consistent interface to more easily control system administration and accelerate automation. It runs on Windows XP SP2, Windows Server 2003, Windows Vista and Windows Server 2008.

This course is intended for IT Pros

Prerequisites

Before attending this course, students must have:

experience administering servers

Outline

Module 1: Introduction to PowerShell – the Basics
Module 2: The PowerShell Pipeline, Scripts and Syntax
Module 3: Variables and Data Types, Variable Scopes, and Arrays
Module 4: Security
Module 5: Script Flow Control Statements
Module 6: Formatting
Module 7: Regular Expressions
Module 8: Functions
Module 9: Error Handling
Module 10: Advanced Scripting for Administrators

Course duration: 3 Days

Cost: £995 + VAT

PowerShell Training for Administrators Inverness, Aberdeen, Glasgow, Edinburgh, Dunfermline and other sites throughout the UK including onsite closed company courses are available.

PowerShell Training for Administrators in Ghana, Nigeria and Qatar is also available.

SELECT wp_posts.*, wp_p2p.* FROM wp_posts INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) INNER JOIN wp_p2p WHERE 1=1 AND ( ( wp_postmeta.meta_key = 'start_date' AND CAST(wp_postmeta.meta_value AS DATE) >= '2024-03-29' ) ) AND ((wp_posts.post_type = 'schedule' AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'acf-disabled'))) AND (wp_p2p.p2p_type = 'schedule_to_courses' AND wp_posts.ID = wp_p2p.p2p_from AND wp_p2p.p2p_to IN ( SELECT wp_posts.ID FROM wp_posts WHERE 1=1 AND wp_posts.ID IN (857) AND ((wp_posts.post_type = 'courses' AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'acf-disabled'))) ORDER BY wp_posts.post_date DESC )) GROUP BY wp_posts.ID ORDER BY CAST(wp_postmeta.meta_value AS DATE) ASC