The most recent content from our members.
I'm trying to get the version of a file (SysMon64.exe). Unfortunately, there's no canned way of doing this. With a bit of research, I built the following powershell script which I thought was working perfectly. [reflection.assembly]::LoadWithPartialName("System.Version") $os = Get-WmiObject -class Win32_OperatingSystem…
It looks like you're new here. Sign in or register to get started.