11
Click to edit Master subtitle style 07 | The Power in the Shell - Remoting Jeffrey Snover | Distinguished Engineer & Lead Architect Jason Helmick | Senior Technologist, Concentrated Technology

07 the power in the shell - remoting

Embed Size (px)

Citation preview

Page 1: 07 the power in the shell - remoting

Click to edit Master subtitle style07 | The Power in the Shell -

RemotingJeffrey Snover | Distinguished Engineer & Lead ArchitectJason Helmick | Senior Technologist, Concentrated Technology

Page 2: 07 the power in the shell - remoting

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: 07 the power in the shell - remoting

• Overview of Remoting

• Enable Remoting

• One-To-One

• One-To-Many

• Not the end yet!

Module Overview

Page 4: 07 the power in the shell - remoting

Overview of Remoting

Page 5: 07 the power in the shell - remoting

Enable Remoting

Computer Configuration/Policies/Administrative Templates/Windows Components/Windows Remote

Management

PowerShell Remoting is already enabled in

Server 2012

Page 6: 07 the power in the shell - remoting

One to One - Interactive

Page 7: 07 the power in the shell - remoting

One-To-Many

Page 8: 07 the power in the shell - remoting

PowerShell Web Access• PowerShell – Anywhere, anytime, on any device!

• Install-WindowsFeature –Name WindowsPowerShellWebAccess

• Get-Help *Pswa*

• Install-PswaWebApplication –UseTestCertificate

• # Use the –useTestCertificate for testing (Expires in 90 days)

• Add-PswaAuthorizationRule –userName <Domain\User | Computer\user> -ComputerName <Computer> -ConfigurationName AdminsOnly

Page 9: 07 the power in the shell - remoting

Not the end yet!

• More to come!

• Managing in scale and in real time!

• Automation and scripting!

• Great resource: Free!

• Secrets of PowerShell Remoting – Don Jones and Tobias Weltner

• http://powershell.org/wp/powershell-books/

Page 10: 07 the power in the shell - remoting

Questions or comments?

Page 11: 07 the power in the shell - remoting

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