I would like to create a PowerShell script to connect via RDP to my servers.
I found this GitHub gist but my server gives the following error:
set-executionPolicity : The term 'set-exectionPolicity is not recognized as the name of cmdlet, function, script file, or operable program.
I changed the extension from ps to ps1 and the problem persist...
Can someone please help me?
I found this GitHub gist but my server gives the following error:
set-executionPolicity : The term 'set-exectionPolicity is not recognized as the name of cmdlet, function, script file, or operable program.
I changed the extension from ps to ps1 and the problem persist...
Can someone please help me?