Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

SOLVED Power Bi Update

  • Thread starter Thread starter AAhmed
  • Start date Start date
  • Replies Replies 6
  • Views Views 3K
Status
Not open for further replies.

AAhmed

New Member
Messages
3
Reaction score
0
Points
1
We've already deployed Power BI 2.70.xx via SCCM. I need help in deploying the latest version of Power BI 2.76.xx via SCCM.
 
Hi Ahmed,

Have you tried first to install it directly to check if the new replace automatically the old version ?
 
Hello Youssef,

You mean deploy a new package with the existing app package left as is?

Regards,
Anwaar.
 
Disable the deployment from the old version. Install the new package.

You can try this locally first with executing the same package its command installation line.
 
MS announced the retirement of the MSI installer from 1st Sep 2019. That leaves only the EXE to be used

I have found that the following syntax works for me
PBIDesktopSetup_x64.exe -silent -norestart -update ACCEPT_EULA=1

And Uninstall
PBIDesktopSetup_x64.exe -silent -uninstall

I then use the Registry as Detection Method
Hope this helps
L.
 
Status
Not open for further replies.
Back
Top