May 19, 2023
Announcements!
PowerShellGet in PowerShell 7.4 Updates
(devblogs.microsoft.com)
Version 3 previews of PowerShellGet will begin shipping in PowerShell 7.4 previews in June (preview
By: The PowerShell Team submitted:May 19 2023
Version 3 previews of PowerShellGet will begin shipping in PowerShell 7.4 previews in June (preview
5) with the following updates. These changes include important plans to address migration and compatibility, and we would like to request feedback.
By: The PowerShell Team submitted:May 19 2023
Blogs, Articles, and Posts
Editing PowerShell scripts in Azure Cloud Shell
(powershellisfun.com)
Executing PowerShell scripts in Azure Cloud Shell is easy and fast, but how do you edit them before
By: Harm Veenstra submitted:May 19 2023
Executing PowerShell scripts in Azure Cloud Shell is easy and fast, but how do you edit them before
running? I will show you three ways to do that in this blog post.
By: Harm Veenstra submitted:May 19 2023
How to map a network drive with PowerShell
(4sysops.com)
If you want to assign a drive letter to file shares via the command line, you can use PowerShell
By: Wolfgang Sommergut submitted:May 19 2023
If you want to assign a drive letter to file shares via the command line, you can use PowerShell
instead of net.exe. The SmbShare module's cmdlets can display, connect, and disconnect shared drives. PowerShell also supports newer SMB features, such as QUIC and Compression.
By: Wolfgang Sommergut submitted:May 19 2023
Measuring script execution time
(devblogs.microsoft.com)
This post shows how to measure script execution time in PowerShell
By: Francisco Nabas submitted:May 19 2023
This post shows how to measure script execution time in PowerShell
By: Francisco Nabas submitted:May 19 2023
PowerShell: Comparing two Objects with Compare-Object
(sid-500.com)
In this short blog post, I will show you how to compare two PowerShell objects to find differences
By: Patrick Gruenauer submitted:May 19 2023
In this short blog post, I will show you how to compare two PowerShell objects to find differences
between them. I will also give you an example on how to create objects [...]
By: Patrick Gruenauer submitted:May 19 2023
Script for unpinning the Microsoft Store for all users
(reddit.com)
Hey everyone looking for a way to unpin the microsoft store from the taskbar for all users. Trying
By: u/Dmans70 submitted:May 19 2023
Hey everyone looking for a way to unpin the microsoft store from the taskbar for all users. Trying
to do this without GP or Intune.
By: u/Dmans70 submitted:May 19 2023
ScriptBlock and SessionState in PowerShell
(mdgrs.hashnode.dev)
Do you know the difference between these two ScriptBlocks? One is directly defined in a script, and
By: mdgrs submitted:May 19 2023
Do you know the difference between these two ScriptBlocks? One is directly defined in a script, and
the other is created from a string.
By: mdgrs submitted:May 19 2023
Secure Wipe with SDELETE revisited
(garytown.com)
So many years ago I blogged about using sdelete to run a secure wipe task task squence. Since then,
By: Gary Blok submitted:May 19 2023
So many years ago I blogged about using sdelete to run a secure wipe task task squence. Since then,
I've updated it a bit, and I'm reposting and uploading the Task Sequence. There are no packages associated with it, all content it needs ... Read more
By: Gary Blok submitted:May 19 2023
Projects, Scripts, and Modules
AutoRuns v 14.0.2
(powershellgallery.com)
AutoRuns is a module that will help do live incident response and enumerate autoruns artifacts that
By: Emin Atac submitted:May 19 2023
AutoRuns is a module that will help do live incident response and enumerate autoruns artifacts that
may be used by legitimate programs as well as malware to achieve persistence
By: Emin Atac submitted:May 19 2023
AzureCodeSigning v 0.2.21
(powershellgallery.com)
Enables the signing of a set of files with the Azure Code Signing service.
By: James Parsons submitted:May 19 2023
Enables the signing of a set of files with the Azure Code Signing service.
By: James Parsons submitted:May 19 2023
PingIt v 0.0.5
(powershellgallery.com)
Ping-like functionality that also has the capability to track outages and latency issues.
By: mattf submitted:May 19 2023
Ping-like functionality that also has the capability to track outages and latency issues.
By: mattf submitted:May 19 2023
Books, Media, and Learning Resources
PowerShell and APIs 103: How to authenticate and interact with Central Management
(youtube.com)
In this video, @Steviecoaster from the Research Triangle PowerShell User Group (RTPSUG) shows you
By: Research Triangle PowerShell Users Group submitted:May 19 2023
In this video, @Steviecoaster from the Research Triangle PowerShell User Group (RTPSUG) shows you
how to authenticate and interact with a Central Management product using PowerShell. You will learn how to encode credentials, build headers, send requests, and store cookies for API authentication. You will also see a real-world example of using APIs and PowerShell to automate tasks and solve problems with Central Management.
By: Research Triangle PowerShell Users Group submitted:May 19 2023
Community
A Plethora of New Content
(powershellnews.podbean.com)
Check out all 8, yes 8, episodes released this week!
By: The PowerShell News Podcast submitted:May 19 2023
Check out all 8, yes 8, episodes released this week!
By: The PowerShell News Podcast submitted:May 19 2023
PowerShell and DevOps Global Summit – Steve Judd, Poshwolf (Anthony Howell), Phil Bossman, Dan Hill, and Geoff SchramPoshwolf (Anthony Howell), Phil Bossman, Dan Hill, and Geoff Schram
(powershellpodcast.podbean.com)
It is the last of the bar sessions from the PowerShell and DevOps Global Summit. We talk about
By: The Powershell Podcast submitted:May 19 2023
It is the last of the bar sessions from the PowerShell and DevOps Global Summit. We talk about
everyone's experiences at Summit with Steve Judd, Poshwolf(Anthony Howell), Phil Bossman, Dan Hill, and Geoff Schram. Catch our final interviews from Summit.
By: The Powershell Podcast submitted:May 19 2023
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.