April 9, 2021
Blogs, Articles, and Posts
CI CD for PowerShell scripts in Active Directory environments
(reddit.com)
For anyone who is looking for simple solution to:
By: u/Federal_Ad2455 submitted:Jun 16 2022
For anyone who is looking for simple solution to:
By: u/Federal_Ad2455 submitted:Jun 16 2022
Control Split-Panes in Windows Terminal through PowerShell
(powershellone.wordpress.com)
In this post, I would like to introduce a PowerShell function to create new split-panes for the
By: Dirk submitted:Jun 16 2022
In this post, I would like to introduce a PowerShell function to create new split-panes for the
Windows Terminal. One of the many great features of the Windows Terminal is the ability to split a window into panes:
By: Dirk submitted:Jun 16 2022
From PowerShell to Payload: An Analysis of Weaponized Malware | Threatpost
(threatpost.com)
John Hammond, security researcher with Huntress, takes a deep-dive into a stager's technical and
By: John Hammond submitted:Jun 16 2022
John Hammond, security researcher with Huntress, takes a deep-dive into a stager's technical and
coding aspects.
By: John Hammond submitted:Jun 16 2022
ISE should not switch focus automatically to the console pane
(windowsserver.uservoice.com)
Glad to know I'm not the only one annoyed by this.
By: User Voice submitted:Jun 16 2022
Glad to know I'm not the only one annoyed by this.
By: User Voice submitted:Jun 16 2022
Monitoring with PowerShell: Monitoring MFA Usage
(cyberdrain.com)
So I've blogged about this before too, but times change and monitoring MFA usage is becoming a
By: Kelvin Tegelaar submitted:Jun 16 2022
So I've blogged about this before too, but times change and monitoring MFA usage is becoming a
little more difficult . Microsoft allows per-user MFA, Security Defaults, and Conditional Access all to be used concurrently. I've created this monitoring script that returns which users seem to fall out of any Multi-factor authentication scope, and also reports what type of authentication is currently active on the tenant. Using the normal PowerShell methods you can only find if a user has per-user MFA enabled, if a user uses Conditional Access or Security Defaults it shows the per-user MFA state as disabled, which is a little annoying.
By: Kelvin Tegelaar submitted:Jun 16 2022
My Azure AD has been breached! What now?
(danielchronlund.com)
In the cloud, we are all under attack, every day, every minute! In the spirit of zero trust we
By: Daniel Chronlund submitted:Jun 16 2022
In the cloud, we are all under attack, every day, every minute! In the spirit of zero trust we
should always assume breach. The attack will come and it can strike from any direction - the Internet, on-prem, BYOD, etc. The first thing an organisation experiences after the fact is often confusion, fear, and panic. Not the best mix of feelings to have while trying to sort things out! Most organisations don't have a clear plan of what to do next.
By: Daniel Chronlund submitted:Jun 16 2022
Transforming PowerShell experience with PSReadLine (YouTube)
(youtube.com)
In this video I introduce PSReadLine as a way to transform your day-to-day PowerShell experience!
By: John Savill submitted:Jun 16 2022
In this video I introduce PSReadLine as a way to transform your day-to-day PowerShell experience!
By: John Savill submitted:Jun 16 2022
Projects, Scripts, and Modules
Create a secure GitHub webhook to trigger an Azure PowerShell Function
(4bes.nl)
For this post, I want to look at the connection you can make between GitHub and Azure Functions. I
By: Barbara 4bes submitted:Jun 16 2022
For this post, I want to look at the connection you can make between GitHub and Azure Functions. I
have written an extensive blog post about this subject before, which I encourage you to read if you have never created this connection before. I want to focus on how you can create a secure GitHub webhook to trigger an Azure PowerShell Function. We will make use of a secret that we will store in Azure Key vault.
By: Barbara 4bes submitted:Jun 16 2022
Visualize and Document Azure Infrastructure with PowerShell
(ridicurious.com)
A PowerShell module to automatically generate Azure resource topology diagrams or rich
By: Prateek Singh submitted:Jun 16 2022
A PowerShell module to automatically generate Azure resource topology diagrams or rich
infrastructure visualizations by just typing a PowerShell cmdlet and passing the name of one or more Azure Resource Groups.
By: Prateek Singh submitted:Jun 16 2022
Books, Media, and Learning Resources
Infrastructure Testing with Pester (Pluralsight)
(pluralsight.com)
Are you sure that script you ran on all of your servers actually did what you intended? Be sure in
By: Adam Bertram submitted:Jun 16 2022
Are you sure that script you ran on all of your servers actually did what you intended? Be sure in
the PluralSight course, Infrastructure Testing with Pester, where Adam covers how to use Pester and PowerShell to create in-depth infrastructure tests.
By: Adam Bertram 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.