https://github.com/osquery/osquery logo
Title
a

Arsenio

12/13/2022, 4:07 PM
is there a way to uninstall the agent from Windows via the cmd prompt?
d

Dherder

12/13/2022, 4:34 PM
I think you’d be able to use
wmic
at an elevated command prompt. Maybe something like:
c:\windows\system32\wmic
wmic:root\cli>product get name
then find the name of fleet desktop / orbit
product where name="<product name>" call uninstall
I haven’t tried this out yet on fleet, but have used it on other apps in the past.
a

Arsenio

12/13/2022, 4:35 PM
looking at an article that mentioned this. just checking base if there is a easy way to do it. looking for a way to uninstall via intune
d

Dherder

12/13/2022, 4:39 PM
I’m curious on the use case, though… are you replacing the agent in favour of using Intune for device management? If yes, are there things that you like more about intune compared to fleet?
a

Arsenio

12/13/2022, 5:05 PM
more as a way to uninstall if needed in mass. fleet is for us to have one place to go find inventory data for all OSes, mac, linux and windows