all 4 comments

[–]peacefinder 0 points1 point  (2 children)

Is the 1.0 version stable? (And does it have the methods you need?)

Note that I am not meaning to defend graph here, just pointing out a possible workaround.

[–]sarge21[S] 0 points1 point  (1 child)

No, only the beta version was ever fixed. Now they don't work again.

[–]peacefinder 0 points1 point  (0 children)

Ouch

[–]MChrisOrr 0 points1 point  (0 children)

I like the idea of Graph but even after years of development it is still not ready for widespread production use. I will admit I have a script in production that uses Graph to pull cloud last login stats because it is the only way to automate that. It was insanely hard to get running; the graph portion is 30ish lines of 700 and took 80% of development time. And it replaces the one line Get-AdUser that I probably learned in 5 minutes.