This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
It’s been a while since we talked about the PowerShell Power BI management cmdlets on this blog. Since we announced them almost 3 years ago, we have seen steady adoption as well as the formation of an active community on Github.
Today I’d like to announce two important updates that will benefit our growing community of cmdlet users: a breaking change and an update to the auth library used for the Connect-PowerBIserviceAccount cmdlet.
To find out what version of the module you have, run this command in Windows PowerShell:
PS C:\windows\system32> Get-InstalledModule -Name MicrosoftPowerBIMgmt
If the version number shown is equal to or greater than 1.0946, no further action is needed on your part. However, if your version number is lower than 1.0946, you need to update the module to avoid breaking your existing Powershell scripts. To do so, simply open Windows PowerShell as an Admin and execute the following command:
Update-Module -Name MicrosoftPowerBIMgmt
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.