<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>
|