May 13, 2022
Blogs, Articles, and Posts
Comparing Invoke-RestMethod to the PowerShell SDK
(modernendpoint.com)
Welcome back! A lot has happened since my last post. This post is a companion to one of my sessions
By: Sean Bulger submitted:Jun 16 2022
Welcome back! A lot has happened since my last post. This post is a companion to one of my sessions
at MMSMOA. It is also the latest post in my series on automating endpoint management tasks with Microsoft Graph and the MEMCM AdminService.
By: Sean Bulger submitted:Jun 16 2022
Find Who Sent Email from Shared Mailbox in Office 365 using PowerShell
(o365reports.com)
Shared mailbox delegates can send emails from the shared mailbox based on permissions like 'Send As'
By: O365Reports.com submitted:Jun 16 2022
Shared mailbox delegates can send emails from the shared mailbox based on permissions like 'Send As'
and 'Send On Behalf.'
By: O365Reports.com submitted:Jun 16 2022
Get Per-User MFA Status using PowerShell
(thesysadminchannel.com)
There are a ton of scripts out there that show you if the user has MFA enabled by checking their
By: Paul Contreras submitted:Jun 16 2022
There are a ton of scripts out there that show you if the user has MFA enabled by checking their
authentication methods, something very similar to this Get MFA Methods using Graph API script I wrote a while back. However, I haven't really seen a script to show me what their per-user MFA status is.
By: Paul Contreras submitted:Jun 16 2022
How to pipe binary stream in Powershell?
(reddit.com)
I did some research and found that Powershell doesn't have the ability to pipe binary stream, (you
By: u/Moises-Tohias submitted:Jun 16 2022
I did some research and found that Powershell doesn't have the ability to pipe binary stream, (you
can pipe just string AFAIK)
By: u/Moises-Tohias submitted:Jun 16 2022
Monitoring Logon Attempts in Active Directory with PowerShell
(sid-500.com)
Domain-Controllers monitor successful logon attempts by default. All events of all login attempts
By: Patrick Gruenauer submitted:Jun 16 2022
Domain-Controllers monitor successful logon attempts by default. All events of all login attempts
are logged in the Event Viewer. In this article I will cover how to monitor all logon events with PowerShell. Let's dive in.
By: Patrick Gruenauer submitted:Jun 16 2022
Remove or block Chrome extensions with PowerShell
(4sysops.com)
A comment on the previous post about deploying Chrome extensions posed the question of whether
By: Robert Pearman submitted:Jun 16 2022
A comment on the previous post about deploying Chrome extensions posed the question of whether
PowerShell could be used to remove Chrome extensions.
By: Robert Pearman submitted:Jun 16 2022
Use the Abstract Syntax Tree (AST) to list parameters and variables in PowerShell functions
(mikefrobbins.com)
One thing I've missed during the past couple of years with virtual-only conferences is the hallway
By: Mike F. Robbins submitted:Jun 16 2022
One thing I've missed during the past couple of years with virtual-only conferences is the hallway
track. While at the PowerShell + DevOps Global Summit 2022, there was a discussion about using PascalCase for parameter names and camelCase for user-defined variables in your PowerShell functions.
By: Mike F. Robbins submitted:Jun 16 2022
Projects, Scripts, and Modules
JAz.PIM 0.0.1
(powershellgallery.com)
Azure Privileged Identity Management (PIM) module
By: Justin Grote submitted:Jun 16 2022
Azure Privileged Identity Management (PIM) module
By: Justin Grote submitted:Jun 16 2022
Office 365 Offboarding Script
(reddit.com)
reclaim license, convert mailbox to shared, set OOO
By: u/np05573 submitted:Jun 16 2022
reclaim license, convert mailbox to shared, set OOO
By: u/np05573 submitted:Jun 16 2022
Books, Media, and Learning Resources
Intune + PowerShell + MS Graph – YouTube
(youtube.com)
In this session we will have a look at how we as IT-admins can utilize MS Graph in our daily work.
By: Modern Endpoint Management (Official Group) submitted:Jun 16 2022
In this session we will have a look at how we as IT-admins can utilize MS Graph in our daily work.
MS Graph is key when it comes to automation of our tasks and activities, work smarter not harder!
By: Modern Endpoint Management (Official Group) submitted:Jun 16 2022
PowerShell Performance: .NET Collections – YouTube
(youtube.com)
In this video, I go over how to use specialized .NET collections in PowerShell to improve
By: Adam Driscoll submitted:Jun 16 2022
In this video, I go over how to use specialized .NET collections in PowerShell to improve
performance.
By: Adam Driscoll submitted:Jun 16 2022
The Value of Mentorship with Jeff Hicks
(powershellpodcast.podbean.com)
We caught up with Jeff Hicks at the PowerShell and Global DevOps summit. He talks about how he
By: The PowerShell Podcast submitted:Jun 16 2022
We caught up with Jeff Hicks at the PowerShell and Global DevOps summit. He talks about how he
always wanted to be a teacher and how PowerShell has helped him achieve that. We also discuss the holy trinity of PowerShell Cmdlet: Get-Help, Get-Command, and Get-Member, which will help you find the command you need, learn how to use it, and give you everything you would want to know about the objects it returns.
By: The PowerShell Podcast submitted:Jun 16 2022
Tiny PowerShell Projects (MEAP)
(manning.com)
PowerShell can automate almost any IT task. This book guides you through 17 practical PowerShell
By: Bill Burns submitted:Jun 16 2022
PowerShell can automate almost any IT task. This book guides you through 17 practical PowerShell
projects that will build your skills and save you hours-or even days-of work.
By: Bill Burns submitted:Jun 16 2022
Fun
An Iron Scripter Warm-Up Solution
(jdhitsolutions.com)
We just wrapped up the 2022 edition of the PowerShell+DevOps Global Summit. It was terrific to be
By: Jeff Hicks submitted:Jun 16 2022
We just wrapped up the 2022 edition of the PowerShell+DevOps Global Summit. It was terrific to be
with passionate PowerShell professionals again. The culmination of the event is the Iron Scripter Challenge.
By: Jeff Hicks 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.