Top Banner
03 | The Pipeline : Getting Connected Jeffrey Snover | Distinguished Engineer & Lead Architect Jason Helmick | Senior Technologist, Concentrated Technology
12

03 the pipeline-getting connected 1

Jul 19, 2015

Download

Education

Shubham Atkare
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: 03 the pipeline-getting connected 1

03 | The Pipeline : Getting

Connected

Jeffrey Snover | Distinguished Engineer & Lead Architect

Jason Helmick | Senior Technologist, Concentrated

Technology

Page 2: 03 the pipeline-getting connected 1

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

Page 3: 03 the pipeline-getting connected 1

• What’s the pipeline and what does it do?

• Exporting/Importing CSV

• Exporting/Importing XML

• Other files and printers

• Displaying information in a GUI

• Making a webpage of information

• Cmdlets that kill

Module Overview

Page 4: 03 the pipeline-getting connected 1

What’s the pipeline and what does it do?

Pipe character located above the Enter key

Connects cmdlets to produce better results

Can be broken into several lines to increase readability

Page 5: 03 the pipeline-getting connected 1

Exporting/Importing CSV

Page 6: 03 the pipeline-getting connected 1

Exporting/Importing XML

Page 7: 03 the pipeline-getting connected 1

Other files and printers

Page 8: 03 the pipeline-getting connected 1

Displaying information in a GUI

Page 9: 03 the pipeline-getting connected 1

Making a webpage of information

Page 10: 03 the pipeline-getting connected 1

Cmdlets that kill

• Stop-Process / kill

• Stop-service

• $ConfirmPreference

• $WhatIfPreference

• -Confirm

• -Whatif

Page 11: 03 the pipeline-getting connected 1

Questions or comments?

Page 12: 03 the pipeline-getting connected 1

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