ICYMI: PowerShell Week of 04-June-2021
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.
Related Articles
ICYMI: PowerShell Week of 22-October-2021
Topics include Microsoft Graph, PowerShell remoting and more…
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
ICYMI: PowerShell Week of 03-September-2021
Topics include O365, SQL, Code Formatting and more… Special thanks to Robin Dadswell, Prasoon Karunan V, Kiran Patnayakuni and Kevin Laux Automating with PowerShell: Setting up application consent by Kelvin Tegelaar on 29th August In this post you will learn two things about 0365 application consent: how to setup the OAuth consent workflow and how to monitor for application requests. Easy way to connect to FTPS and SFTP using PowerShell by Przemyslaw Klys on 29th August