healthchecks/templates/front/snippets/powershell_inline.html
2017-08-12 19:00:42 +03:00

4 lines
287 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="p">&amp;</span><span class="o">{</span>Invoke-RestMethod {{ ping_url }}<span class="o">}</span>
</pre></div>