Screenconnect commandline: Difference between revisions

From SWKLS WIKI
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Enable Remote Execution
Enable Remote Execution
<pre>powershell Set-ExecutionPolicy RemoteSigned</pre>
<syntaxhighlight lang="python" line='line'>powershell Set-ExecutionPolicy RemoteSigned</syntaxhighlight>





Revision as of 14:06, 13 March 2020

Enable Remote Execution

powershell Set-ExecutionPolicy RemoteSigned