The new Remote feature available. How it works: 1. Run PowerSlim server on the remote COMPUTER PowerShell -executionpolicy unrestricted -file .\slim.ps1 35 server 2. !define COMMAND_PATTERN (PowerShell -executionpolicy unrestricted -file .\slim.ps1) 3. |Query:Remote|Computer|Get-Service| |DisplayName|Status| 4. Click TEST button.
Tag Archives: remote
Now Query works with the invoke-command against remote computer results
http://github.com/velaskec/PowerSlim e.g. |Query: PowerShell|Invoce-Command -computerName MyRemoteServer {Get-Service}| |Service Name|Status| more