Skip to content

Winrm

Winrm allows you to connect Linux and Windows hosts over WinRM. adamtheautomator.com Begin a WinRM session. If no errors are thrown, the session has been successfully established

session = winrm.Session(ipaddress, auth = (username, password) )