ICYMI: PowerShell Week of 10-April-2020
Topics include Azure, GPOs, Bits and more…
Special thanks to Robin Dadswell, Prasoon Karunan V, Kiran Patnayakuni and Kevin Laux
Simple file and folder transfer using Bits
by Mateusz Czerniawski on 6th April
We all heard of Bits. It’s the demo service most scripts fiddle with, when Windows services are concerned. But what it is and how we can benefit from it?
How to Parse ARM Output Variables in Azure DevOps Pipelines
by Adam Bertram on 7th April
In this article, you’re to learn one of the most troublesome (personal opinion) aspects of using ARM templates in AzDo pipelines - managing output variables.
GPO from zero to hero - How to backup GPO
by @JM2K69 on 7th April
This post discusses the Backup of GPO and how to restore them in Active Directory with and without PowerShell.
Enabling Clickable PowerPoint Actions.
by @singhprateik on 7th April
Using clickable actions in PowerPoint presentations can be super useful to launch Visual Studio Code or PowerShell ISE, and seamlessly open and demo PowerShell code..
PowerShell supports a powerful pipeline concept.
by @TobiasPSP on 7th April
PowerShell supports a powerful pipeline concept. Learn how the PowerShell pipeline works, and how you can pipeline-enable your own PowerShell functions.
Reddit /r/PowerShell - Most Popular Weekly Post
u/mdj_ makes the case to not use win32_product for checking installed software and shares a blog post explaining his position.
Jeff Hicks provides a link to a repo of useful code in his Github gists
Youtube: April Fools Day: PowerShell Tips, Tricks & Dad Jokes with Steven Judd
RTPSUG hosted a special April Fools users group meeting with fun jokes and PowerShell.
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