Get File Version in PowerShell

The command to get the file version in PowerShell is the Get-Command cmdlet. This command uses FileVersionInfo.FileVersion property to get the version of the file. …

Read more