I wasn't able to run curl in my Windows, any alter...
# kolide
u
I wasn't able to run curl in my Windows, any alternative ?
j
try
Copy code
$wc = New-Object Net.WebClient
$wc.DownloadString('<https://your-fleet-server/healthz>')
windowsmoji 1
in powershell that is