trying to create a way to verify the version number of this file, and not having any luck doing it.
tried powershell get-info command
PS P:\> (get-item c:\windows\system32\drivers\srv.sys).VersionInfo
Get-Item : Cannot find path 'C:\windows\system32\drivers\srv.sys' beca
At line:1 char:10
+ (get-item <<<< c:\windows\system32\drivers\srv.sys).VersionInfo
+ CategoryInfo : ObjectNotFound: (C:\windows\system32\dri
eption
+ FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Command
and got nothing.
any ideas?