This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Invoke-Erreporter

$rpt = Get-ERReport "My Reports\REPORTNAME"
Invoke-ERReport -Report $rpt -Type CSV -Destination C:\
Below command not working, anyone able to use xlsx type?

$rpt = Get-ERReport "My Reports\REPORTNAME"
Invoke-ERReport -Report $rpt -Type XLSX -Destination C:\
Parents Reply Children
No Data