Forum Discussion
Publish script in Powershell
- 8 years ago
SevB wrote:
Hi,
Is it possible to publish desktop reports to a specific workspace by using a script in Powershell?
If it is possible, could someone share that script with me?
Thank you!
You can import pbix file to a specific workspace by calling the REST API Create Import in Powershell. As to Azure AD authentication, you can reference this github lib. For futher Powershell development question, I'd suggest you post in the dedicated Powershell forum.
SevB wrote:
Hi,
Is it possible to publish desktop reports to a specific workspace by using a script in Powershell?
If it is possible, could someone share that script with me?
Thank you!
You can import pbix file to a specific workspace by calling the REST API Create Import in Powershell. As to Azure AD authentication, you can reference this github lib. For futher Powershell development question, I'd suggest you post in the dedicated Powershell forum.