02 the help system

Post on 19-Jun-2015

75 Views

Category:

Education

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

Click to edit Master subtitle style

02 | The Help systemJeffrey Snover | Distinguished Engineer & Lead ArchitectJason Helmick | Senior Technologist, Concentrated Technology

Course Topics

Getting Started with PowerShell

01 | Don’t fear the shell 06 | The pipeline : Deeper

02 | The Help system07 | The Power in the Shell - Remoting

03 | The pipeline : Getting connected

08 | Getting prepared for automation

04 | Extending the shell09 | Automation in scale - Remoting

05 | Objects for the Admin10 | Introducing scripting and toolmaking

• Why you need help

• Updatable Help

• Discoverability with the Help system

• Understanding Syntax

• Real-World using Help

Module Overview

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> -ShowCommand

• Get-Help About_*

Understanding Syntax

• The meaning of Syntax

• Parameter sets

- Indicates A Parameter

<> Indicates Arguments

[] Argument Accepts Multiple Values [Param] is Positional

[Param Arg] is Optional

Real-World using Help

Questions or comments?

©2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, Office, Azure, System Center, Dynamics and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

top related