February 14, 2020
Blogs, Articles, and Posts
Cleaning data
(reddit.com)
I've recently had to deal with some messy data, and put together a bunch of small regex-based
By: u/akaBrotherNature submitted:Jun 15 2022
I've recently had to deal with some messy data, and put together a bunch of small regex-based
replace operations.
By: u/akaBrotherNature submitted:Jun 15 2022
Monitoring the Network Load with Powershell
(scriptinglibrary.com)
Monitoring is an important activity in IT operations, it's essential for correlating the state of
By: Paolo Frigo submitted:Jun 15 2022
Monitoring is an important activity in IT operations, it's essential for correlating the state of
all the moving parts of our systems and applications and create a big picture of the health of the whole environment. Before going down the rabbit hole of complicated monitoring tools and techniques let's start with define a that monitoring can be subjective and on a case-by-case can be very basic or detailed and can let you choose a specific tool or strategy. There is no one-size-fits-all. This week I needed to implement a custom check to monitor the network load/usage on any Windows OS and instead of looking for a third-party tool and deploying maybe another agent on servers I wrote a Powershell script to perform this activity.
By: Paolo Frigo submitted:Jun 15 2022
Obfuscating PowerShell Scripts in Packaged Executables
(ironmansoftware.com)
In this post, we will look at what obfuscation is and how to obfuscate scripts in your packaged
By: Adam Driscoll submitted:Jun 15 2022
In this post, we will look at what obfuscation is and how to obfuscate scripts in your packaged
executables using PowerShell Pro Tools.
By: Adam Driscoll submitted:Jun 15 2022
PowerShell Beginners Have to Start Somewhere
(powershell.anovelidea.org)
Learn basic PowerShell concepts and apply them to the beginner's Iron Scripter challenge.
By: Dave Carroll submitted:Jun 15 2022
Learn basic PowerShell concepts and apply them to the beginner's Iron Scripter challenge.
By: Dave Carroll submitted:Jun 15 2022
PowerShell Remoting Profiles with Windows Terminal
(jdhitsolutions.com)
I have jumped in the deep end and fully committed to Windows Terminal as my default PowerShell
By: Jeff Hicks submitted:Jun 15 2022
I have jumped in the deep end and fully committed to Windows Terminal as my default PowerShell
environment. I love having one interface with tabs for different terminal profiles. Windows Terminal makes it easy for me to have tabs open to PowerShell 7, Windows PowerShell, an Ubuntu instance or even a PowerShell session with no profile. The last piece I needed was an easy way to launch a Windows Terminal profile and connect to a remote computer. Want to see how I did it?
By: Jeff Hicks submitted:Jun 15 2022
Public Preview of PowerShell Support in Jupyter Notebooks
(devblogs.microsoft.com)
Today, the .NET team shipped an exciting new preview of .NET Interactive. If you're unfamiliar, .NET
By: Tyler Leonhardt submitted:Jun 15 2022
Today, the .NET team shipped an exciting new preview of .NET Interactive. If you're unfamiliar, .NET
Interactive (within a Jupyter environment) provides the ability to write .NET Jupyter Notebooks which are a powerful tool that combines documentation and the ability to execute and see the output of code all in the same file.
By: Tyler Leonhardt submitted:Jun 15 2022
Projects, Scripts, and Modules
Release Notes – OSDSUS
(osdsus.osdeploy.com)
OSDSUS 20.2.11 PatchTuesday for OSDBuilder OSDUpdate and WIMWitch is released with new updates for
By: David Segura submitted:Jun 15 2022
OSDSUS 20.2.11 PatchTuesday for OSDBuilder OSDUpdate and WIMWitch is released with new updates for
just about everything.
By: David Segura submitted:Jun 15 2022
SecretsManagement.KeePass
(twitter.com)
I made a Powershell SecretsManagement Keepass provider extension proof of concept!
By: Justin Grote submitted:Jun 15 2022
I made a Powershell SecretsManagement Keepass provider extension proof of concept!
By: Justin Grote submitted:Jun 15 2022
Books, Media, and Learning Resources
PowerShell and Regular Expressions | Pluralsight
(pluralsight.com)
If you are a PowerShell Pro who needs to know what regular expressions are and how to take advantage
By: Jeff Hicks submitted:Jun 15 2022
If you are a PowerShell Pro who needs to know what regular expressions are and how to take advantage
of them in PowerShell, then this course is for you. Learn the regex fundamentals, from matching, splitting, replacing, to turning text into objects.
By: Jeff Hicks submitted:Jun 15 2022
Fun
Drum Machine!
(twitter.com)
Staying up until 3am sequencing a part of "New Order - Blue Monday" on a Drum Machine and a
By: Lee Berg submitted:Jun 15 2022
Staying up until 3am sequencing a part of "New Order - Blue Monday" on a Drum Machine and a
Synthesizer using only #PowerShell was totally worth it!
By: Lee Berg submitted:Jun 15 2022
Simple Number Guessing Game to teach my elementary aged children about coding
(reddit.com)
I wrote this for my elementary aged children to teach them about how coding works. I'm slightly
By: u/tk42967 submitted:Jun 15 2022
I wrote this for my elementary aged children to teach them about how coding works. I'm slightly
proud of this and thought I'd share.
By: u/tk42967 submitted:Jun 15 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.