Forum Discussion
How to get a notification when a workspace admin changes a workspace from pro to premium capacity?
- 1 year ago
Notifications no, but you can see the details after the fact (with a 24 hr delay) in the Power BI implementation planning: Tenant-level auditing - Power BI | Microsoft Learn tenant audit logs.
- 1 year ago
No, you run daily scheduled powershell scripts with a real scheduler, and then store the received JSON in your audit log database of choice. Power Automate cannot handle Powershell scripts, and it cannot handle the file sizes. You need real tools for that.
No, you run daily scheduled powershell scripts with a real scheduler, and then store the received JSON in your audit log database of choice. Power Automate cannot handle Powershell scripts, and it cannot handle the file sizes. You need real tools for that.
I used Power Automate Desktop In combination of Power Automate Web to automate a Powershell Script in a server though. Either way, thanks for your response!