07 | The Power in the Shell - Remoting

Slides:



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

School of Engineering & Technology Computer Architecture Pipeline.
Jeffrey Snover | Distinguished Engineer & Lead Architect Jason Helmick | Senior Technologist, Concentrated Technology.
James Boother Blog: INTRODUCTION TO POWERSHELL.
Computer Literacy Presentation C. Otero Katie Carson, Dianna Jenkins, John Willis-Morris.
Connecting To A Remote Computer Via ‘Remote Desktop Web Connection’ Compatible With ‘Most Any’ Computer.
State of Alaska Division of Retirement and Benefits Introduces WebEx™ Division of Retirement and Benefits.
©Kwan Sai Kit, All Rights Reserved Windows Small Business Server 2003 Features.
Verify Hardware Requirements Install Windows Server 2008 R2 Configure Active Directory Install SQL Server 2008 Install SharePoint Server 2010 Configure.
SharePoint 2010 Development Environment A Guide to Setup SharePoint 2010 Development Environment on Windows 7 Machine.
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.
Managing System Center 2012 Configuration Manager with Windows PowerShell MEMUG August 23 rd 2013.
Jeffrey Snover | Distinguished Engineer & Lead Architect Jason Helmick | Senior Technologist, Concentrated Technology.
HOME AUTOMATION: WEB BASED CONTROL Anthony Campbell Eric Poynter EKU, Dept. of Technology Computer Electronic Networking.
Module 7: Configuring Terminal Services. Overview Describe how the components of Terminal Services work together Identify new Terminal Services core features.
By Mohammad Alsawwaf. To apply the theory part from my last presentation into the application part (The lab)
Get-Intro –Name PowerShell Jason Helmick Systems Instructor Interface Technical Training.
Wharton Computer Consulting, Inc. PowerShell Basics for SQL Server One Tool to Manage All SQL Servers Michael Wharton
HOW TO CHOOSE THE BEST CLOUD ACCOUNTING SOFTWARE? You can use cloud-based software from any device with an internet connection. Online accounting means.
POWERSHELL REMOTING – THEORY & PRACTICE ROBERT PRÜST.
PowerShell 5 & Windows 10. What are we covering today? What is PowerShell? Why is PowerShell important? Some simple demos on Windows 10.
Linux Systems Administration 101 National Computer Institute Sep
RESOURCES FOR THE NEW OR ACCIDENTAL DBA Thomas Blog - TomStrike.com.
PowerShell Chattanooga
Azure on Steroids: Full Automation with PowerShell
Software Defined Storage
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.
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.
02 | The Help system Jeffrey Snover | Distinguished Engineer & Lead Architect Jason Helmick | Senior Technologist, Concentrated Technology.
5 Valid Reasons To Use Online Assignment Services
03 | The Pipeline : Getting Connected
Windows PowerShell Remoting: Definitely NOT Just for Servers
Resources for the new or accidental dba
Windows Server 2016 Software Defined Storage
Getting Started with PowerShell Desired State Configuration (DSC)
08 | Tools that make changes
09 | Script and manifest modules
فصل نهم از کتاب طراحی آموزشی تألیف :آر.ام گانیه
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
SQL Server and PowerShell Let’s Get Serious
Resources for the new or accidental dba
Getting Started with PowerShell Desired State Configuration (DSC)
Manage Your Enterprise from a Single Seat: Windows PowerShell Remoting
Managing Exchange Online using Office 365 Admin Console
Package Management and Workflow Automation
Managing Exchange Online using PowerShell
Learning Management System Timeline
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 8.1 Deployment Jump Start
Windows PowerShell Crash Course
02 | PowerShell’s Scripting Language
06 | Writing Help Jeffrey Snover | Distinguished Engineer & Lead Architect Jason Helmick | Senior Technologist, Concentrated Technology.
Journey of Computer and Information Technology
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:

07 | The Power in the Shell - Remoting 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 Overview of Remoting Enable Remoting One-To-One One-To-Many Not the end yet!

Overview of Remoting

PowerShell Remoting is already enabled in Server 2012 Enable Remoting PowerShell Remoting is already enabled in Server 2012 Computer Configuration/Policies/Administrative Templates/Windows Components/Windows Remote Management

One to One - Interactive

One-To-Many

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

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/

Questions or comments?