Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
Anonymous
Not applicable

how do I know what my gateway version is?

I have a several gateways installed on different machines. Where to check what version they have installed?

I would like to quickly indentify which one require update?

 

Where to check what version is behind the new one?

https://powerbi.microsoft.com/en-us/gateway/

 

thanks in advance

1 ACCEPTED SOLUTION

@Anonymous ,

You might need to remote sign in that VM to check gateway version, it is not possible to check gateway version from Power BI Service.

In addition, you can check what is the version of latest gateway under Details in the link below.

https://www.microsoft.com/en-us/download/details.aspx?id=53127


Regards,
Lydia

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

5 REPLIES 5
NeilRCarmichael
New Member

Another way, without requiring login (and therefore more suitable for checking with an automated tool) maybe to check the version number of the  .exe using something like this

 

 

(Get-Item "C:\Program Files\On-premises data gateway\Microsoft.PowerBI.EnterpriseGateway.exe").VersionInfo.FileVersion

 

 

trutz
Advocate III
Advocate III

Hi @Anonymous 

You can use the Power BI PowerShell to get the gateway version information:

https://docs.microsoft.com/en-us/powershell/power-bi/overview?view=powerbi-ps

Just enter the following commands after having installed the Powershell module:

 

Connect-PowerBIServiceAccount
Invoke-PowerBIRestMethod -Url gateways -Method Get

 

You then get a JSON that contains the version info in the gatewayAnnotation.gatewayVersion attribute:

 

{
  "@odata.context":"http://wabi-north-europe-redirect.analysis.windows.net/v1.0/myorg/$metadata#gateways","value":[
    {
      "id":"****","gatewayId":0,"name":"My Gateway","type":"Resource","publicKey":{
        "exponent":"AQAB","modulus":"***"
      },"gatewayAnnotation":"{\"gatewayContactInformation\":[\"admin@domain.onmicrosoft.com\"],\"gatewayVersion\":\"3000.9.194+ga90bb05c0e\",\"gatewayWitnessString\":\"{\\\"EncryptedResult\\\":\\\"***",\\\"IV\\\":\\\"***",\\\"Signature\\\":\\\"***"}\",\"gatewayMachine\":\"***\"}"
    }
  ]
}

 

 

v-yuezhe-msft
Employee
Employee

@Anonymous,

You can go to control panel to check gateway version.
1.PNG

Regards,
Lydia

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Thanks Lydia,

 

You are right. But what about enterprise gateways on i.e. VMs? If I am an admin, can I check version from PBI Service?

Also, where to find the version for the lates one: 

 

https://powerbi.microsoft.com/en-us/gateway/ 

 

before to download?

 

 

@Anonymous ,

You might need to remote sign in that VM to check gateway version, it is not possible to check gateway version from Power BI Service.

In addition, you can check what is the version of latest gateway under Details in the link below.

https://www.microsoft.com/en-us/download/details.aspx?id=53127


Regards,
Lydia

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors