January 21, 2022
Blogs, Articles, and Posts
Active Directory: Find users based on Attributes and add them to a Group with PowerShell
(sid-500.com)
Active Directory objects are usually stored in organizational units. Sometimes these organizational
By: Patrick Gruenauer submitted:Jun 16 2022
Active Directory objects are usually stored in organizational units. Sometimes these organizational
units don't refer to the site where the users work.
By: Patrick Gruenauer submitted:Jun 16 2022
Behind the PowerShell Pipeline
(jdhitsolutions.com)
Last week I made some passing references on Twitter to a new project I am working on this year. I
By: Jeff Hicks submitted:Jun 16 2022
Last week I made some passing references on Twitter to a new project I am working on this year. I
thought I'd take a little time to explain it and hopefully entice a few of you into joining me.
By: Jeff Hicks submitted:Jun 16 2022
For those that work in IT Admin, what are the key Powershell Commands that every admin should know?
(reddit.com)
A great discuss on r/PowerShell about what cmdlets to learn
By: u/mrEnigma86 submitted:Jun 16 2022
A great discuss on r/PowerShell about what cmdlets to learn
By: u/mrEnigma86 submitted:Jun 16 2022
Getting new Secure App Model tokens
(cyberdrain.com)
Since I've released CIPP I've been getting a load of questions about the Secure Application Model,
By: Kelvin Tegelaar submitted:Jun 16 2022
Since I've released CIPP I've been getting a load of questions about the Secure Application Model,
one of the most common occurrences happens to be that users somehow don't get their tokens setup completely, and need to retrieve these again.
By: Kelvin Tegelaar submitted:Jun 16 2022
Just been asked to try to speed up a PowerShell loop
(twitter.com)
notice how much slower Get-Date is than using -as or a cast. Using -as also has the advantage that
By: Guy Leech submitted:Jun 16 2022
notice how much slower Get-Date is than using -as or a cast. Using -as also has the advantage that
it doesn't error with bad date format it just returns $null which you can check for. Use TryParseExact for non-standard ones
By: Guy Leech submitted:Jun 16 2022
Monitoring with PowerShell: Monitoring battery health
(cyberdrain.com)
This one was requested by several users for a while, I added this to some script libraries but never
By: Kelvin Tegelaar submitted:Jun 16 2022
This one was requested by several users for a while, I added this to some script libraries but never
actually released it on the blog so I figured it's a good way to get back into blogging.
By: Kelvin Tegelaar submitted:Jun 16 2022
When PowerShellGet v1 fails to install the NuGet Provider
(devblogs.microsoft.com)
Recently there's been a number of users who have encountered a particular bug with PowerShellGet
By: Amber Erickson submitted:Jun 16 2022
Recently there's been a number of users who have encountered a particular bug with PowerShellGet
1.0.0.1 in Windows PowerShell. This bug occurs when you try to to use a PowerShellGet cmdlet that is dependent on PackageManagement, including cmdlets such as Find-Module, Install-Module, Save-Module, etc.
By: Amber Erickson submitted:Jun 16 2022
Projects, Scripts, and Modules
Audit-UserShare
(github.com)
Need to find all old user accounts who have home directories? How about old directories that have no
By: Foyerr submitted:Jun 16 2022
Need to find all old user accounts who have home directories? How about old directories that have no
user?
By: Foyerr submitted:Jun 16 2022
Sentinel-Queries/Device-PowershellConnectingtoInternet.kql
(github.com)
Find users that are connecting to internet endpoints via PowerShell commands
By: reprise99 submitted:Jun 16 2022
Find users that are connecting to internet endpoints via PowerShell commands
By: reprise99 submitted:Jun 16 2022
Books, Media, and Learning Resources
Lets Chat: PowerShell Getting Started EP1 – YouTube
(youtube.com)
This the first video in a series on how to learn to code with PowerShell. The goal of this series is
By: JordanTheItGuy submitted:Jun 16 2022
This the first video in a series on how to learn to code with PowerShell. The goal of this series is
to slowly ramp things up over time but we'll start with an assumption that you're here with little to no programming, or PowerShell knowledge.
By: JordanTheItGuy submitted:Jun 16 2022
Fun
PowerShell Painting
(tommymaynard.com)
Sorry this was just too cute not to share!
By: Tommy Maynard submitted:Jun 16 2022
Sorry this was just too cute not to share!
By: Tommy Maynard 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.