October 2, 2020
Announcements!
v7.1.0-rc.1 Release of PowerShell
(github.com)
This release of PowerShell is impacted by a few known regressions and a by-design breaking change in
By: PowerShell Team submitted:Jun 16 2022
This release of PowerShell is impacted by a few known regressions and a by-design breaking change in
.NET 5.0.0-rc.1. Given the impact of these regressions, particularly in interactive scenarios on non-Windows systems, we will only be publishing PowerShell v7.1.0-rc.1 packages for Windows and Linux, skipping macOS until v7.1.0-rc.2 is available with the proper fixes.
By: PowerShell Team submitted:Jun 16 2022
Blogs, Articles, and Posts
Announcing the AzureRM to Az PowerShell Module Migration Toolkit
(techcommunity.microsoft.com)
As many of you know, all versions of the AzureRM PowerShell module are outdated, but not out of
By: Mike Robbins submitted:Jun 16 2022
As many of you know, all versions of the AzureRM PowerShell module are outdated, but not out of
support (yet). The Az PowerShell module is now the recommended PowerShell module for interacting with Azure.
By: Mike Robbins submitted:Jun 16 2022
Comparing Security Baselines in Endpoint Manager using PowerShell and Microsoft Graph API
(imab.dk)
Security Baselines, and those for Windows 10 in particular, consist of a lot settings. So I wondered
By: Martin Bengtsson submitted:Jun 16 2022
Security Baselines, and those for Windows 10 in particular, consist of a lot settings. So I wondered
what's changed and started browsing and comparing the various settings via the admin portal. Then I realized how that's not very optimal, and began looking for alternatives. I eventually got myself into trying something new, and went on to compare the Security Baselines Profiles using Powershell and the Microsoft Graph. The result of that journey is this post.
By: Martin Bengtsson submitted:Jun 16 2022
Don’t forget to update your PowerShell modules.
(twitter.com)
I like using @mikefrobbins MrToolkit for this. Its so good...
By: ctmcisco submitted:Jun 16 2022
I like using @mikefrobbins MrToolkit for this. Its so good...
By: ctmcisco submitted:Jun 16 2022
Get-GpoReport
(adamtheautomator.com)
How to Build Fancy GPO Reports with PowerShell
By: Emanuel Halapciuc submitted:Jun 16 2022
How to Build Fancy GPO Reports with PowerShell
By: Emanuel Halapciuc submitted:Jun 16 2022
Monitoring with PowerShell: Monitoring O365 unused products
(cyberdrain.com)
As an MSP we manage a lot of clients, and I'm pretty sure we've all been in situations where a
By: Kelvin Tegelaar submitted:Jun 16 2022
As an MSP we manage a lot of clients, and I'm pretty sure we've all been in situations where a
client had some leavers in the company and not notify us as the administrators, or that the client had some very inactive users that don't really need to be licensed or could be converted to a shared mailbox for example.
By: Kelvin Tegelaar submitted:Jun 16 2022
TIL you can get the last item in an array
(twitter.com)
in PowerShell by using the index -1.
By: Ryan Ephgrave submitted:Jun 16 2022
in PowerShell by using the index -1.
By: Ryan Ephgrave submitted:Jun 16 2022
Projects, Scripts, and Modules
Extract all IP addresses from a file
(twitter.com)
using a regular expression using...
By: Joe Stocker submitted:Jun 16 2022
using a regular expression using...
By: Joe Stocker submitted:Jun 16 2022
GraphicalTools
(github.com)
A module that mixes PowerShell and GUIs! - built on Avalonia and gui.cs
By: PowerShell Team submitted:Jun 16 2022
A module that mixes PowerShell and GUIs! - built on Avalonia and gui.cs
By: PowerShell Team submitted:Jun 16 2022
NetConfiguration 0.0.1-Preview1
(powershellgallery.com)
Created the start of a cross-platform network interface configuration PowerShell module: Tested on
By: Steve Lee submitted:Jun 16 2022
Created the start of a cross-platform network interface configuration PowerShell module: Tested on
macOS, Linux, and Windows.
By: Steve Lee submitted:Jun 16 2022
Presentation of Hurry (The IT admin’s companion)
(reddit.com)
This tool offers the ability to use scripts through a GUI. The main code is in NodeJS / Electron but
By: u/rebrec submitted:Jun 16 2022
This tool offers the ability to use scripts through a GUI. The main code is in NodeJS / Electron but
since most of the actions it performs against devices are made in Powershell, I thought it might be the right place to promote it.
By: u/rebrec submitted:Jun 16 2022
restore: Ctrl+Shift+T for PowerShell Terminals
(github.com)
This is probably a bad idea for many reasons but I made a module to restore your terminal to the
By: Adam Driscoll submitted:Jun 16 2022
This is probably a bad idea for many reasons but I made a module to restore your terminal to the
previous state. It hooks the main Runspace's availability event to store session state as CLIXML. If you close your PS terminal and open a new one, you can run Restore-Terminal to set variables, location and import modules you had in your previous session.
By: Adam Driscoll submitted:Jun 16 2022
Books, Media, and Learning Resources
How to use WPF with Powershell and create Metro Design GUI (video)
(youtube.com)
In this video, I explain to create easily WPF GUI with Powershell. I also explain how to create
By: Damien Van Robaeys submitted:Jun 16 2022
In this video, I explain to create easily WPF GUI with Powershell. I also explain how to create
Metro Design GUI.
By: Damien Van Robaeys submitted:Jun 16 2022
Module Monday: PSGraph (video)
(youtube.com)
Module Monday is a video series where I look at a cool PowerShell module every Monday. This Monday,
By: Adam Driscoll submitted:Jun 16 2022
Module Monday is a video series where I look at a cool PowerShell module every Monday. This Monday,
I looked at PSGraph. PSGraph is a module that provides a domain specific language for working with Graphviz. You can create diagrams really easily and output them as images.
By: Adam Driscoll 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.