January 17, 2020
Announcements!
New PowerShell Version – v7.0.0-rc.2 Release of PowerShell
(github.com)
PowerShell 7 Release Candidate 2 has been published and can be downloaded now!
By: Microsoft Github submitted:Jun 15 2022
PowerShell 7 Release Candidate 2 has been published and can be downloaded now!
By: Microsoft Github submitted:Jun 15 2022
Windows Terminal Preview v0.8 Release
(devblogs.microsoft.com)
The release of the Windows Terminal preview v0.8 has arrived! You can download the Terminal from the
By: Kayla Cinnamon submitted:Jun 15 2022
The release of the Windows Terminal preview v0.8 has arrived! You can download the Terminal from the
Microsoft Store or from the GitHub releases page. Let's jump into what's new!
By: Kayla Cinnamon submitted:Jun 15 2022
Blogs, Articles, and Posts
Azure virtual network service endpoints
(yobyot.com)
This time it's a quickie PowerShell script to list all subnets in all virtual networks in all
By: Alex Neihaus submitted:Jun 15 2022
This time it's a quickie PowerShell script to list all subnets in all virtual networks in all
subscriptions that have one or more Azure virtual network service endpoints assigned.
By: Alex Neihaus submitted:Jun 15 2022
Background Jobs in PowerShell 7
(tfl09.blogspot.com)
With PowerShell 7, you have the option of running a job using either PowerShell 7 (ie the default)
By: Thomas Lee submitted:Jun 15 2022
With PowerShell 7, you have the option of running a job using either PowerShell 7 (ie the default)
or using Windows PowerShell 5.1.
By: Thomas Lee submitted:Jun 15 2022
Get All The Aliases by Cmdlet in PowerShell
(kpatnayakuni.com)
You can get the alias by name using Get-Alias with -Name parameter.
By: Kiran Patnayakuni submitted:Jun 15 2022
You can get the alias by name using Get-Alias with -Name parameter.
By: Kiran Patnayakuni submitted:Jun 15 2022
Jump Start: PowerShell Remoting
(networkadm.in)
PowerShell remoting is a method you can use to connect securely to many machines with very little
By: Mike Kanakos submitted:Jun 15 2022
PowerShell remoting is a method you can use to connect securely to many machines with very little
effort. Using remoting, a user can quickly query information or deploy a change to multiple computers without ever having to login via a GUI or RDP. Here's a collection of content I have created on PowerShell remoting that you can use to learn how to configure and use PowerShell remoting:
By: Mike Kanakos submitted:Jun 15 2022
PowerShell Remoting Kerberos Double Hop Solved Securely
(docs.microsoft.com)
Are you facing issues with PowerShell remoting and credentials? You remote into your jump box, but
By: Ashley McGlone submitted:Jun 15 2022
Are you facing issues with PowerShell remoting and credentials? You remote into your jump box, but
then any remoting beyond there gets a big red ACCESS DENIED. Maybe you've tried CredSSP, but people say that isn't safe. Read today's post for a completely legit, secure, safe, and easy way to enable Kerberos double hop for PowerShell remoting.
By: Ashley McGlone submitted:Jun 15 2022
Projects, Scripts, and Modules
Printer-Remapper
(github.com)
Deletes network printers & their corresponding printer drivers, & then re-installs the printers
By: Justin Lund submitted:Jun 15 2022
Deletes network printers & their corresponding printer drivers, & then re-installs the printers
By: Justin Lund submitted:Jun 15 2022
PSGalleryExplorer: Search, explore, and discover PowerShell Gallery modules
(github.com)
PSGalleryExplorer is a PowerShell module that lets you search, explore, and discover PowerShell
By: Jake Morrison submitted:Jun 15 2022
PSGalleryExplorer is a PowerShell module that lets you search, explore, and discover PowerShell
Gallery modules based on various criteria.
By: Jake Morrison submitted:Jun 15 2022
PSpanner: Simple Network Scanner
(reddit.com)
The idea was a simple, lightweight scanner that can be used as an alternative to tools like nmap.
By: secrascol submitted:Jun 15 2022
The idea was a simple, lightweight scanner that can be used as an alternative to tools like nmap.
By: secrascol submitted:Jun 15 2022
Books, Media, and Learning Resources
Securing Windows with PowerShell Training
(sans.org)
You will leave this course ready to start writing your own PowerShell scripts to help secure your
By: Jason Fossen submitted:Jun 15 2022
You will leave this course ready to start writing your own PowerShell scripts to help secure your
Windows environment. It's easy to find Windows security checklists, but how do you automate those changes across thousands of machines? How do you safely run scripts on many remote boxes? In this course you will learn not just Windows and Active Directory security, but how to manage security using PowerShell.
By: Jason Fossen submitted:Jun 15 2022
Windows PowerShell in Action, Third Edition
(manning.com)
Windows PowerShell in Action, Third Edition is an end-to-end revision of the definitive guide to
By: Bruce Payette and Richard Siddaway submitted:Jun 15 2022
Windows PowerShell in Action, Third Edition is an end-to-end revision of the definitive guide to
PowerShell. Written by language designer Bruce Payette and MVP Richard Siddaway, this rich book offers a crystal-clear introduction to the language along with its essential everyday use cases. Beyond the basics, you'll find detailed examples on deep topics like performance, module architecture, and parallel execution.
By: Bruce Payette and Richard Siddaway submitted:Jun 15 2022
Fun
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.