mirror of
https://github.com/healthchecks/healthchecks.git
synced 2024-11-23 16:07:39 +00:00
4 lines
254 B
HTML
4 lines
254 B
HTML
<div class="highlight"><pre><span></span><span class="c1"># Without an underlying script, passing the command to PowerShell directly:</span>
|
|
powershell.exe -Command <span class="s2">"&{Invoke-RestMethod {{ ping_url }}}"</span>
|
|
</pre></div>
|