November 13, 2020
Announcements!
Announcing Az Predictor
(techcommunity.microsoft.com)
The Azure PowerShell modules expose over 4,000 cmdlets and, on average, ten parameters per cmdlet.
By: Azure PowerShell submitted:Jun 16 2022
The Azure PowerShell modules expose over 4,000 cmdlets and, on average, ten parameters per cmdlet.
Experienced PowerShell users will find the right cmdlet and parameter to achieve their goal but this can be more complicated for casual users.
By: Azure PowerShell submitted:Jun 16 2022
Announcing PowerShell 7.1
(devblogs.microsoft.com)
We're proud to announce the release of PowerShell 7.1, the latest major update to PowerShell 7. This
By: PowerShell Team submitted:Jun 16 2022
We're proud to announce the release of PowerShell 7.1, the latest major update to PowerShell 7. This
release includes a number of improvements and fixes that build on top of the PowerShell 7.0 release in March and the recent GA release of .NET 5. Since then, the PowerShell Team (and many of you, our community contributors, thank you!) have been hard at work addressing some of the community's top bug reports and feature requests.
By: PowerShell Team submitted:Jun 16 2022
Announcing PSReadLine 2.1 with Predictive IntelliSense
(devblogs.microsoft.com)
Tab completion has accelerated the success of new and experienced PowerShell users for over a
By: Jason Helmick submitted:Jun 16 2022
Tab completion has accelerated the success of new and experienced PowerShell users for over a
decade. New users get the benefit of discovery, seeing available cmdlets and parameters as options while interactively typing. Experienced users receive the benefit of acceleration, typing less while using the Tab key to quickly complete a command.
By: Jason Helmick submitted:Jun 16 2022
Windows Terminal Preview 1.5 Release
(devblogs.microsoft.com)
We're back with another Windows Terminal release! Windows Terminal has moved to version 1.4 and
By: Kayla Cinnamon submitted:Jun 16 2022
We're back with another Windows Terminal release! Windows Terminal has moved to version 1.4 and
includes the features described in the 1.4 release blog post. Windows Terminal Preview has moved to version 1.5 and includes the features described below. You can download both versions from the Microsoft Store or from the GitHub releases page. Let's dive into what's new!
By: Kayla Cinnamon submitted:Jun 16 2022
Blogs, Articles, and Posts
Attention if you use fslogix
(twitter.com)
and your users still have an old profile path configured in their AD user object! You will get logon
By: Dennis Mohrmann submitted:Jun 16 2022
and your users still have an old profile path configured in their AD user object! You will get logon
errors. Use PowerShell to find users with a profile path in your AD!
By: Dennis Mohrmann submitted:Jun 16 2022
How to Survive Refactoring a PowerShell Script from Hell
(adamtheautomator.com)
If you've ever inherited a script or set of PowerShell scripts, you probably know the frustration.
By: Adam Bertram submitted:Jun 16 2022
If you've ever inherited a script or set of PowerShell scripts, you probably know the frustration.
You have a specific way of coding honed over years and years of experience and you come across a...let's say monstrosity.
By: Adam Bertram submitted:Jun 16 2022
Monitoring with PowerShell: Monitoring Domain Admins logon
(cyberdrain.com)
So this is one I've been researching for a new tool I'm creating. AzPAM, AzPAM will be a Privledged
By: Kelvin Tegelaar submitted:Jun 16 2022
So this is one I've been researching for a new tool I'm creating. AzPAM, AzPAM will be a Privledged
Access Management tool that will be living in your Azure environment, mostly designed for MSPs. If you want to see how AzPam looks or contribute, check out the Github page about it here. I should be pretty close to releasing an alpha version soon!
By: Kelvin Tegelaar submitted:Jun 16 2022
Parsing ssh Known Hosts with PowerShell and Regular Expressions
(jdhitsolutions.com)
Lately, I've been spending time learning more about ssh. Sadly, I've rarely had a need to learn and
By: Jeff Hicks submitted:Jun 16 2022
Lately, I've been spending time learning more about ssh. Sadly, I've rarely had a need to learn and
use ssh. But of course, with PowerShell 7 and ssh-based remoting, it is time to up my game. I've started deploying the ssh server component to my Windows test servers (I'll write about that another day) and exploring how to use ssh in my automation and scripting work.
By: Jeff Hicks submitted:Jun 16 2022
What’s New in PowerShell 7.1
(docs.microsoft.com)
Check out what's new in PowerShell 7.1
By: PowerShell Team submitted:Jun 16 2022
Check out what's new in PowerShell 7.1
By: PowerShell Team submitted:Jun 16 2022
You can unpin easily specific folders from explorer Quick Access with PowerShell.
(twitter.com)
This can be useful for instance after migration from DFS to OneDrive.
By: Damien Van Robaeys submitted:Jun 16 2022
This can be useful for instance after migration from DFS to OneDrive.
By: Damien Van Robaeys submitted:Jun 16 2022
Projects, Scripts, and Modules
Introducing PSTeams 2.0
(evotec.xyz)
PSTeams PowerShell module has been on the market for a while now. It supports sending notifications
By: Przemyslaw Klys submitted:Jun 16 2022
PSTeams PowerShell module has been on the market for a while now. It supports sending notifications
to Microsoft Teams channels via Incoming WebHooks. You could send a pretty message to the team's channel with just a few lines of code. With PSTeams 2.0, support for Adaptive Cards, Hero Cards, List Cards, and Thumbnail Cards was added. In PSTeams 1.0, you could send a message to Teams Channel using the following code
By: Przemyslaw Klys submitted:Jun 16 2022
Win10Debloat
(github.com)
A simple PowerShell script to remove bloatware apps from windows 10, disable bing in windows search
By: Jeffrey Raphire submitted:Jun 16 2022
A simple PowerShell script to remove bloatware apps from windows 10, disable bing in windows search
aswell as perform various other changes to declutter the windows 10 experience.
By: Jeffrey Raphire submitted:Jun 16 2022
WPF – Create AD/Azure User
(reddit.com)
Last week I created a minimalistic Create AD / Azure user script. Since then I have been asked to
By: Alan Newingham submitted:Jun 16 2022
Last week I created a minimalistic Create AD / Azure user script. Since then I have been asked to
make it easier to modify (Or more succinctly a Settings Page). This was a bit of work to think through. I am hoping someone might know of a more robust way to do what I am doing. This way I felt I could do with a bit of work. So I came up with two ways of implementing the same settings script.
By: Alan Newingham submitted:Jun 16 2022
Books, Media, and Learning Resources
How To Update Windows 10 Using PowerShell Commands (Video)
(youtube.com)
Learn how to update Windows 10 using PowerShell commands.
By: Alexander Hubbard submitted:Jun 16 2022
Learn how to update Windows 10 using PowerShell commands.
By: Alexander Hubbard submitted:Jun 16 2022
PowerShell Object Formatting
(youtube.com)
If you work with PowerShell output and want to learn how to massage your data to work better for
By: David Goldman submitted:Jun 16 2022
If you work with PowerShell output and want to learn how to massage your data to work better for
you, this will be a great presentation. I will be covering how PowerShell formats output objects it creates, how formatting is determined and how you can create your own custom formatting views.
By: David Goldman submitted:Jun 16 2022
Fun
Tic-Tac-Toe in PowerShell
(reddit.com)
I made tic-tac-toe in PowerShell and wanted to share it with the community.
By: u/Fireburd55 submitted:Jun 16 2022
I made tic-tac-toe in PowerShell and wanted to share it with the community.
By: u/Fireburd55 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.