We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 485ce96 commit d311c84Copy full SHA for d311c84
Scripts/Others/Remote-Connection.ps1
@@ -0,0 +1,6 @@
1
+Enable-PSRemoting -Force
2
+
3
+$ComputerName = Read-Host "Enter the computer name"
4
+$Cred = Get-Credential
5
6
+Enter-PSSession -ComputerName $ComputerName -Credential $Cred
0 commit comments