January 29, 2021
Blogs, Articles, and Posts
An Active Directory Change Report from PowerShell
(jdhitsolutions.com)
A few days ago I posted some PowerShell code that you could use to be alerted when things changed in
By: Jeff Hicks submitted:Jun 16 2022
A few days ago I posted some PowerShell code that you could use to be alerted when things changed in
Active Directory. The code used PowerShell and CIM events to notify you, for example, when a new user account is created. This can be helpful when you need alerting. But perhaps you only need reporting. What has changed in Active Directory since a given date and time, such as in the last 24 hours? And wouldn't it be nice to have a pretty report? Let me help. Here's how I approached the prob lem using PowerShell and the ActiveDirectory module.
By: Jeff Hicks submitted:Jun 16 2022
Code coverage for PowerShell module development
(robstr.dev)
In this particular blog, we're going to explore how to create code coverage metrics and
By: Roberth Strand submitted:Jun 16 2022
In this particular blog, we're going to explore how to create code coverage metrics and
automatically send the results to the service codecov.io, which in turn will present the results so that we can see change over time.
By: Roberth Strand submitted:Jun 16 2022
Empty Windows recycle bin with PowerShell
(thomasmaurer.ch)
Windows has the concept of the recycle bin, from which you can restore files you have deleted. You
By: Thomas Maurer submitted:Jun 16 2022
Windows has the concept of the recycle bin, from which you can restore files you have deleted. You
might want to clear the Windows recycle bin from time to time, to remove unnecessary files and free up space. You can do that using the Windows user interface, or you can empty the Windows recycle bin using PowerShell. The Clear-RecycleBin is a simple PowerShell cmdlet, which removes the file from the Windows recycle bin.
By: Thomas Maurer submitted:Jun 16 2022
Getting insights into the utilization of SQL Server licenses on Azure to optimize cost
(techcommunity.microsoft.com)
Here is a single PowerShell script to get insights into the utilization of SQL Server licenses on
By: Sasha Nosov submitted:Jun 16 2022
Here is a single PowerShell script to get insights into the utilization of SQL Server licenses on
all of your Azure subscriptions to optimize cost...
By: Sasha Nosov submitted:Jun 16 2022
I finished a script for work but I’m not comfortable showing it to others, what can I do to make it look professional?
(reddit.com)
A great thread on r/PowerShell about making your scripts look professional.
By: u/bei60 submitted:Jun 16 2022
A great thread on r/PowerShell about making your scripts look professional.
By: u/bei60 submitted:Jun 16 2022
PowerShell Remoting: The Ultimate Guide
(adamtheautomator.com)
In this Ultimate Guide, you will go deep into PSRemoting. You'll learn what it is, how it works, and
By: Tyler Muir submitted:Jun 16 2022
In this Ultimate Guide, you will go deep into PSRemoting. You'll learn what it is, how it works, and
all of the various technologies that make PSRemoting work. This guide will not cover how to use PSRemoting. You'll see plenty of references to many of our how-to guides throughout.
By: Tyler Muir submitted:Jun 16 2022
Projects, Scripts, and Modules
BicepPowerShell
(github.com)
This is the repo for the Bicep PowerShell Module.
By: Stefan Ivemo submitted:Jun 16 2022
This is the repo for the Bicep PowerShell Module.
By: Stefan Ivemo submitted:Jun 16 2022
JustinGrote.Microsoft.Graph.Extensions
(github.com)
Just pushed my Microsoft Graph extensions to the PowerShell Gallery. Includes the Azure Az module
By: Justin Grote submitted:Jun 16 2022
Just pushed my Microsoft Graph extensions to the PowerShell Gallery. Includes the Azure Az module
single-sign-on, a search fix, and some additional "proxy" cmdlets that can be used as examples for making more "friendly" ones.
By: Justin Grote submitted:Jun 16 2022
OSD 21.1.28.2
(powershellgallery.com)
When we get a new computer model at the office, we always try to capture a Full Flash Image. I got
By: David Segura submitted:Jun 16 2022
When we get a new computer model at the office, we always try to capture a Full Flash Image. I got
tired of my team having to look up the DISM command line (no PowerShell equiv), so I thought I would write a new function to add to the OSD Module
By: David Segura submitted:Jun 16 2022
powershell-protect
(github.com)
Audit and block PowerShell scripts in your Windows environment.
By: Adam Driscoll submitted:Jun 16 2022
Audit and block PowerShell scripts in your Windows environment.
By: Adam Driscoll submitted:Jun 16 2022
PsCommandDiscovery
(github.com)
Find-PowerShellCommand goes a step beyond. It takes a simple keyword from you. Just make sure the
By: Dr. Tobias Weltner submitted:Jun 16 2022
Find-PowerShellCommand goes a step beyond. It takes a simple keyword from you. Just make sure the
keyword describes either the command you are looking for, or the information you want to get.
By: Dr. Tobias Weltner submitted:Jun 16 2022
PShot
(osdeploy.com)
PShot is a PowerShell Module to take screenshots that works in Windows 10 and WinPE 10. PowerShell
By: David Segura submitted:Jun 16 2022
PShot is a PowerShell Module to take screenshots that works in Windows 10 and WinPE 10. PowerShell
version 5+ and .NET 4.0 are required
By: David Segura submitted:Jun 16 2022
Books, Media, and Learning Resources
Test-Driven Development by Example, Using PowerShell
(devingleasonlambert.medium.com)
This is my first entry in a series of book reviews of the book Test-Driven Development by Example,
By: Devin Gleason-Lambert submitted:Jun 16 2022
This is my first entry in a series of book reviews of the book Test-Driven Development by Example,
written by Kent Beck. However I've added a twist, as I will be attempting to do the examples using Powershell.
By: Devin Gleason-Lambert submitted:Jun 16 2022
Fun
PowerShell Unplugged – Challenge Edition
(techcommunity.microsoft.com)
PowerShell is more than just a management and configuration framework - it's the one tool, the glue,
By: Jeffrey Snover & Jason Helmick submitted:Jun 16 2022
PowerShell is more than just a management and configuration framework - it's the one tool, the glue,
for managing, configuring, and automating your servers and services. Are you responsible for managing servers on-premises? No problem. How about managing resources in the cloud for Windows or Linux? Why not both! Don't believe us? Let World renowned inventor of PowerShell, Jeffrey Snover, and his side-kick Jason Helmick bareknuckle challenge each other to a PowerShell expose of management and configuration. You are not going to want to miss this!
By: Jeffrey Snover & Jason Helmick 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.