September 11, 2020
Announcements!
PowerShell 7.1-preview7 was accepted by Windows Store.
(microsoft.com)
Still working on getting 7.0.x published to the Store.
By: Steve Lee submitted:Jun 16 2022
Still working on getting 7.0.x published to the Store.
By: Steve Lee submitted:Jun 16 2022
Blogs, Articles, and Posts
Check if Azure AD Users exists PowerShell function
(blog.it-koehler.com)
When scripting with cloud users in AzureAD some people might ask how to check if an Azure AD user is
By: Alexander Koehler submitted:Jun 16 2022
When scripting with cloud users in AzureAD some people might ask how to check if an Azure AD user is
available or not. I also had to challenge this scenario while scripting for a customer. After this I thought this is something many people may need. So here is my solution with some explanation to use it in your own script.
By: Alexander Koehler submitted:Jun 16 2022
Deploy PowerShell ActiveDirectory Module without installing the remote server tools
(janikvonrotz.ch)
Make use of the PowerShell ActiveDirectory module always required to install the Remote Server
By: Janik Vonrotz submitted:Jun 16 2022
Make use of the PowerShell ActiveDirectory module always required to install the Remote Server
Administration Tools. That sucks! We want it as simple as executing a script.
By: Janik Vonrotz submitted:Jun 16 2022
How To Manage NTFS Permissions With PowerShell
(adamtheautomator.com)
If you're an IT professional and find yourself struggling with setting file system permission for
By: Bill Kindle submitted:Jun 16 2022
If you're an IT professional and find yourself struggling with setting file system permission for
your organizations, you're in luck. Managing NTFS permissions using a GUI is time-consuming especially when working with many users or groups. Luckily, we have PowerShell to make it all better. How? The Microsoft.PowerShell.Security module.
By: Bill Kindle submitted:Jun 16 2022
PowerShell 1 liner
(twitter.com)
to run on domain controllers to show AD account lock out events & the device they occurred on
By: Guy Leech submitted:Jun 16 2022
to run on domain controllers to show AD account lock out events & the device they occurred on
By: Guy Leech submitted:Jun 16 2022
Windows Service : Setting Recovery Options &
(techcartnow.com)
Sending Alert Email in case of service failure using PowerShell script
By: Kapil Khandelwal submitted:Jun 16 2022
Sending Alert Email in case of service failure using PowerShell script
By: Kapil Khandelwal submitted:Jun 16 2022
Projects, Scripts, and Modules
PowerShell Tips & Tricks That Will Increase Your Productivity
(koupi.io)
Last week, I shared 8 Quick and easy tips to get you started with PowerShell on Reddit and I
By: Caroline Chiari submitted:Jun 16 2022
Last week, I shared 8 Quick and easy tips to get you started with PowerShell on Reddit and I
received amazing feedback, some of which were mind-blowing tricks that I either did not know or did not use often enough. So I decided to create this post to keep track of all those wonderful shortcuts PowerShell has to offer.
By: Caroline Chiari submitted:Jun 16 2022
Books, Media, and Learning Resources
Convert Scoop and Winget Packages to Chocolatey with Stephen Valdinger
(youtube.com)
Stephen Valdinger discusses some scripts he created to convert / import Scoop and WinGet packages
By: Research Triangle PowerShell Users Group submitted:Jun 16 2022
Stephen Valdinger discusses some scripts he created to convert / import Scoop and WinGet packages
into Chocolatey. Stephen is a support engineer for Chocolatey and active PowerShell community member.
By: Research Triangle PowerShell Users Group submitted:Jun 16 2022
PowerShell Error Handling
(skylinesacademy.com)
To ensure we set up a net to catch all of the errors that are bound to happen, it's important to
By: Adam Bertram submitted:Jun 16 2022
To ensure we set up a net to catch all of the errors that are bound to happen, it's important to
understand error handling. Error handling is a concept in all programming languages that outlines steps, procedures and code that's written to intelligently capture errors and do something about them. PowerShell is no different.
By: Adam Bertram submitted:Jun 16 2022
Tiny-PowerShell-Projects
(github.com)
Learning PowerShell through test-driven development of games and puzzles
By: Doug Finke submitted:Jun 16 2022
Learning PowerShell through test-driven development of games and puzzles
By: Doug Finke submitted:Jun 16 2022
Fun
Wizard’s Castle (40th Anniversary PowerShell Edition)
(github.com)
A remake of the 1980 Exidy Sorcerer game written by JOSEPH R. POWER The instructions are included
By: yourwishismine submitted:Jun 16 2022
A remake of the 1980 Exidy Sorcerer game written by JOSEPH R. POWER The instructions are included
with the game. I stayed mostly true to the original, but added some additional functionality.
By: yourwishismine 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.