What You Missed This Week in PowerShell!
Blogs
PowerShell Core Now Available as a Snap Package
by The PowerShell Team on July 20th
Oh, Snap! Core’s support matrix on Linux grows broader with the inclusion of a Snap Package to the line-up. Check out the PS team’s blog for details on what this means and how you can try it out.
PowerShell Modules in Azure Functions
by Axel Bøg Andersen on July 22nd
Hit a snag taking your modules to Azure Functions? Eliminate the hassle of using extra tools and learn how to load your modules directly to Azure Functions.
Using Pester for Infrastructure Testing
by Robert Prüst on July 24th.
If you’re looking for interesting use-cases for Pester, this one’s for you. Robert gives us a look at using the mocking and testing framework to suss out performance issues in his environment. Hint: It’s not DNS.
PowerShell ThreadJobs
by Richard Siddaway on July 24th
There’s a new cmdlet in PowerShell Core v6.1 preview 4 that allows you to run jobs on separate threads. This allows you to run more jobs simulatenously as ThreadJobs are lighter in resource consumption than standard jobs.
Displaying Toast Notifications for a Different User When PowerShell Module Updates are Available
by Mike Robbins on July 26tth
Learn about a number of useful techniques in this article. Use the BuntToast module to display toast notifications in Windows. Use the BetterCredentials module to read credentials from CredentialManager (rather than prompting or reading from a password file). And use the Find-MrModuleUpdate function from MrToolkit module to determine if any updates are availble for your PowerShell modules.
Forums
PowerShell.org Challenge - Unanswered Post
How to Change Retention Period of Each Policy in Azure Recovery Services Vault by Avinash on July 22nd
Avinash’s question has been out there for a week and he hasn’t gotten any help yet. He’s on the right track but needs a little guidance. Please jump in if you can help!
Reddit /r/PowerShell - Most Popular Post
“Widnows Admin Center (formerly Project Honolulu) Functions on Github” by ufourierswager on July 26th
This author grabbed all the functions from Windows Admin Center and posted them on GitHub for the rest of the community to use. Fork your own copy and get your hands on a nice set of useful functions!
Media
The Ultimate PowerShell Cheat Sheet by @SadProcessor on July 25th
If only every cheat sheet were this simple!
Youtube
PowerShell Core Community Call by The PowerShell Team on July 19th
Topics include discussion on two preview releases, the compatibility for the Active Directory module in RSAT with PowerShell Core, and the release cadence of PowerShell Core. Link to call notes
Related Articles
PowerShell Escape Room
PowerShell Escape Room by Michiel Hamers by Michiel Hamers https://about.me/michielhamers/ Why on earth you want to create an Escape Room with PowerShell as backend? I’ve always been a fan of escape rooms, so I decided to create my own for my kids. I wanted to make it something that would be challenging and fun for them, but also educational. I decided to use PowerShell as the backend for the escape room, as I’m a PowerShell developer and I thought it would be a great way to learn more about the language.
Microsoft Graph PowerShell Module: Getting Started Guide
Microsoft Graph PowerShell Module: Getting Started Guide by Jeff Brown Microsoft is retiring the Azure AD Graph API sometime after June 30, 2023 (announcement). This retirement includes the Azure AD PowerShell module. In its place, Microsoft has released the Microsoft Graph PowerShell module. The Microsoft Graph PowerShell module is the next-generation way of managing Microsoft cloud services using PowerShell. If you have used MSOnline or Azure AD PowerShell in the past, you’ll need to read on to learn about this new module.
ICYMI: PowerShell Week of 08-October-2021
Topics include VMWare, Windows 11, Web Reports and more… Special thanks to Robin Dadswell, Prasoon Karunan V, Kiran Patnayakuni and Kevin Laux How to gather your vCenter inventory data with this VMware PowerShell script by Scott Matteson on 7th October Inventory reports are a common request when administering a VMware vCenter environment. Learn how this VMware PowerShell script can make such requests quick and easy Building a Web Report in PowerShell, use the -Force Luke by Chris Noring on 8th October