02 | The Help system Jeffrey Snover | Distinguished Engineer & Lead Architect Jason Helmick | Senior Technologist, Concentrated Technology.

Slides:



Advertisements
Similar presentations
Windows PowerShell Crash Course Don Jones Concentrated Technology Jeffrey Snover Microsoft WSV321.
Advertisements

WSV422 Advanced Automation Using Windows PowerShell 3.0 Ian Lucas Principal Program Manager Microsoft Corporation Chris Bellée Senior Premier Field Engineer.
Jeffrey Snover | Distinguished Engineer & Lead Architect Jason Helmick | Senior Technologist, Concentrated Technology.
Jason Himmelstein, MVP Senior Technical Director,
Welcome Course 20410B Module 0: Introduction Audience
Microsoft ® Official Course Module XA Using Windows PowerShell ®
Implementing Update Management
Introduction to Windows PowerShell DANIEL HIBBERT PRIMER FIELD ENGINEER DMVMUG User Conference 2013 – Reston, VA.
Module 1: Configuring Windows Server Module Overview Describe Windows Server 2008 roles Describe Windows Server 2008 features Describe Windows Server.
A Networked Machine Management System 16, 1999.
Module 2 Creating Active Directory ® Domain Services User and Computer Objects.
Managing System Center 2012 Configuration Manager with Windows PowerShell MEMUG August 23 rd 2013.
Online Conference June 17 th and 18 th SharePoint Online Administration with PowerShell.
Jeffrey Snover | Distinguished Engineer & Lead Architect Jason Helmick | Senior Technologist, Concentrated Technology.
Corey Hynes HynesITe, Inc Session Code: SRV317 Objectives Let you walk out of here, being able to run a script against an OU of computers, to make some.
Get-Intro –Name PowerShell Jason Helmick Systems Instructor Interface Technical Training.
Ben Fletcher Mark Rhodes. Windows Management Framework 3.0 Microsoft Online Services Sign-in Assistant All the latest updates Windows Azure AD Module.
Windows Certification Paths OR MCSA Windows Server 2012 Installing and Configuring Windows Server 2012 Exam (20410) Administering Windows Server.
This image was selected is show placement and can be replaced with another full slide image. The Amazing World of PowerShell with SharePoint Online (and.
PowerShell 5 & Windows 10. What are we covering today? What is PowerShell? Why is PowerShell important? Some simple demos on Windows 10.
Sitecore upgrades The Past, The Present, The Future.
Copyright © 2015 Rockwell Automation, Inc. All Rights Reserved. PUBLIC PUBLIC CO900H L19 - Studio 5000® and Logix Advanced Lab.
PowerShell Chattanooga
Introduction Service Management Automation
PowerShell SUNISH SURENDRAN KANNEMBATH
PowerShell Where we are, where we‘re going
Azure on Steroids: Full Automation with PowerShell
Microsoft - Managing Office 365 Identities and Requirements
PowerShell is Happening FOR REAL THIS TIME!!!
TechEd /3/2018 4:18 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
02 | The Help system Jeffrey Snover | Distinguished Engineer & Lead Architect Jason Helmick | Senior Technologist, Concentrated Technology.
Benefits of taking AP classes
Embedding the Reporting Engine Version 3.5
Managing Exchange Online using Office 365 Admin Console
Acutelearn App V Training in Hyderabad Classroom Training Instructer led trainings at Acutelearn premises Corporate Training Custom tailored trainings.
Getting Started with the Data ONTAP PowerShell Toolkit
07 | The Power in the Shell - Remoting
03 | The Pipeline : Getting Connected
Introduction to PowerShell
Azure Automation and Logic Apps:
Windows PowerShell Remoting: Definitely NOT Just for Servers
Getting Started with PowerShell Desired State Configuration (DSC)
08 | Tools that make changes
09 | Script and manifest modules
Office 365 Admin Support Skills: Service Management
Managing Exchange Online using PowerShell
09 | Automation in scale - Remoting
05 | More on Parameters Jeffrey Snover | Distinguished Engineer & Lead Architect Jason Helmick | Senior Technologist, Concentrated Technology.
Managing Exchange Online using Office 365 Admin Console
Getting Started with PowerShell Desired State Configuration (DSC)
Managing Exchange Online using Office 365 Admin Console
In this session… Introduce what we’re talking about
PowerShell Best Practices for SQL DBA’s
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.
Windows PowerShell Crash Course
02 | PowerShell’s Scripting Language
06 | Writing Help Jeffrey Snover | Distinguished Engineer & Lead Architect Jason Helmick | Senior Technologist, Concentrated Technology.
Deploying and Managing Windows To Go
PowerShell + SharePoint Online – An Admins Guide to Administration in the O365 Cloud Marrell Sanders – Sr. SharePoint Administrator SharePoint Saturday.
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:

02 | The Help system Jeffrey Snover | Distinguished Engineer & Lead Architect Jason Helmick | Senior Technologist, Concentrated Technology

Course Topics Getting Started with PowerShell 01 | Don’t fear the shell 06 | The pipeline : Deeper 02 | The Help system 07 | The Power in the Shell - Remoting 03 | The pipeline : Getting connected 08 | Getting prepared for automation 04 | Extending the shell 09 | Automation in scale - Remoting 05 | Objects for the Admin 10 | Introducing scripting and toolmaking

Module Overview Why you need help Updatable Help Discoverability with the Help system Understanding Syntax Real-World using Help

Why you need help Vast resource at your finger tips to help make you successful Don’t memorize – Discover! Thousands of cmdlets – all have help! Scripting resources and information Advanced PowerShell configuration information

Updatable Help Update to the latest version of Help Save-Help to save to a local location

Discoverability with the Help system Get-Help versus Help and Man Help <cmdlet> Help *partial* Help <verb/noun> Help <cmdlet> -Full Help <cmdlet> -Online Help <cmdlet> -ShowWindow Get-Help About_*

Understanding Syntax Parameter sets The meaning of Syntax - Indicates A Parameter [Param] is Positional [] Argument Accepts Multiple Values [Param Arg] is Optional <> Indicates Arguments

Real-World using Help

Questions or comments?