Teams プレゼンスを PowerShell で取得しようというもの。グローバル管理者でなくとも他者まで対象にできた。
Connect-MgGraph -Scopes Presence.Read.All
Get-MgBetaCommunicationPresence -PresenceId $UserId | Select-Object Activity, Availability
Disconnect-MgGraph
Windows OS Hub:How to Query and Change Teams User Presence Status with PowerShell
Connect-MgGraph -Scopes Presence.Read.All
Get-MgBetaCommunicationPresence -PresenceId $UserId | Select-Object Activity, Availability
Disconnect-MgGraph
Windows OS Hub:How to Query and Change Teams User Presence Status with PowerShell
※コメント投稿者のブログIDはブログ作成者のみに通知されます