Hey everyone! I'm eager to improve my skills in PowerShell scripting, especially as it relates to Azure Active Directory (now officially called Entra ID). I'm wondering if anyone could provide a structured learning path or roadmap to help me start my journey. Additionally, any recommendations for quality YouTube tutorial playlists or online courses from platforms like Udemy or Coursera would be greatly appreciated. Thanks for your help!
6 Answers
I'd appreciate any recommendations for a comprehensive learning path that can guide me from basics to advanced levels in PowerShell scripting!
Since the Azure module is no longer supported, I recommend focusing on Microsoft Graph instead. Getting hands-on experience is the way to go. A good beginner project could be running outputs on your users to see how PowerShell works with Graph.
Just a heads up, it's no longer Azure Active Directory but Entra ID. They changed the name to avoid confusion with Windows Active Directory. You can find a lot of useful presentations on YouTube from powershell.org that cover Entra. Here's a link to one: [YouTube Presentation](https://youtu.be/Ak-1YL3exEw)
While scripting is useful, I think it’s worth considering that AI tools like GitHub Copilot and Microsoft Copilot can automate a lot of the scripting work for you. Learning the basics is great, but don’t get too deep—AI might take over some of those tasks!
Yeah, Azure AD is pretty much deprecated now. You should definitely check out Microsoft Graph. It's the future for handling these types of scripts. Lots of threads on this topic if you're looking for more resources!
Try tackling real-time challenges to learn effectively! Maybe start with monitoring sign-in activities or license usage. Look up the cmdlets related to those tasks; working through actual problems can really boost your learning experience.
Related Questions
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically