July 2, 2021
Blogs, Articles, and Posts
General Guidance on Conversion to C# Cmdlets
(github.com)
A great discussion on converting script modules into C# cmdlet modules.
By: Dave Carroll submitted:Jun 16 2022
A great discussion on converting script modules into C# cmdlet modules.
By: Dave Carroll submitted:Jun 16 2022
How to download and install offline Windows updates with PowerShell
(ryanjan.uk)
Automating Windows Update Services can be a pain! It's often easier to install an offline Windows
By: Ryan Kowalewski submitted:Jun 16 2022
Automating Windows Update Services can be a pain! It's often easier to install an offline Windows
update with PowerShell, but where can you download offline update files? Thankfully, the Microsoft Update Catalog site provides offline .msu files for all updates that are released. And, using the MSCatalog module, it's a breeze to download and install these offline updates using PowerShell.
By: Ryan Kowalewski submitted:Jun 16 2022
Monitoring Azure App Proxies
(cyberdrain.com)
Sometime back I made a youtube video about how to use Azure App Proxy. This was received really good
By: Kelvin Tegelaar submitted:Jun 16 2022
Sometime back I made a youtube video about how to use Azure App Proxy. This was received really good
in a lot of the communities I frequent but a worry popped up by someone recently; how am I sure that the Azure Application Proxy is always completely functional at my clients? You can monitor the service of course, but that does not mean that the entire connection to Azure is functional.
By: Kelvin Tegelaar submitted:Jun 16 2022
Projects, Scripts, and Modules
ConvertFrom-JsonFast
(github.com)
A faster and more memory efficient implementation of ConvertFrom-Json and Invoke-RestMethod
By: William Easton submitted:Jun 16 2022
A faster and more memory efficient implementation of ConvertFrom-Json and Invoke-RestMethod
By: William Easton submitted:Jun 16 2022
Install-NewRDCMan.ps1
(github.com)
Install the new Remote Desktop Connection Manager (RDCMan) with PowerShell
By: Martin Bengtsson submitted:Jun 16 2022
Install the new Remote Desktop Connection Manager (RDCMan) with PowerShell
By: Martin Bengtsson submitted:Jun 16 2022
StopAndDisableDefaultSpoolers.ps1
(github.com)
This script STOP and DISABLES Print Spooler service (aka #PrintNightmare) on each server from a list
By: Grzegorz Tworek submitted:Jun 16 2022
This script STOP and DISABLES Print Spooler service (aka #PrintNightmare) on each server from a list
By: Grzegorz Tworek submitted:Jun 16 2022
Books, Media, and Learning Resources
PowerShell Master Class – YouTube
(youtube.com)
Zero adverts or interruptions, just info to help you learn this awesome technology.
By: John Savill submitted:Jun 16 2022
Zero adverts or interruptions, just info to help you learn this awesome technology.
By: John Savill submitted:Jun 16 2022
Do you have a suggestion for PowerShell Weekly? Do you know something that should be included? Let me know in the comments below, or on
twitter.