In Case You Missed It

ICYMI: PowerShell Week of 24-July-2020

Robin Dadswell
2 min read
Share:

Topics include SSH Remoting without SSH, VS Code, SQL Server and more.

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

Adding custom types to PowerShell objects

by Sergey Vasin on 21st July
Objects that result from PowerShell commands execution belong to some data type, but this doesn’t prevent us from adding a custom type.

Discovering Provider Specific Commands

by @JeffHicks on 22nd July
With the loss of provider aware help Jeff offers some suggestions to know what commands are available to with specific providers.

Using Secret Management module to run SSMS, VS Code and Azure Data Studio as another user.

by @sqldbawithbeard on 22nd July
Discusses using the Secret Management Module to run applications as other users, specifically an admin account.

Finding & Downloading Required SQL Server Updates

by Andy Levy on 22nd July
An interesting look at downloading SQL updates via PowerShell

PowerShell Remoting Over SSH, Without SSH!

by @awakecoding on 22nd July
Marc-Andre shows how to use socat instead of ssh to do PowerShell remoting in PowerShell core.

Chicago PowerShell user Group is doing a virtual conference with keynote speaker Jeffrey Snover.

Youtube: Weaning Yourself Away From GUI-Based AD Administration with Mike Kanakos

On the Hybrid Identity Podcast Mike discusses IT pros who have not yet made the jump to the cmd line, scripting and automation.

Related Articles

Oct 8, 2021

ICYMI: PowerShell Week of 08-October-2021

Topics include VMWare, Windows 11, Web Reports and more… Special thanks to Robin Dadswell, Prasoon Karunan V, Kiran Patnayakuni and Kevin Laux How to gather your vCenter inventory data with this VMware PowerShell script by Scott Matteson on 7th October Inventory reports are a common request when administering a VMware vCenter environment. Learn how this VMware PowerShell script can make such requests quick and easy Building a Web Report in PowerShell, use the -Force Luke by Chris Noring on 8th October

Sep 3, 2021

ICYMI: PowerShell Week of 03-September-2021

Topics include O365, SQL, Code Formatting and more… Special thanks to Robin Dadswell, Prasoon Karunan V, Kiran Patnayakuni and Kevin Laux Automating with PowerShell: Setting up application consent by Kelvin Tegelaar on 29th August In this post you will learn two things about 0365 application consent: how to setup the OAuth consent workflow and how to monitor for application requests. Easy way to connect to FTPS and SFTP using PowerShell by Przemyslaw Klys on 29th August