<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">&</span><span class="o">{</span>Invoke-RestMethod {{ ping_url }}<span class="o">}</span>
|
|
</pre></div>
|