October 1, 2021
Announcements!
Az module support in Azure Automation is now available
(azure.microsoft.com)
To make it easy for you to work with the Az modules, Azure Automation now supports Az modules by
By: Azure PowerShell submitted:Jun 16 2022
To make it easy for you to work with the Az modules, Azure Automation now supports Az modules by
default.
By: Azure PowerShell submitted:Jun 16 2022
Release v7.2.0-preview.10 Release of PowerShell
(github.com)
Come get the latest PowerShell Preview release now!
By: PowerShell Team submitted:Jun 16 2022
Come get the latest PowerShell Preview release now!
By: PowerShell Team submitted:Jun 16 2022
Blogs, Articles, and Posts
Error handling in functions?
(reddit.com)
After reading the thread below it got me curious about how everyone implements error handling in
By: r/PowerShell submitted:Jun 16 2022
After reading the thread below it got me curious about how everyone implements error handling in
their functions.
By: r/PowerShell submitted:Jun 16 2022
How to Kill a Windows Process on a Remote System
(adamtheautomator.com)
Perhaps you're working happily on a remote Windows server, then find a process that runs awry using
By: Nick Rimmer submitted:Jun 16 2022
Perhaps you're working happily on a remote Windows server, then find a process that runs awry using
up valuable CPU cycles. What do you do? Kill it!
By: Nick Rimmer submitted:Jun 16 2022
How to Transfer files with PowerShell SFTP
(adamtheautomator.com)
If you need to transfer files securely with SFTP and know a little about PowerShell, you're in luck.
By: Chaitanya submitted:Jun 16 2022
If you need to transfer files securely with SFTP and know a little about PowerShell, you're in luck.
In this tutorial, you will learn how to work with files remotely via SFTP and dig into some of the different PowerShell SFTP modules you can use.
By: Chaitanya submitted:Jun 16 2022
I Need a PSDrive Now!
(jdhitsolutions.com)
I hope you've been enjoying the last few posts on working with PSDrives. To round out the set, I
By: Jeff Hicks submitted:Jun 16 2022
I hope you've been enjoying the last few posts on working with PSDrives. To round out the set, I
thought I'd remind you of a command in the PSScriptTools module that I use often, especially when teaching a live class or presenting at a conference. As you've seen, I use PSDrives as shortcuts to commonly used folders. Back in my DOS days, I relied on subst.exe. PSDrives are much easier. Here's my typical dilemma and how I solve it.
By: Jeff Hicks submitted:Jun 16 2022
Interactive Authentication to Microsoft Graph using MSAL with PowerShell and Delegated Permissions – darrenjrobinson – Bespoke Identity and Access Management Solutions
(blog.darrenjrobinson.com)
Previously I've written about using MSAL and PowerShell with Application Permissions and Client
By: Darren Robinson submitted:Jun 16 2022
Previously I've written about using MSAL and PowerShell with Application Permissions and Client
Credentials and Certificate based authentication. Also with Delegated Permissions and Device Code flow authentication. The one I haven't written a post on is performing interactive authentication to Microsoft Graph using MSAL with PowerShell and Delegated Permissions. I have for Python so this post will complete the examples for both Python and PowerShell.
By: Darren Robinson submitted:Jun 16 2022
My Crescendo journey
(devblogs.microsoft.com)
In a recent PowerShell Users Group meeting I was thinking that it might be good to talk about the
By: Sean Wheeler submitted:Jun 16 2022
In a recent PowerShell Users Group meeting I was thinking that it might be good to talk about the
new Crescendo module and how to use it. I was going to ask Jason Helmick if he would do a presentation for us. Then, in an unrelated conversation, someone mentioned using vssadmin.exe for some project. This got me thinking: vssadmin is a perfect candidate for a Crescendo module and maybe I should just learn it and do the presentation myself.
By: Sean Wheeler submitted:Jun 16 2022
PowerShell on Linux? A primer on Object-Shells
(fedoramagazine.org)
This post gives you an overview of PowerShell and a comparison to POSIX-compliant shells.
By: TheEvilSkeleton and Ozymandias42 submitted:Jun 16 2022
This post gives you an overview of PowerShell and a comparison to POSIX-compliant shells.
By: TheEvilSkeleton and Ozymandias42 submitted:Jun 16 2022
Projects, Scripts, and Modules
AsBuiltReport
(github.com)
A configuration document framework which utilises PowerShell to produce as-built documentation in
By: AsBuiltReport submitted:Jun 16 2022
A configuration document framework which utilises PowerShell to produce as-built documentation in
multiple document formats for multiple technologies
By: AsBuiltReport submitted:Jun 16 2022
Default Intune Enrollment
(github.com)
This document will guide you and show you which steps to take to deploy your whole Intune tenant
By: Rudy Ooms submitted:Jun 16 2022
This document will guide you and show you which steps to take to deploy your whole Intune tenant
within a few minutes. Before we can configure the tenant with Powershell, we need to make sure we have configured some prereqs.
By: Rudy Ooms submitted:Jun 16 2022
Books, Media, and Learning Resources
Generating Beautiful Documentation with Stephen Valdinger – YouTube
(youtube.com)
Does this sound familiar? You love PowerShell because it's awesome and, with PowerShell, you can
By: Research Triangle PowerShell Users Group submitted:Jun 16 2022
Does this sound familiar? You love PowerShell because it's awesome and, with PowerShell, you can
create automation to eliminate manual tasks. But... you don't love writing the documentation for your code....
By: Research Triangle PowerShell Users Group submitted:Jun 16 2022
Make PowerShell a Real Solution in 5 Steps! – YouTube
(youtube.com)
Wait, isn't PowerShell a solution already? Let me explain 🙂
By: Brisbane Infrastructure DevOps User Group submitted:Jun 16 2022
Wait, isn't PowerShell a solution already? Let me explain 🙂
By: Brisbane Infrastructure DevOps User Group submitted:Jun 16 2022
Fun
clickbait.ps1
(gist.github.com)
In this PowerShell `Clickbait Headline Generator` script, learn about text manipulation, get-random,
By: Doug Finke submitted:Jun 16 2022
In this PowerShell `Clickbait Headline Generator` script, learn about text manipulation, get-random,
functions, switch statement, and the `-f` operator to create this algorithm.
By: Doug Finke submitted:Jun 16 2022
Coolest script you’ve created?
(reddit.com)
A fun discussion thread on r/PowerShell
By: r/PowerShell submitted:Jun 16 2022
A fun discussion thread on r/PowerShell
By: r/PowerShell 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.