Python library for Windows Remote Management (WinRM)
pywinrm is a Python client for the Windows Remote Management (WinRM) service. It allows you to invoke commands on target Windows machines from any machine that can run Python.
pywinrm is a Python client for the Windows Remote Management (WinRM) service. It allows you to invoke commands on target Windows machines from any machine that can run Python.
To install py310-pywinrm, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py310-pywinrm
To see what files were installed by py310-pywinrm, run:
port contents py310-pywinrm
To later upgrade py310-pywinrm, run:
sudo port selfupdate && sudo port upgrade py310-pywinrm
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.