- Joined
- Jan 23, 2022
- Messages
- 8
- Reaction score
- 0
In order to make sure office machines have the most up to date version, I have routine on our server that crawls through and determine what versions of different application people have on their machine. With the movement of the 3cx app into the WindowsApp folder, there isn't a file that has the version tied to it.
[System.Diagnostics.FileVersionInfo]::GetVersionInfo($3cxSoftphone).FileVersion
This function returns 1.0.0.0 instead of what the "about" returns as 20.0.491.0
Is there a way programmatically to determine the version of the 3cx app.
[System.Diagnostics.FileVersionInfo]::GetVersionInfo($3cxSoftphone).FileVersion
This function returns 1.0.0.0 instead of what the "about" returns as 20.0.491.0
Is there a way programmatically to determine the version of the 3cx app.