I want to send the equivalent of ALT_CTRL_END to a remote computer using PowerShell:
Invoke-Command -ComputerName RemoteComputer -ScriptBlock {(New-Object -ComObject shell.application).WindowsSecurity()}
This fails to perform the action on the remote computer. Why is that?