December 2, 2022
Announcements!
Change $PSNativeCommandArgumentPassing to default to Legacy on stable release and Windows on previews
(github.com)
Given the impact to users with the 7.3.0 release, proposal is to change the default of
By: Steve Lee submitted:Dec 2 2022
Given the impact to users with the 7.3.0 release, proposal is to change the default of
$PSNativeCommandArgumentPassing to Legacy on Windows (still Standard on non-Windows). We would keep the default as Windows on Windows for preview releases. This would be backported to 7.3.x
By: Steve Lee submitted:Dec 2 2022
Blogs, Articles, and Posts
A Beginners Guide To PowerShell New-Item
(adamtheautomator.com)
Get started with PowerShell New-Item in this beginner's guide to creating new items and folders
By: Nicholas Xuan Nguyen submitted:Dec 2 2022
Get started with PowerShell New-Item in this beginner's guide to creating new items and folders
within PowerShell!
By: Nicholas Xuan Nguyen submitted:Dec 2 2022
Active Directory Infra check using PowerShell
(powershellisfun.com)
Some of our customers have an Active Directory environment that needs upgrading, to get a good
By: Harm Veenstra submitted:Dec 2 2022
Some of our customers have an Active Directory environment that needs upgrading, to get a good
overview of their environment I always check a lot of things before writing a report and a recommendation about which steps we need to take. In this blog post, I will show you a script that gathers information about the Active Directory Domain which saves a lot of command-line checking and starting up Management Consoles 😉
By: Harm Veenstra submitted:Dec 2 2022
PowerShell Tab Completion: The Ultimate Guide
(jeffbrown.tech)
Adding tab completion to your PowerShell parameters (or arguments) is a great way to enhance the
By: Jeff Brown submitted:Dec 2 2022
Adding tab completion to your PowerShell parameters (or arguments) is a great way to enhance the
user experience. You provide the user with possible values or build a dynamic list of values so the user knows what they can use. This article will teach you five ways to add tab completion to PowerShell functions. Using [...]
By: Jeff Brown submitted:Dec 2 2022
Retrieve Coinmarketcap information using PowerShell
(powershellisfun.com)
If you're into Crypto and would like to see the latest price of your precious coin, then perhaps
By: Harm Veenstra submitted:Dec 2 2022
If you're into Crypto and would like to see the latest price of your precious coin, then perhaps
this is a blog post for you 🙂 In this blog post, I will show you a way how you can use the API from Coinmarketcap to show you the latest stats in every newly started PowerShell session.
By: Harm Veenstra submitted:Dec 2 2022
Tips From The Warzone – HashSet To The Rescue – E4
(reddit.com)
I work with large datasets. Millions of objects. Quite often I need to find unique entities, compare
By: u/bukem submitted:Dec 2 2022
I work with large datasets. Millions of objects. Quite often I need to find unique entities, compare
properties, you name it.
By: u/bukem submitted:Dec 2 2022
What command launched your session?
(twitter.com)
What command launched your session?
By: Jeff Hicks submitted:Dec 2 2022
What command launched your session?
By: Jeff Hicks submitted:Dec 2 2022
Projects, Scripts, and Modules
ComputerCleanup v1.1.5
(powershellgallery.com)
Module for freeing up disk space / removing temp files etc.
By: Tom de Leeuw submitted:Dec 2 2022
Module for freeing up disk space / removing temp files etc.
By: Tom de Leeuw submitted:Dec 2 2022
Get-MgServicePrincipalPermission.ps1
(gist.github.com)
Get a list of application and delegated permissions for a service principal, similar to what the
By: Justin Grote submitted:Dec 2 2022
Get a list of application and delegated permissions for a service principal, similar to what the
Azure Portal shows
By: Justin Grote submitted:Dec 2 2022
PSEdit
(github.com)
Edit PowerShell scripts directly in your terminal.
By: Adam Driscoll submitted:Dec 2 2022
Edit PowerShell scripts directly in your terminal.
By: Adam Driscoll submitted:Dec 2 2022
PSWinVitals v0.6.8
(powershellgallery.com)
Consolidate common system health checks, maintenance tasks & inventory retrieval
By: Samuel Leslie submitted:Dec 2 2022
Consolidate common system health checks, maintenance tasks & inventory retrieval
By: Samuel Leslie submitted:Dec 2 2022
Books, Media, and Learning Resources
PowerShell 7 Tutorials for Intermediates #7 : Working with JSON
(youtube.com)
In this video I will go over how to work with JSON in PowerShell 7. I will show how to import a
By: JackedProgrammer submitted:Dec 2 2022
In this video I will go over how to work with JSON in PowerShell 7. I will show how to import a
.json file, convert a .csv to .json, how to create PowerShell objects from json, etc.
By: JackedProgrammer submitted:Dec 2 2022
PowerShell Microsoft Teams PowerShell Cheat Sheet
(lp.scriptrunner.com)
**Requires you to fill out a form** This is not a paid advertisment. This newsletter has been and
By: Script Runner submitted:Dec 2 2022
**Requires you to fill out a form** This is not a paid advertisment. This newsletter has been and
always will be ad free. It's just a cheat sheet that I thought was worth sharing.
By: Script Runner submitted:Dec 2 2022
The PowerShell Podcast at 40; Reflections, Ruminations, and Ramblings
(powershellpodcast.podbean.com)
In this laid-back episode, Jordan and Andrew take the opportunity to catch up on their PowerShell
By: The Powershell Podcast submitted:Dec 2 2022
In this laid-back episode, Jordan and Andrew take the opportunity to catch up on their PowerShell
going-ons. Jordan tells us how he saved dozens of hours on a script and the benefits of helping out your friends. Andrew chats about terminal GUIs, his new OMG USB, PowerShell Summit, and being careful not to information overload people when teaching them PowerShell. All this, our usual charming banter, and more!
By: The Powershell Podcast submitted:Dec 2 2022
Fun
I wrote a guitar tuner in PowerShell. Thought you guys might get a kick out of it.
(reddit.com)
##Guitar Tuner
By: u/MessAdmin submitted:Dec 2 2022
##Guitar Tuner
By: u/MessAdmin submitted:Dec 2 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.