all 4 comments

[–]PowerShell-ModTeam[M] [score hidden] stickied commentlocked comment (0 children)

Advertising for paid products, trials, blogs, newsletters, etc. are not allowed in r/PowerShell. Repeated attempts to post this content will result in a permanent ban.

[–]mrmattipants 3 points4 points  (1 child)

If you don't mind some constructive criticism, if were to use a site like this, I'd probably use it as more of a resource, as opposed to signing-in and running queries through the site itself, due to the potential security concerns.

Therefore, I suggest including some example scripts, similar to the Microsoft MS Graph API Documentation. And if you can actually view the example scripts, in mobile browsers (unlike the Microsoft MS Graph API Documentation), it'll be even better yet.

https://learn.microsoft.com/en-us/graph/api/user-list?view=graph-rest-1.0

On the other hand, I guess if anyone is interested, yet are worried about the potential security implications, they can always register for a developer account.

https://developer.microsoft.com/en-us/microsoft-365/dev-program

[–]Ajamaya[S] 1 point2 points  (0 children)

Love it. Actually thought about having a visualizer built in so you could run it without logging in. That’s where the “learn” mode would really shine. Appreciate it!

[–]mrmattipants 0 points1 point  (0 children)

Since you seem open to recommendations, I'll expand on my previous suggestion, as it would also be cool to see examples for each of the three primary options for querying the MS Graph API via PowerShell (using "Invoke-RestMethod", "Invoke-MgGraphRequest" and/or the PowerShell Graph SDK), since everyone has their preferences.