arod
04/21/2021, 8:56 PMseph
04/21/2021, 9:50 PMI ran the “newer” exe and it still didn’t update.What does this mean?
arod
04/22/2021, 12:55 PMpowershell -ExecutionPolicy Bypass -Command "Invoke-WebRequest <https://pkg.osquery.io/windows/osquery-4.7.0.msi> -OutFile C:\windows\temp\osquery.msi"
C:\windows\temp\osquery.msi /quiet
The current installation is 4.5.0
Trying to manually update one agent for 4.7.0
I'd like to do this via group policy scripts on some endpoints.
@sephseph
04/22/2021, 1:35 PMosqueryd.exe --version
to see what the version on disk is/quiet
and seeing what it does.arod
04/22/2021, 2:12 PMseph
04/22/2021, 2:36 PM