Screenconnect commandline: Difference between revisions
Jump to navigation
Jump to search
(List of commands to be used via ScreenConnect / Connectwise Control) |
No edit summary |
||
Line 1: | Line 1: | ||
Enable Remote Execution | Enable Remote Execution | ||
<syntaxhighlight lang="powershell" line start="1">powershell Set-ExecutionPolicy RemoteSigned</syntaxhighlight> | <syntaxhighlight lang="powershell" line start="1">powershell Set-ExecutionPolicy RemoteSigned</syntaxhighlight> | ||
[[Category:ScreenConnect]] |
Revision as of 13:41, 13 March 2020
Enable Remote Execution
powershell Set-ExecutionPolicy RemoteSigned