Hi, I've been asked to find out about high usage apps, and don't have access to the audit log yet to return these granular metrics. I ended up doing this in Powershell....Get-AdminPowerApp | Export-Csv -Path '.\export.csv' however the excel file wasn't great. The environment name wasn't return, only the Id... no app owner, no usage metrics (unique sessions), no app description.
Wondering if anyone knows how to export a better report. I'm a novice in Powershell, will keep reading the doco in the meantime.
Solved! Go to Solution.
the powershell script is in my original thread to assist others. Here it is again. Get-AdminPowerApp | Export-Csv -Path '.\export.csv' The CoE analytics is working now anyway, as I was eventually able to get the compliance manager role.
ended up using powershell.
Hi @Brice235i ,
Could you please share the solution here for other users those who have the similar requirement?
Best regards,
Community Support Team _ Jeffer Ni
If this post helps, then please consider Accept it as the solution to help the other members find it.
Community Support Team _ Jeffer Ni
If this post helps, then please consider Accept it as the solution to help the other members find it.
the powershell script is in my original thread to assist others. Here it is again. Get-AdminPowerApp | Export-Csv -Path '.\export.csv' The CoE analytics is working now anyway, as I was eventually able to get the compliance manager role.
User | Count |
---|---|
11 | |
4 | |
3 | |
1 | |
1 |
User | Count |
---|---|
14 | |
8 | |
7 | |
3 | |
2 |