Hello,
Try the following PowerShell line:
Invoke-Command -ComputerName S254-020ada1 -ScriptBlock {& "C:\Program Files (x86)\Schemus\schemusc.exe" -config Burkhalter}
Also, don't forget to configure the computer that you are connecting to accept remote PowerShell commands. For this purpose:
-
Launch Windows PowerShell as Administrator (right-click it in the Start menu and select Run as Administrator).
-
Execute the following line:
Enable-PSRemoting -Force