In Case You Missed It

ICYMI: PowerShell Week of 03-July-2020

Robin Dadswell
2 min read
Share:

Topics include PSRemoting, Loops, C# and more…

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

A Book: PowerShell to C# and Back

by Tommy Maynard on 29th June
Announcement of New book.

PowerShell Classes - Validating ARM Parameters

by Deepak Dhami(DexterPosh) on 29th June
A PowerShell class to model the ARM parameters file and use that to validate the ARM template parameter inputs.

Modern Auth and Unattended Scripts in Exchange Online PowerShell V2

by The Exchange Team on 30th June
Preview of the new ability within Exchange Online PowerShell for unattended Modern Auth!

Magic of $MyInvocation in PowerShell

by @kpatnayakuni on 1st July
Convert a key parameter value into a true PowerShell command with the help of automatic variable 

$MyInvocation .

Setup FTP Server with PowerShell

by Madhav Bhandari on 2nd July
Step by step installation and configuration of the FTP server using PowerShell and IIS from installing the required Windows features, setting up sites, ports, and root folder to creating FTP users and authenticating them on FTP site to allow access to the FTP servers.

u/nepronen announces an alpha version of a useful too to help create GUIs in PowerShell

Tweet of the Week

Let’s have a discussion about PS Remoting

Youtube: PowerShell Tutorial - Chapter 7 - Loops

A 25 minute overview of the various types of loops within PowerShell

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