05 | More on Parameters Jeffrey Snover | Distinguished Engineer & Lead Architect Jason Helmick | Senior Technologist, Concentrated Technology.

Slides:



Advertisements
Similar presentations
School of Engineering & Technology Computer Architecture Pipeline.
Advertisements

Jeffrey Snover | Distinguished Engineer & Lead Architect Jason Helmick | Senior Technologist, Concentrated Technology.
FIM Workflows with PowerShell
Multidisciplinary Engineering Senior Design Project 05xxx Project Name 2005 Critical Design Review May 13, 2001 Project Sponsor: Team Members: Team Mentor:
DPA Professional Development Learning Event – 27 March 2007 Training for Cost Engineers Clyne Grant Senior Cost Engineer PFG-Scot2 Glasgow.
WEB FORM DESIGN. Creating forms for a web page For your web project you have to design a form for inclusion on your web site (the form information should.
Retrospective review of e-Assessment data to enhance student feedback Dr D. Rhys Gwynllyw Dr Karen L. Henderson
Writing JavaScript Functions. Goals By the end of this unit, you should understand … How to breakdown applications into individual, re-usable modules.
Understanding SharePoint Content Module 1. Overview  Defining Content in SharePoint  Defining Management of SharePoint Content.
Jeffrey Snover | Distinguished Engineer & Lead Architect Jason Helmick | Senior Technologist, Concentrated Technology.
Creating and Managing Content Types Module 9. Overview  Understanding Content Types  Creating and Using Site Columns  Creating and Using Site Content.
Jette Viethen 20 April 2007NLGeval07 Automatic Evaluation of Referring Expression Generation is Possible.
A 3-D Rendering System Final Project Ben Hebert & Mayur Desai Spring 2005.
WEB FORM DESIGN. Creating forms for a web page For your web project you have to design a form for inclusion on your web site (the form information should.
AND Gate Inputs Output Input A (Switch) Input B (Switch) Output Y (Lamp) 0 (Open) 0 (OFF) A B Lamp.
Moodle My Feedback: Assessment reports for staff and students Jessica Matt MoodleMoot IE/UK 2016.
Tutorial 9 Module 8 – 8.1,8.2,8.3. Question 1 Distinguish between vectored and non-vectored interrupts with an example Build a hardware circuit that can.
Intelligent Data Systems Lab. Department of Computer Science & Engineering Practices 컴퓨터의 개념 및 실습 4 월 25 일.
S-Risk® - Advanced demo
A New Model For Welding Education
10 | Programming with Transact-SQL
« Enabled Knowledge Discovery » 7-8 june 2016
State of the art We still have problem using 3D – There are no standard of how to make the modelling, so we can’t benefit from each other. There are not.
02 | The Help system Jeffrey Snover | Distinguished Engineer & Lead Architect Jason Helmick | Senior Technologist, Concentrated Technology.
Managing Exchange Online using Office 365 Admin Console
02 | The Help system Jeffrey Snover | Distinguished Engineer & Lead Architect Jason Helmick | Senior Technologist, Concentrated Technology.
07 | The Power in the Shell - Remoting
Using Jenkins for your DSC CI Pipeline
CMIS 102 Education for Service/tutorialrank.com
03 | The Pipeline : Getting Connected
Introduction to PowerShell
02 | Developing ASP.NET MVC 4 Models
04 | Using Set Operators Graeme Malcolm | Senior Content Developer, Microsoft Geoff Allix | Principal Technologist, Content Master.
Getting Started with PowerShell Desired State Configuration (DSC)
08 | Tools that make changes
07 | Using Table Expressions
09 | Script and manifest modules
Generic image diffusion system
Strong and Weak Acids and Bases
Ford LSPI Prove Out Operational Data Plots
Managing Exchange Online using PowerShell
09 | Automation in scale - Remoting
Managing Exchange Online using Office 365 Admin Console
Getting Started with PowerShell Desired State Configuration (DSC)
Software Engineering Lecture #14.
Managing Exchange Online using Office 365 Admin Console
example 6 Female Workers
PowerShell Best Practices for SQL DBA’s
Transp Course 2014 Overview.
Managing Exchange Online using PowerShell
04 | Advanced Functions Jeffrey Snover | Distinguished Engineer & Lead Architect Jason Helmick | Senior Technologist, Concentrated Technology.
08 | Getting prepared for automation
06 | The Pipeline : Deeper Jeffrey Snover | Distinguished Engineer & Lead Architect Jason Helmick | Senior Technologist, Concentrated Technology.
Test Process “V” Diagram
User Guide Employee & Manager
IT323 Project Phase#2.
A simple function.
02 | PowerShell’s Scripting Language
06 | Writing Help Jeffrey Snover | Distinguished Engineer & Lead Architect Jason Helmick | Senior Technologist, Concentrated Technology.
Engine Part ID Part 1.
Engine Part ID Part 2.
Engine Part ID Part 2.
Managing Exchange Online using PowerShell
05 | Object for the Admin Jeffrey Snover | Distinguished Engineer & Lead Architect Jason Helmick | Senior Technologist, Concentrated Technology.
Getting Started with PowerShell Desired State Configuration (DSC)
07 | Error Handling Jeffrey Snover | Distinguished Engineer & Lead Architect Jason Helmick | Senior Technologist, Concentrated Technology.
07 | Recovery Ashley McGlone | Premier Field Engineer, Microsoft
Using PowerShell for Active Directory
Jeffrey Snover | Distinguished Engineer & Lead Architect
10 | Introducing scripting and toolmaking
Presentation transcript:

05 | More on Parameters Jeffrey Snover | Distinguished Engineer & Lead Architect Jason Helmick | Senior Technologist, Concentrated Technology

Module Overview Mandatory parameters Switch parameters Accepting pipeline input Parameter help Parameter aliases Parameter validation

Mandatory Parameters Get-Help About_Functions_Advanced_Parameters

Switch Parameter Get-Help About_Functions_Advanced_Parameters

Accepting pipeline input

Parameter help

Parameter Alias

Parameter Validation

Parameter Validation - ValidateSet Get-Help About_Functions_Advanced_Parameters ValidateSet

Parameter Validation - ValidateCount Get-Help About_Functions_Advanced_Parameters ValidateCount

Parameter Validation - ValidatePattern Get-Help About_Functions_Advanced_Parameters ValidatePattern

Questions or comments?