Forum Discussion
Skipster311-1
Sep 02, 2021Iron Contributor
MSgraph signinactivity
Hello all Im trying to get the "lastSignInDateTime" for a particular user using powershell. The below query works fine if i go to https://developer.microsoft.com/en-us/graph/graph-explorer I have a...
- Sep 03, 2021I suppose using the Microsoft.Graph module might be the easiest option, if it supports what you need. You can switch to the beta profile using the Select-MgProfile cmdlet and then you do not have to worry about trying to do it manually.
VasilMichev
Sep 03, 2021MVP
I gave you a working example in the article/script I linked to in your other post...
All you need to do is authenticate, then issue the request. If using filters and such, make sure to 'escape' the $ character.
All you need to do is authenticate, then issue the request. If using filters and such, make sure to 'escape' the $ character.
Skipster311-1
Sep 03, 2021Iron Contributor
Installing the graph powershell module was much easier.