November 4, 2022
Blogs, Articles, and Posts
How to Detect Process Injection of PowerShell Backdoor with Native CMD or Powershell commands .
(reddit.com)
I'm doing a cyber training exercise and have been informed by red team that there is a PowerShell
By: u/MyRedditiJustMade submitted:Nov 4 2022
I'm doing a cyber training exercise and have been informed by red team that there is a PowerShell
backdoor on a box we're investigating . The box does not have any extra installed software such as sysinternals its just a basic windows image . This has lead me to wondering if there is a good way to detect process injection such as DLL hijacking or PE injection with native commands . Links to any resources or scripts is greatly appreciated .
By: u/MyRedditiJustMade submitted:Nov 4 2022
I love power shell. Teach me something new about searching windows logs to converge on an error?
(reddit.com)
I'm in network incident response.
By: u/No-Werewolf2037 submitted:Nov 4 2022
I'm in network incident response.
By: u/No-Werewolf2037 submitted:Nov 4 2022
The Many Ways to Send Email via the Microsoft Graph
(practical365.com)
For those wanting to eliminate the SMTP AUTH protocol, Microsoft has three ways to send email using
By: Tony Redmond submitted:Nov 4 2022
For those wanting to eliminate the SMTP AUTH protocol, Microsoft has three ways to send email using
Graph APIs. This article looks at how to use the Send-MgUserMail cmdlet and compares it to the Send-MgUserMessage cmdlet (covered in depth in a previous article). Our conclusion is that you'll probably end up using Send-MgUserMail because it's easier to use.
By: Tony Redmond submitted:Nov 4 2022
Tools of the trade
(reddit.com)
Sysadmin recently had a thread about your goto tools, and obviously here powershell is likely top of
By: u/ExceptionEX submitted:Nov 4 2022
Sysadmin recently had a thread about your goto tools, and obviously here powershell is likely top of
that list but what other top tools do you use and why.
By: u/ExceptionEX submitted:Nov 4 2022
Upgrade of Teams Policy Cmdlets Enables Use in Azure Automation
(office365itpros.com)
This article explains how to make Teams policy assignments using an Azure Automation runbook and
By: Tony Redmond submitted:Nov 4 2022
This article explains how to make Teams policy assignments using an Azure Automation runbook and
some of the modernized cmdlets available in the Teams PowerShell module. Not everything worked as smoothly as we'd like, but like most PowerShell scenarios, there's usually a workaround available to get the job done. It just needs to be found.
By: Tony Redmond submitted:Nov 4 2022
Projects, Scripts, and Modules
ChangelogManagement 3.0.0
(powershellgallery.com)
ChangelogManagement is a PowerShell module for reading and manipulating changelog files in Keep a
By: Nate Scherer submitted:Nov 4 2022
ChangelogManagement is a PowerShell module for reading and manipulating changelog files in Keep a
Changelog 1.0.0 format. The primary feature is automatic updating of changelogs at release time in a CI/CD workflow via Update-Changelog.
By: Nate Scherer submitted:Nov 4 2022
Format time and date output of PowerShell New-TimeSpan
(4sysops.com)
My function, Get-TimespanPretty, allows you to view the time span-the difference between two time
By: Emanuel Halapciuc submitted:Nov 4 2022
My function, Get-TimespanPretty, allows you to view the time span-the difference between two time
points or dates-in a compact, user-friendly format. It is built on top of the New-TimeSpan cmdlet, which offers details as output that you usually need. With Get-TimespanPretty, you can simply pipe the output (TimeSpan object) of New-TimeSpan or Measure-Command to Get-TimespanPretty. It's easy to use, and there's no need for complex reworking of scripts that may include such commands.
By: Emanuel Halapciuc submitted:Nov 4 2022
Quickly create a new profile for Edge with PowerShell
(cloudappie.nl)
Quickly create a new profile for Edge with PowerShell a great way to keep profiles for each company
By: Albert-Jan Schot submitted:Nov 4 2022
Quickly create a new profile for Edge with PowerShell a great way to keep profiles for each company
you work for!
By: Albert-Jan Schot submitted:Nov 4 2022
Books, Media, and Learning Resources
Cool features in Visual Studio 2022
(devblogs.microsoft.com)
A few weeks ago, I gave a presentation at a conference about cool new features in Visual Studio
By: Mads Kristensen submitted:Nov 4 2022
A few weeks ago, I gave a presentation at a conference about cool new features in Visual Studio
2022. It was a pre-recorded presentation, so I was able to do final edits to the video before sending it to the conference organizers.
By: Mads Kristensen submitted:Nov 4 2022
Practical Automation With Matthew Dowst
(powershellpodcast.podbean.com)
Shameless self promotion time! But seriously it was great talking with these guys. I hope to do it
By: The Powershell Podcast submitted:Nov 4 2022
Shameless self promotion time! But seriously it was great talking with these guys. I hope to do it
again in the future.
By: The Powershell Podcast submitted:Nov 4 2022
Fun
Create a multiple-choice quiz using PowerShell
(powershellisfun.com)
Tomorrow I'm taking the AZ-800 (Administering Windows Server Hybrid Core Infrastructure) exam and I
By: Harm Veenstra submitted:Nov 4 2022
Tomorrow I'm taking the AZ-800 (Administering Windows Server Hybrid Core Infrastructure) exam and I
wanted to create a simple test exam quiz for myself with multiple-choice questions. This blog post will show you how to do that using an Excel file with questions and A, B, C, and D answers including the correct answer to check on.
By: Harm Veenstra submitted:Nov 4 2022
Happy Cakeday, r/PowerShell! Today you’re 14
(reddit.com)
Let's look back at some memorable moments and interesting insights from last year.
By: r/PowerShell submitted:Nov 4 2022
Let's look back at some memorable moments and interesting insights from last year.
By: r/PowerShell submitted:Nov 4 2022
PwshPaint
(github.com)
A simple painting application for PowerShell
By: Shaun Lawrie submitted:Nov 4 2022
A simple painting application for PowerShell
By: Shaun Lawrie submitted:Nov 4 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.