PowerShell for Admins

PowerShell for Admins
Mike Kanakos
PowerShell for Admins

Iron Scripter: Learn PowerShell through code challenges

Hello, friends! Today I want to talk about the Iron Scripter code challenges and the accompanying website. The challenges are excellent for practicing challenging concepts. What’s that you say? Not familiar with Iron Scripter? Let’s get you up to speed.

Iron Scripter: A brief history lesson

The Iron Scripter website is part of the PowerShell.org family and provides material for the Iron Scripter challenge that takes place at PowerShell Summit each year. For those unfamiliar with the Iron Scripter event at PowerShell summit, let me give you a brief introduction.

Episode 335 – PowerScripting Podcast – Mike Kanakos and Guest Host Adil Leghari

[vc_row][vc_column][vc_column_text]

Listen:

[/vc_column_text][vc_video link=“https://youtu.be/8q9C5rlST8c” title=“Watch:”][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]

To Subscribe:

Search for PowerScriping in your podcast app of choice or click here:  http://feeds.feedburner.com/Powerscripting

Guest: Mike Kanakos

Recorded: April 15th 2020

Show links:

PowerShell 7.1.0 preview2: https://github.com/PowerShell/PowerShell/releases/tag/v7.1.0-preview.2

Don Jones: A Shell of an Idea: https://leanpub.com/shell-of-an-idea

https://4sysops.com/archives/monitoring-active-directory-with-the-powershell-module-psadhealth/

Mike’s Summit talk: Automating Active Directory Health Checks by Mike Kanakos

BridgeConf: https://www.twitch.tv/bridgeconf

Research Triangle PowerShell User Group: https://rtpsug.com/

Lee Holmes book mentioned: Nürburgring Nordschleife Cornering Guide

Thomas Rayner’s talk on risk: Thomas Rayner - How To Take Risks Without Getting Clawed In The Face - Nano Conf 2019, Redmond

Robin Dadswell
PowerShell for Admins

ICYMI: PowerShell Week of 03-April-2020

Topics include Windows Terminal, Event Logs, String Basics and more.

Special thanks to Robin Dadswell, Prasoon Karunan V, Kiran Patnayakuni and Kevin Laux

Dynamic PowerShell and SSH remoting tabs for Windows Terminal

by Luke on 29th March

I am a SysAdmin and have to connect to dozen of different computers every day, I needed to bring this a little further and make it more “dynamic”: every time I open a remoting tab, it should ask for the computer name and the username if necessary.

Robin Dadswell
PowerShell for Admins

ICYMI: PowerShell Week of 27-March-2020

Topics include Switch Statements, Try Catch, Python and more…

Special thanks to Robin Dadswell, Prasoon Karunan V, Kiran Patnayakuni and Kevin Laux

Use cases for the new null coalescing operator in PowerShell 7

by Luc on 22nd March

Tips and use cases for the new null coalescing operator in PowerShell 7.

Getting into Python by Referencing PowerShell

by @SOZDBA on 23rd March

Trying to break his PowerShell dependency Shane shares an example for a script he wrote in both Python and PowerShell.