02 the help system

10
Click to edit Master subtitle style 02 | The Help system Jeffrey Snover | Distinguished Engineer & Lead Architect Jason Helmick | Senior Technologist, Concentrated Technology

Upload: shubham-atkare

Post on 19-Jun-2015

75 views

Category:

Education


0 download

TRANSCRIPT

Page 1: 02 the help system

Click to edit Master subtitle style

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

Page 2: 02 the help system

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

Page 3: 02 the help system

• Why you need help

• Updatable Help

• Discoverability with the Help system

• Understanding Syntax

• Real-World using Help

Module Overview

Page 4: 02 the help system

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

Page 5: 02 the help system

Updatable Help

• Update to the latest version of Help

• Save-Help to save to a local location

Page 6: 02 the help system

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_*

Page 7: 02 the help system

Understanding Syntax

• The meaning of Syntax

• Parameter sets

- Indicates A Parameter

<> Indicates Arguments

[] Argument Accepts Multiple Values [Param] is Positional

[Param Arg] is Optional

Page 8: 02 the help system

Real-World using Help

Page 9: 02 the help system

Questions or comments?

Page 10: 02 the help system

©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.