https://github.com/osquery/osquery logo
#kolide
Title
# kolide
u

666reda

04/05/2018, 4:59 PM
I wasn't able to run curl in my Windows, any alternative ?
j

joncrain

04/05/2018, 5:16 PM
try
Copy code
$wc = New-Object Net.WebClient
$wc.DownloadString('<https://your-fleet-server/healthz>')
windowsmoji 1
in powershell that is
2 Views