August 21, 2020
Announcements!
PowerShell 7.1 Preview 6
(devblogs.microsoft.com)
Further in this blog post I'll provide details on some important changes you should be aware of as
By: Steve Lee submitted:Jun 16 2022
Further in this blog post I'll provide details on some important changes you should be aware of as
you starting trying out this preview.
By: Steve Lee submitted:Jun 16 2022
PowerShell support in Durable Functions is in public preview
(azure.microsoft.com)
Durable Functions, an extension to Azure Functions that lets you define stateful serverless
By: Microsoft submitted:Jun 16 2022
Durable Functions, an extension to Azure Functions that lets you define stateful serverless
workflows, now supports PowerShell. Common scenarios made possible by Durable Functions include orchestrating the management of complex Azure Resource deployments involving sequential and parallel steps. Long-running workflows are supported, and Durable Functions provides built-in HTTP endpoints for monitoring their progress.
By: Microsoft submitted:Jun 16 2022
Blogs, Articles, and Posts
Cut and Paste Between Worksheets in Excel using Powershell
(reddit.com)
Yesterday I posted here asking if anyone knew how to cut and paste between two worksheets in an
By: u/gregj529 submitted:Jun 16 2022
Yesterday I posted here asking if anyone knew how to cut and paste between two worksheets in an
excel file. I never really got a response with a solution. I finally figured it out and wanted to share.
By: u/gregj529 submitted:Jun 16 2022
How to Manage Microsoft Teams via PowerShell
(techcommunity.microsoft.com)
Microsoft Teams usage has increased greatly during the current pandemic. All types of organizations
By: Anthony Bartolo submitted:Jun 16 2022
Microsoft Teams usage has increased greatly during the current pandemic. All types of organizations
are using the communications tool to stay connected with its employees and customers alike. The increase of use has also resulted in an increase of demand of system administrator's time to manage Microsoft Teams. Everything from adding users and groups to managing policies of said users and groups can be managed via PowerShell. This post will highlight the foundations to get started and provide links to continue your automation through script writing journey.
By: Anthony Bartolo submitted:Jun 16 2022
How to Send Email Securely with PowerShell
(adamtheautomator.com)
Need to notify your team on a failed service, only to find that your PowerShell email has bounced?
By: Adam Listek submitted:Jun 16 2022
Need to notify your team on a failed service, only to find that your PowerShell email has bounced?
Unauthenticated email has become difficult to pass in many mail systems. You don't want to miss an important email notification because you relied on outdated PowerShell cmdlets. The built-in cmdlet Send-MailMessage no longer covers sending email securely.
By: Adam Listek submitted:Jun 16 2022
Monitoring with PowerShell: Monitoring O365 alerts
(cyberdrain.com)
So today we're tackling two blogs in one again, we're going to be focussing on two different types
By: Kelvin Tegelaar submitted:Jun 16 2022
So today we're tackling two blogs in one again, we're going to be focussing on two different types
of alerting policies. The first getting alerts for M365 or Azure P1/P2 users via the Graph API, these alerts are pretty cool as you can see if users are connecting from tor nodes/VPN nodes, or from stuff like malware linked IPs. Monitoring these alerts actively via your RMM helps you in making sure that users are as safe as they can be.
By: Kelvin Tegelaar submitted:Jun 16 2022
Responding to an Issue Submitted for the PoShDynDnsApi Module
(powershell.anovelidea.org)
The curtains are pulled back in this look behind-the-scenes where I respond to the first
By: Dave Carroll submitted:Jun 16 2022
The curtains are pulled back in this look behind-the-scenes where I respond to the first
public-submitted issue for PoShDynDnsApi.
By: Dave Carroll submitted:Jun 16 2022
Projects, Scripts, and Modules
Total system update of windows 10 and dev apps
(reddit.com)
My fellow geeks, I made a script to update my whole Windows system software, including: Windows
By: u/banzr submitted:Jun 16 2022
My fellow geeks, I made a script to update my whole Windows system software, including: Windows
Store Apps, Windows 10 (OS itself), Visual Studio Community 2019, Chocolatey, Anaconda, MSYS2
By: u/banzr submitted:Jun 16 2022
Windows10Debloater
(github.com)
Script to remove Windows 10 bloatware.
By: Richard Newton submitted:Jun 16 2022
Script to remove Windows 10 bloatware.
By: Richard Newton submitted:Jun 16 2022
Fun
Using PowerShell for Lazy Maths
(nocolumnname.blog)
I was asked today if I could figure out how many ways I could arrange the following equation to get
By: Shane O'Neill submitted:Jun 16 2022
I was asked today if I could figure out how many ways I could arrange the following equation to get
the number 18?
By: Shane O'Neill 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.