Reset Search
 

 

Article

KB45306 - How to check the version of Pulse Secure Desktop Client using PowerShell

« Go Back

Information

 
Last Modified Date7/4/2022 6:13 AM
Synopsis
Using the information provided in this KB article you will be able to retrieve the Pulse Desktop Client version using the Windows Powershell.
Problem or Goal
Cause
Solution
If your requirement is to know the PDC version installed on the Windows end-user machine by using the Windows PowerShell command then you would only need to use the following command:

(Get-Item "LOCATION OF Pulse.exe").VersionInfo.FileVersion

Note: Replace "LOCATION OF Pulse.exe" with the exact location where the executable file is present.

Example:
(Get-Item "C:\Program Files (x86)\Common Files\Pulse Secure\JamUI\Pulse.exe").VersionInfo.FileVersion


User-added image
 
Related Links
Attachment 1 
Created ByGourinath Diojode

Feedback

 

Was this article helpful?


   

Feedback

Please tell us how we can make this article more useful.

Characters Remaining: 255