You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for bringing this to our attention. This is a formatting issue with how the command handles the date parameter. Also, the command is currently broken due to the issues mentioned here #894.
As a workaround, please use Invoke-MgGraphRequest command as we work on a fix.
$url="https://graph.microsoft.com/v1.0/reports/getEmailAppUsageUserDetail(date=2021-10-05)"Invoke-MgGraphRequest-Method Get -Uri $url-OutputFilePath "C:\Development\PowerShell\MyFile.csv"
Module "Microsoft.Graph"
Version "1.7.0",
MgProfile = v1.0 & MgProfile = beta
CurrentCulture : de-CH
PSVersion 5.1.18362.1714
Command
Get-MgReportEmailAppUsageUserDetail62Ec -Date (Get-Date -Format "yyyy-MM-dd")
Get-MgReportEmailAppUsageUserDetail62Ec -Date "2021-10-04"
Output
The text was updated successfully, but these errors were encountered: