PowerShell Core – from an OP's perspective

Slides:



Advertisements
Similar presentations
Windows Server “Longhorn” RDP Airlift. Managing AD with PowerShell; Creating custom administrative consoles Dmitry Sotnikov CTO, Windows Management Quest.
Advertisements

More Control and Flexibility Vitalis Konopelec Technology Solution Professional Microsoft Slovakia s.r.o.
Installing Exchange 2010 IT:Network:Applications.
F2032 Fundamental of OS Chapter 1 Introduction to Operating System Part 4.
Exchange Deployment Planning Services Exchange 2010 Management Tools and RBAC.
Microsoft Windows XP Remote Desktop Alvin Loh Program Manager Terminal Services Group.
File sharing. Connect the two win 7 systems with LAN card Open the network.
Jeffrey Snover Distinguished Engineer Microsoft Session Code: SRV312.
GROUP POLICY An overview of Microsoft Windows Group Policy.
Hands-On Microsoft Windows Server 2008 Chapter 1 Introduction to Windows Server 2008.
Using Nagios XI To Empower Your Developers To Own Their Own Checks Nick Winn Twitter: technick Nagios Forums: technick.
Module 4: Add Client Computers and Devices to the Network.
Robert Fourer, Jun Ma, Kipp Martin Copyright 2006 An Enterprise Computational System Built on the Optimization Services (OS) Framework and Standards Jun.
Module 7: Fundamentals of Administering Windows Server 2008.
Module 1: Installing and Configuring Servers. Module Overview Installing Windows Server 2008 Managing Server Roles and Features Overview of the Server.
Good Morning and Thank You!.  Have some Fun!  Learn at least one thing new!  Make myself available to you So please …  Ask questions and enjoy!
POWERSHELL SHENANIGANS KIERAN JACOBSEN HP ENTERPRISE SERVICES.
Module 1: Configuring Windows Server Module Overview Describe Windows Server 2008 roles Describe Windows Server 2008 features Describe Windows Server.
Online Conference June 17 th and 18 th SharePoint Online Administration with PowerShell.
IT:Network:Applications.  Pre-installation requirements  Install Windows Components  PowerShell command  Installation  Update.
Module 3: Configuring Mailbox Server Roles. Overview Overview of Exchange Server 2007 Administration Tools Implementing Mailbox Server Roles Managing.
PowerShell Desired State Configuration for Securing Systems Jeffrey Snover Distinguished Engineer (MSFT) Hemant Mahawar Senior Program Manager (MSFT) #devconnections.
Module 14: Advanced Topics and Troubleshooting. Microsoft ® Windows ® Small Business Server (SBS) 2008 Management Console (Advanced Mode) Managing Windows.
Mornè Blake Enterprise Architect iSolve Business Solutions Session Code: WSV308.
EXCELLENCE AS STANDARD PowerShell Fu with Metasploit “Interactive PowerShell Sessions in Metasploit” 4 th July 2015 Presented to SteelCon Presented by.
Free, online, technical courses Take a free online course. Microsoft Virtual Academy.
Develop – minimize your dependencies Package – know your dependencies Configure – use intent based configuration Deploy – use modular, componentized.
Managing Servers Lesson 10. Skills Matrix Technology SkillObjective DomainObjective # Using Remote DesktopPlan server management strategies 2.1 Delegating.
Rob Sewell Making PowerShell Useful Real-Life Examples of Powershell in Action Slides available here -
Nano Server Administration Thorsten Butz. # about_me $speaker name='Thorsten Butz' jobrole = 'Trainer','Consultant','Author' certification = 'MC*','LPIC-2'
PowerShell 5 & Windows 10. What are we covering today? What is PowerShell? Why is PowerShell important? Some simple demos on Windows 10.
Architecting Enterprise Workloads on AWS Mike Pfeiffer.
Click to edit Master title style TechNet goes virtual ©2009 Microsoft Corporation. All Rights Reserved. TechNet goes virtual Windows Server 2008 R2 Remote.
PowerShell Chattanooga
Arrow ECS Training Get-KnowHow | Select-Object –property 'Essential'
Tools and Tips for Administering Office 365
About_Containers A note from the field Thorsten Butz.
Preparing for the Windows 8.1 MCSA
PowerShell Where we are, where we‘re going
12 | Monitoring Office 365 Anthony Steven | Principal Technologist, Content Master Martin Coetzer | Portfolio Architect, Microsoft.
Get-Help about_me $host name = Thorsten Butz jobrole = Trainer, Consultant, Author certification = MC*,LPIC-2 ^ = thorstenbutz = facebook.com/thbutz.
❊ Thorsten Butz “Everything you always wanted to know
Automating AD Administration with Windows PowerShell
Azure Hybrid Use Benefit Overview
03 | The Pipeline : Getting Connected
PowerShell goodness 2017 Jeremy Sublett Composable Systems, LLC
Making PowerShell Useful
FMSCUG 1803.
Use PowerShell & dbatools to Manage your SQL Server Environment
Using PowerShell Magic to Manage Microsoft Office 365
Tech Ed North America /28/2018 7:06 PM Required Slide
dbatools! The reason to finally start learning and using Powershell
Tech·Ed North America /30/2018 2:46 PM
In this session… Introduce what we’re talking about
Reliable, Repeatable, Configurable & Automated Validation with
Making PowerShell Useful
2/27/2019 © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks.
Use PowerShell & dbatools to Manage your SQL Server Environment
Microsoft Virtual Academy
5/24/ :22 AM © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Server Management and Automation Windows Server 2012 R2
dbatools! The reason to finally start learning and using Powershell
Michael Wall Senior DBA, Great Western Malting
Windows without windows...
Windows without windows...
Martin Coetzer | Portfolio Architect, Microsoft Learning eXperiences
PowerShell + SharePoint Online – An Admins Guide to Administration in the O365 Cloud Marrell Sanders – Sr. SharePoint Administrator SharePoint Saturday.
Microsoft Virtual Academy
This is the slide shown before the presentation starts
Preparing for the Windows 8. 1 MCSA Module 6: Securing Windows 8
Presentation transcript:

PowerShell Core – from an OP's perspective Invoke-WebRequest -UseBasicParsing -uri 'powershell.love' | ConvertFrom-Csv | Where-Object -FilterScript { $_.Name -like '*perspective' } # Abstract PowerShell Core and VScode became shining stars in the hands of all those PowerShell hipsters who take pride in taking two steps at a time. But what about the busy IT admin trying to keep his eco system running? Where does he/she benefit from the next gen shell? PowerShell Core and VScode became shining stars in the hands of all those PowerShell hipsters who take pride in taking two steps at a time. But what about the busy IT admin trying to keep his eco system running? Where does he/she benefit from the next gen shell? We will talk about the latest improvements in PowerShell Core, also talking about the differences and challenges on any supported OS. We will have a very close look on the module support in PwSH, focussing the **"Windows Compatibilty module" (aka rModule)** and the ability to do daily tasks such as creating AD Users or Exchange mailboxes. And we will talk about **remoting**: from ANY client to ANY server - vision or reality? Thorsten Butz

Previously 2017, Hannover Sliding Windows: Microsoft 3.0 With Joey Aiello & Bartosz Bielawski http://slidingwindows.de/slw07/ 2018, Hannover The X factor, with Bartosz Bielawski # My podcast (German / English) https://www.slidingwindows.de # Feed URIs http://www.slidingwindows.de/?feed=slw-aac http://www.slidingwindows.de/?feed=slw-mp3 # My conferences hub https://github.com/thorstenbutz/conferences Photo taken by Thorsten Butz. thorstenbutz

dev ops

dev ops https://twitter.com/hukl/status/1090625881805148161

This Session PwSh: 1st impressions as seen by a "mere mortal" Administering Windows Server with MacOS #wtf ... thorstenbutz

Never mind the shell ... thorstenbutz

PwSh: “first impressions” More about file system access: Chasing the seconds: Optimizing file enumeration(Oyvind Kallstad) https://www.youtube.com/watch?v=erwAsXZnQ58&t thorstenbutz

Get-Command W10 1803 1809 1903 PoSh 5.1 1455 1497 1486 PwSh 6.2.1 375 1162 1245 (Get-Command -Name *-* -CommandType Cmdlet, Function).count thorstenbutz

BuiltIn Cmdlets + RSAT W10 1803 1809 1903 PoSh 5.1 1455 2704 1497 2787 1486 2795 PwSh 6.2.1 375 1162 1245 1793 (Get-Command -Name *-* -CommandType Cmdlet, Function).count thorstenbutz

SSHd configuration WS 2019* Add "windows capability" from FOD iso or online Start-Services: sshd, ssh-agent Check Firewall (should be configured by setup) Add default shell via Registry Add subsystem “powershell” to sshd_config * also applies to Win10-1809 and, probably, later releases thorstenbutz

Not yet complete thorstenbutz

Call me a hipster: Managing AD from MacOS thorstenbutz

Finally, the boss fight: Microsoft Exchange thorstenbutz

dev ops Create Stuff Buy products Open Source Maintenance Agile development Evolution Minimzed OS Full GUI servers SSH, WSMan RDP Alway online Often offline Always current Legacy software

Photo taken by Thorsten Butz.

One more thing ? thorstenbutz

The Revolution devours its own children? parents Original quote by Georg Büchner in "Dantons Tod", 1835 „Ich weiß wohl – die Revolution ist wie Saturn, sie frißt ihre eigenen Kinder.“ thorstenbutz

PSConfEU 2017: PowerShell Team AMA Photo taken by Thorsten Butz on Mai 7, 2017 Angel Calvos Keith Hansen Joey Aiello Bruce Payette David Wilson Jeffrey Snover thorstenbutz

2019 thorstenbutz Angel Calvos: AWS Keith Hansen: AWS Joey Aiello Bruce Payette: Leaving Microsoft (March 2019) David Wilson: Github Jeffrey Snover: New role: Architect for the "Office 365 Intelligent Substrate Platform" (March 2019) Hemant Mahawar, May 2019: https://twitter.com/HemanMahawar/status/1123665053230592001 thorstenbutz

thorstenbutz

about_Speaker { "Speaker" : "Thorsten Butz", "Uri" : "thorsten-butz.de", "Twitter" : "thorstenbutz", "Podcast" : "slidingwindows.de" } thorstenbutz