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
<syntaxhighlight lang="bash" line start="1">powershell Set-ExecutionPolicy RemoteSigned</syntaxhighlight>
<syntaxhighlight lang="bash">powershell Set-ExecutionPolicy RemoteSigned</syntaxhighlight>





Revision as of 13:43, 13 March 2020

Enable Remote Execution

powershell Set-ExecutionPolicy RemoteSigned