Thanks for sharing this, its very helpful! In the previous video you mentioned about the current users besides the primary user. Is this the emailaddress you have used? I want to use the filter you use at 10.50 but I am not sure I get the right output.
@mikefarhat6461Ай бұрын
Thanks , very helpful
@PitbullBoopsАй бұрын
Super helpful ! I recreated that flow diagram for my notes, which will help my brain grasp how this all ties together.
@getrubixАй бұрын
This might help :) www.getrubix.com/blog/microsoft-graph-a-beginners-guide-to-apis-endpoints-and-urls
@muthmsirАй бұрын
Hello Steve, first, thanks for the great content. Second, I want to mention "Import-Module Microsoft.Graph" may end up with an error "cannot be created because function capacity 4096 has been exceeded for this scope." So you may need to change the values of 2 variables, "$MaximumVariableCount" and "$MaximumFunctionCount," from 4096 to 10000. This is what I faced in the past.
@tupac.sАй бұрын
Cool 👍🏻 Very useful
@thalesdias4614Ай бұрын
Hey Steve, are you planning to cover scenarios where we can't use the graph cmdlets? There may be scenarios where the enterprise app mggraph is disabled and admins must use the graph calls directly from powershell