November 27, 2020
Announcements!
Blogs, Articles, and Posts
Backup and restore Conditional access policies with PowerShell
(4bes.nl)
Since the summer of 2020, the AzureAD PowerShell module provides cmdlets that can help you manage
By: Barbara Forbes submitted:Jun 16 2022
Since the summer of 2020, the AzureAD PowerShell module provides cmdlets that can help you manage
Conditional access policies. This can give you some nice options to backup, document and restore Conditional access policies. In my opinion, the PowerShell cmdlets aren't all that intuitive, which is the reason I want to show in this post how to backup and restore Conditional Access Policies with PowerShell.
By: Barbara Forbes submitted:Jun 16 2022
Check latest PowerShell Module version with PowerShell
(blog.it-koehler.com)
Sometimes it is necessary to check if your powershell module is still up to date. Yes in newer
By: Alexander Koehler submitted:Jun 16 2022
Sometimes it is necessary to check if your powershell module is still up to date. Yes in newer
PowerShell Versions you can choose the following cmdlet: Update-Module (PS-Version5.1). But I wanted to have a function which can compare versions of any powershell module and can also compare any other version. Therefor I did some research in google and found .Net Framework class [version]. Some blogposts later I got the comparing mechanism to check if one version is older than another.
By: Alexander Koehler submitted:Jun 16 2022
Level up your PowerShell with five tips in five minutes!
(nathanlmagyar.medium.com)
As engineers, we're fortunate enough to have the most diverse tool in Microsoft administration right
By: Nathan Magyar submitted:Jun 16 2022
As engineers, we're fortunate enough to have the most diverse tool in Microsoft administration right
at our fingertips. With these 5 tips, you'll start to understand just how easily you can leverage PowerShell to your advantage in your daily operations.
By: Nathan Magyar submitted:Jun 16 2022
Measuring PowerShell Profile Performance
(jdhitsolutions.com)
Today's topic is one of those things that I don't know why I've never addressed before. Well, I have
By: Jeff Hicks submitted:Jun 16 2022
Today's topic is one of those things that I don't know why I've never addressed before. Well, I have
for myself in a manual process. Hopefully you'll find it useful. As you probably know, PowerShell uses a set of profile scripts. These scripts have hard-coded paths and PowerShell runs them in order from broadest to narrowest.
By: Jeff Hicks submitted:Jun 16 2022
Monitoring with PowerShell: App hangs
(cyberdrain.com)
I was talking to a friend the other day and he was using my user experience script in his RMM system
By: Kelvin Tegelaar submitted:Jun 16 2022
I was talking to a friend the other day and he was using my user experience script in his RMM system
for a while. He told me that he loved having the ability to measure the users experience but he had some clients with in-house applications that would write errors to the system log constantly, or he had other clients with crashing services that could not be prevented.
By: Kelvin Tegelaar submitted:Jun 16 2022
Under The Stairs: Creating a PowerShell Cmdlet Using C#
(tfl09.blogspot.com)
As part of a book I am writing, I wanted to show how simple it could be to create your own cmdlet in
By: Thomas Lee submitted:Jun 16 2022
As part of a book I am writing, I wanted to show how simple it could be to create your own cmdlet in
C#. This was to be a part of an advanced look at the things you can do with PowerShell 7 and DotNet Core.
By: Thomas Lee submitted:Jun 16 2022
Using a LiteDB portable database with your PowerShell project
(smsagent.blog)
I was working on a PowerShell project recently where I needed to reference a large number of items -
By: Trevor Jones submitted:Jun 16 2022
I was working on a PowerShell project recently where I needed to reference a large number of items -
more than I wanted to add as an array or hash table in script, or even an external file like an XML document. So I searched for a portable, standalone database that I could distribute with the script and happened across LiteDB, a lightweight, single-file NoSQL database. It seemed the ideal solution as there's a .Net code library for it, and so far I'm pretty impressed.
By: Trevor Jones submitted:Jun 16 2022
Projects, Scripts, and Modules
BluebirdPS 0.1.1
(powershellgallery.com)
A Twitter Automation Client for PowerShell 7. Tweet, retweet, send direct messages, manage lists,
By: Dave Carroll submitted:Jun 16 2022
A Twitter Automation Client for PowerShell 7. Tweet, retweet, send direct messages, manage lists,
and more.
By: Dave Carroll submitted:Jun 16 2022
Preview Release of DDD
(davidlenihan.com)
DDD is a PowerShell module. It adds commands to PowerShell to make working with 3D graphics easy.
By: David Lenihan submitted:Jun 16 2022
DDD is a PowerShell module. It adds commands to PowerShell to make working with 3D graphics easy.
By: David Lenihan submitted:Jun 16 2022
Books, Media, and Learning Resources
Azure Arc Intro (YouTube)
(youtube.com)
You've might have heard the news about Azure Arc and how it enables multi-cloud management from
By: Mike Kanakos and Jeremy Brow submitted:Jun 16 2022
You've might have heard the news about Azure Arc and how it enables multi-cloud management from
Azure. However, there's a secret that not many people know... you can manage your on-prem resources with Azure Arc.
By: Mike Kanakos and Jeremy Brow submitted:Jun 16 2022
CyberSecLabs – Toast – Active Directory (YouTube)
(youtube.com)
When hackers gain powershell access to a machine, they will check the powershell history. Here's a
By: PinkDraconian submitted:Jun 16 2022
When hackers gain powershell access to a machine, they will check the powershell history. Here's a
practical example:
By: PinkDraconian submitted:Jun 16 2022
PowerShell Lightning Talk: Disk Speed Test on PowerShell with Jeremy Smith (YouTube)
(youtube.com)
Jeremy smith shows how he created some custom PowerShell functions to test disk speeds. He details
By: Research Triangle PowerShell Users Group submitted:Jun 16 2022
Jeremy smith shows how he created some custom PowerShell functions to test disk speeds. He details
how he was able to take a manual process and automate it. Prior to Jeremy's automation, this process was done through an old school cmd line utility and then manually parsing out the relevant data. Jeremy was able to automate the process from start to end.
By: Research Triangle PowerShell Users Group submitted:Jun 16 2022
Tools: Build your first Serverless App in Azure in under 60 minutes! (YouTube)
(youtube.com)
Looking to learn how to get started in Azure? Have you considered Serverless apps? Be not afraid.
By: Research Triangle PowerShell Users Group submitted:Jun 16 2022
Looking to learn how to get started in Azure? Have you considered Serverless apps? Be not afraid.
They're easy to build and allow you get started without needing a degree in programming.... Our speaker, Jeremy Brown, will walk through the basics of serverless apps, build a simple app AND put it online in 45 minutes!
By: Research Triangle PowerShell Users Group submitted:Jun 16 2022
Fun
Monitoring the London Underground with SCOM
(cookdown.com)
Not into train spotting, don't worry, our blog on monitoring the London Underground will show you
By: Team Cookdown submitted:Jun 16 2022
Not into train spotting, don't worry, our blog on monitoring the London Underground will show you
how to literally monitor anything! All you need to get started is our PowerShell MP, plus some APIs and custom discoveries - happy monitoring!
By: Team Cookdown 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.