Topics include AD, Azure AD, Debugging and more...
Special thanks to Robin Dadswell, Prasoon Karunan V, Kiran Patnayakuni and Kevin Laux.
How to Reset an Active Directory Password with PowerShell
by Chaitanya on 31st May
The GUI is not always an efficient tool, especially when resetting multiple user passwords. Luckily, you have an alternative, which is the Set-ADAccountPassword PowerShell cmdlet.
Subscribing to Azure AD Change Notifications with PowerShell
by Darren Robinson on 1st June
This post details an example solution to get started with Azure AD Change Notifications.
PowerShell Move-Item examples for file, folder management
by Anthony Howell on 2nd June
Anthony highlights several ways with examples to use Move-Item to keep your folders and files organized.
Automate and manage Azure AD tasks at scale with the Microsoft Graph PowerShell SDK
by Alex Simons on 2nd June
Alex announces Azure AD APIs added to Microsoft graph.
How to Set Up an Azure File Share with On-Prem AD Authentication
by Ryan Kowalewski on 2nd June
In this tutorial, you’ll learn how to set up an Azure file share backed by a storage account that can authenticate user access to the share based on on-prem AD user accounts. You’ll do all this using PowerShell.
Reddit /r/PowerShell - Most Popular Weekly Post
User put together a GitHub repository of many useful scripts they have found.
Youtube: Debug PowerShell with and without VS Code
In this video John will walk through how to debug PowerShell code using VS Code native features and the native PowerShell debugger.