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 Luc Fullenwarth 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.
NEW Oneliner to Tail the Windows Eventlog
by Darwin Sanoy on 30th March
Equivalent of tail -f on Linux for the Windows Event Log
Monitoring with PowerShell: Monitoring client VPN settings
by Kelvin Tegelaar on 31st March
Learn how to monitor Always on VPN connections from the clients.
Back to Basics: PowerShell Strings
by June Castillote on 1st April
In this article, you’ll learn that strings are not just for reading and displaying. They can also be manipulated to fit the purpose of whatever task you may be writing the script for.
PowerShell Basics: How to Upload Files to Azure Storage
by Anthony Bartolo on 2nd April
Learn how to easily add files to Azure Blob Storage
Reddit /r/PowerShell - Most Popular Weekly Post
u/BlackV shared some information about Pluralsight giving a free month of training away.
Audit FIDO Keys registered in Azure AD using PowerShell
Youtube: Creating Restore Points Using PowerShell!
Creating restore points using PowerShell will allow a user to restore their machine from a previous system state.
Related Articles
ICYMI: PowerShell Week of 22-October-2021
Topics include Microsoft Graph, PowerShell remoting and more…
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
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