Forum Discussion
JFM_12
Mar 26, 2024Iron Contributor
Mapping Get-CsOnlineUser to MS Graph
Hello I would like to run this Powershell command Get-CsOnlineUser | select-object UserPrincipalName,DisplayName,Country,CountryAbbreviation,Company,Title,AccountEnabled,TeamsUpdateManagementPoli...
- Mar 26, 2024While you can get some of these properties (and the list of users itself) via the Graph API, the full picture is currently only exposed via the PowerShell cmdlets. Until Microsoft introduced Graph API endpoints for all the Teams admin stuff, that is.
Make sure to leave feedback on this: https://feedbackportal.microsoft.com/feedback/forum/ad198462-1c1c-ec11-b6e7-0022481f8472
VasilMichev
Mar 26, 2024MVP
While you can get some of these properties (and the list of users itself) via the Graph API, the full picture is currently only exposed via the PowerShell cmdlets. Until Microsoft introduced Graph API endpoints for all the Teams admin stuff, that is.
Make sure to leave feedback on this: https://feedbackportal.microsoft.com/feedback/forum/ad198462-1c1c-ec11-b6e7-0022481f8472
Make sure to leave feedback on this: https://feedbackportal.microsoft.com/feedback/forum/ad198462-1c1c-ec11-b6e7-0022481f8472
- JFM_12Mar 27, 2024Iron ContributorHello Vasil
Thank you very much for your answer.
But will Powershell be deprecated in favor of MS Graph?
Or did I missunderstand this.
Regards
JFM_12- VasilMichevMar 27, 2024MVPNot anytime soon 🙂
- JFM_12Mar 28, 2024Iron Contributor
VasilMichev Thank you very much have a great day