Registry / networking / winrm
library2.3.9rbrubygemsunverified

Ruby library for Windows Remote Management (WinRM).

gem install winrm
INSTALL
IMPORT
SIG · WINRM
W
winrm
networkingrubyv2.3.9
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

WinRM
require 'winrm'

Connect to a Windows host and run a PowerShell command.

require 'winrm' conn = WinRM::Connection.new(endpoint: 'http://host:5985/wsman', user: 'admin', password: 'pass') conn.shell(:powershell) do |shell| output = shell.run('Get-Process') puts output.stdout end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.3.9latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
20
OpenAI (training)
1
Resources
winrm — gem install winrm · libregistry