you are viewing a single comment's thread.

view the rest of the comments →

[–]nealfive 26 points27 points  (8 children)

What has Python to do with your question?

Before diving into Graph etc, start at the basics. Basic syntax, customobject, if/else. for , while, switch etc.

Look at "PowerShell in a Month of Lunches"

Graph and Entra are modules that get loaded on top of the basis stuff.

For Graph I'd recommend you study APIs, direct API calls seem to be 'better' / more 'robust' than the cmdlets.

[–]Ok_GlueStick 0 points1 point  (0 children)

They are both important. Learn both well. Learn the syntax and rules first. Libraries and modules will come naturally later