Skip to content

Escimo/WinRM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

WinRM

After installing the script don't forget to Open the port 5985 in the NSG (inbound) nsg-winrm

Again, in a production environment, you will need to secure this. Add a DNS label to your Public IP DNS (if you’re not using you’re own DNS) Test that the connection works

In a *nix/osx environment, use the following command

nc -z -w1 <IP or host name> 5985;echo $?

PowerShell script for enabling WinRM

About

PowerShell script for enabling WinRM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published