Screenconnect commandline: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Enable Remote Execution | Enable Remote Execution | ||
<syntaxhighlight lang="powershell" line='line'> | <syntaxhighlight lang="powershell" line='line'>Set-ExecutionPolicy RemoteSigned</syntaxhighlight> | ||
Revision as of 14:06, 13 March 2020
Enable Remote Execution
Set-ExecutionPolicy RemoteSigned