Forum Discussion
Feb 17, 2025
Microsoft Teams Presence Report
[New Blog Post]
In this article I describe my #PowerShell script, which I have made available for you on #GitHub.
This script is used to retroactively display the #MSTeams presence status as ...
PD223345
Apr 23, 2025Copper Contributor
Great work ! Exactly what I was looking for, but it seems to be generating random data: $hours = Get-Random -Minimum 0 -Maximum ($remainingHours + 1)
Also what is maximum historical data we can go back ? Tried to find the information on internet but nothing came back that clearly states/provides the information.
Thank you