ICYMI: PowerShell Week of 17-April-2020
Topics include Windows Terminal, LAPS, HTML and more…
Special thanks to Robin Dadswell, Prasoon Karunan V, Kiran Patnayakuni and Kevin Laux
I’m Josh King, Sysadmin, and This Is How I Work (During Lockdown)
by @WindosNZ on 13th April
PowerShell Blogger Josh King shares his work from home setup in a blog post.
How to Rotate Windows Admin Passwords with Microsoft LAPS
by @AlexAsplund on 14th April
If you haven’t set up Microsoft LAPS this article details how to set it up and secure the local admin passwords on your windows machines.
by Jeffery Hicks on 15th April
Jeffery tried to explain how to create OneDrive folder as a PSDrive and creating shortcuts to it in PowerShell and made available on all the computers.
by Tommy Maynard on 16th April
In this post you learn how to use PowerShell to set the tab titles in Windows terminal to help keep things in order.
How To Create An HTML Report With PowerShell
by Dan Dimalanta on 16th April
In this article, you will learn how to use the ConvertTo-HTML combined with Out-File cmdlets to generate an HTML report. You will also learn the basic scripting for CSS and how it can be useful in formatting the design of your HTML based report.
Reddit /r/PowerShell - Most Popular Weekly Post
u/alduron set up a discord bot to manage a VM running Jackbox Party games and shared it with the community.
Tyler shares an exciting new update for GitHub actions.
Youtube: PowerScripting Podcast - 335 - Mike Kanakos
This months video of the PowerScripting Podcast with PowerShell Blogger Mike Kanakos.
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