August 12, 2022
Announcements!
Announcing the release of Get-WhatsNew
(devblogs.microsoft.com)
Get the latest PowerShell feature information in your terminal with Get-WhatsNew
By: Jason Helmick submitted:Aug 12 2022
Get the latest PowerShell feature information in your terminal with Get-WhatsNew
By: Jason Helmick submitted:Aug 12 2022
Archive Module 2.0 Preview 2
(devblogs.microsoft.com)
We are excited to announce that the second preview of a rewrite of Microsoft.PowerShell.Archive, the
By: Sydney Smith submitted:Aug 12 2022
We are excited to announce that the second preview of a rewrite of Microsoft.PowerShell.Archive, the
module that lets you create and extract archives, is now available on the PowerShell Gallery.
By: Sydney Smith submitted:Aug 12 2022
v7.2.6 Release of PowerShell
(github.com)
Fresh off the pipelines.the latest release of PowerShell
By: The PowerShell Team submitted:Aug 12 2022
Fresh off the pipelines.the latest release of PowerShell
By: The PowerShell Team submitted:Aug 12 2022
Blogs, Articles, and Posts
Create a TCP/UDP port listener using PowerShell
(powershellisfun.com)
One of our customers is securing his network and firewall changes were made that needed to be
By: Harm Veenstra submitted:Aug 12 2022
One of our customers is securing his network and firewall changes were made that needed to be
tested. In this case, the new servers were not deployed in that specific network yet. But... We did want to test the connections before deploying the servers 🙂 In this blog post, I will show you a way how to create listening ports on a machine in order to test the connection from another network using netcat on Linux or portqry on Windows.
By: Harm Veenstra submitted:Aug 12 2022
How To Use the PowerShell Expand Property for Select-Object
(adamtheautomator.com)
Discover the ins-and-outs of the PowerShell expand property for the Select-Object command in this
By: Edem Afenyo submitted:Aug 12 2022
Discover the ins-and-outs of the PowerShell expand property for the Select-Object command in this
example driven tutorial!
By: Edem Afenyo submitted:Aug 12 2022
Installing software via Azure DevOps & PowerShell on Windows servers
(reddit.com)
The idea of this pipeline to manage the software dependencies (.exe's, .msi) via an azure-package
By: u/Robba078 submitted:Aug 12 2022
The idea of this pipeline to manage the software dependencies (.exe's, .msi) via an azure-package
feed. This way all uploads, updates to version are traceable. The pipeline will download this package during its build, and publish it as an artefact (named patch) for the deployment stages where the software will copied to and installed on the servers For every environment provided in parameters Environments, the software will be attempted to be installed on the servers via PowerShell scripts. Azure DevOps is the orchestrator, but the PoSh script does the heavy lifting.
By: u/Robba078 submitted:Aug 12 2022
Migrate Your Script from AzureAD or MSOnline to Graph API
(powershellcenter.com)
No one can deny the superior help of AzureAD and MSOL PowerShell modules and how these two made
By: Faris Malaeb submitted:Aug 12 2022
No one can deny the superior help of AzureAD and MSOL PowerShell modules and how these two made
cloud management easy and simple. But the end for these two modules is nearby, and the direction is the Graph API. So why not start now and learn what you need to know to migrate your PowerShell [.]
By: Faris Malaeb submitted:Aug 12 2022
PowerShell and JSON
(powershellisfun.com)
JSON is something that's being used a lot, it's easy for storing and retrieving data. In this small
By: Harm Veenstra submitted:Aug 12 2022
JSON is something that's being used a lot, it's easy for storing and retrieving data. In this small
blog post, I will show you how to do that 🙂
By: Harm Veenstra submitted:Aug 12 2022
Schedule and Run PowerShell Scripts for Azure VMs using Azure Automation
(thomasmaurer.ch)
A while ago I wrote a blog post on how you can run a PowerShell or Bash script against multiple
By: Thomas Maurer submitted:Aug 12 2022
A while ago I wrote a blog post on how you can run a PowerShell or Bash script against multiple
Azure Virtual Machines (VMs) using Run Command. In this blog post we are going to have a look on how you can schedule and run PowerShell and Bash scripts against Azure virtual machines (VMs) using .
By: Thomas Maurer submitted:Aug 12 2022
Small Tips and Tricks – PowerShell – Reading all onedrive urls, owners and storage quota
(knowledge-junction.com)
Small Tips and Tricks - PowerShell - Reading all onedrive urls, owners and storage quota
By: Prasham Sabadra submitted:Aug 12 2022
Small Tips and Tricks - PowerShell - Reading all onedrive urls, owners and storage quota
By: Prasham Sabadra submitted:Aug 12 2022
TIL (accidentally) that PowerShell Copy-Item has -ToSession
(twitter.com)
(and -FromSession) parameters so you can copy files/folders to/from remote machines without needing
By: Guy Leech submitted:Aug 12 2022
(and -FromSession) parameters so you can copy files/folders to/from remote machines without needing
$ shares. Best to set $ProgressPreference to SilentlyContinue unless you want it slowed by progress messages
By: Guy Leech submitted:Aug 12 2022
Working with VirusTotal from PowerShell
(evotec.xyz)
Virus Total is an excellent service. It's a single place where hundreds of antivirus engines can
By: Przemyslaw Klys submitted:Aug 12 2022
Virus Total is an excellent service. It's a single place where hundreds of antivirus engines can
verify if the file, URL, domain name, or IP Address is trusted or not. Of course, it's not a silver bullet, but it brings tremendous value, and I often verify files I download before executing. Since I release a lot of new or updated PowerShell modules on a weekly/monthly basis, I thought it would be great to send newly released versions straight to Virus Total so I can have them checked before anyone executes them. I also hope to prevent false positives from some antivirus vendors that may tag my modules as malware because they haven't seen the DLL or PowerShell module in this form before. I've seen it happen to DBATools, so why not try and push my modules before users even use them?
By: Przemyslaw Klys submitted:Aug 12 2022
Projects, Scripts, and Modules
RoboCopy 1.0.1
(powershellgallery.com)
The official Robocopy as a Powershell Cresendo module. With parameters that now make sense
By: Adam Bacon submitted:Aug 12 2022
The official Robocopy as a Powershell Cresendo module. With parameters that now make sense
By: Adam Bacon submitted:Aug 12 2022
Books, Media, and Learning Resources
Passion + PowerShell = Profit with David Hall
(powershellpodcast.podbean.com)
In this episode, we cover a lot of ground. We cover how PowerShell has helped our careers, from the
By: The Powershell Podcast submitted:Aug 12 2022
In this episode, we cover a lot of ground. We cover how PowerShell has helped our careers, from the
beginning roots to the current day. David covers how he got his start, the challenges he faced along the way, and how each opportunity to teach came up. We explore the origins of PSAffirmations and the role that affirmations had when dealing with Imposter Syndrome. Security is David's specialty, so we spent some time picking David's brain about the current state of security and where attention is needed. We discuss whether passion can be taught or if it already must be there. Last, Jordan lets slip that he hates Christmas.
By: The Powershell Podcast submitted:Aug 12 2022
PowerShell Conference EU
(youtube.com)
Recordings of PSConfEU Vienna 2022 have been published!
By: PowerShell Conference EU submitted:Aug 12 2022
Recordings of PSConfEU Vienna 2022 have been published!
By: PowerShell Conference EU submitted:Aug 12 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.