summaryrefslogtreecommitdiff
path: root/sysutils/rubygem-winrm-gitlab/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/rubygem-winrm-gitlab/pkg-descr')
-rw-r--r--sysutils/rubygem-winrm-gitlab/pkg-descr8
1 files changed, 8 insertions, 0 deletions
diff --git a/sysutils/rubygem-winrm-gitlab/pkg-descr b/sysutils/rubygem-winrm-gitlab/pkg-descr
new file mode 100644
index 000000000000..4558479a4325
--- /dev/null
+++ b/sysutils/rubygem-winrm-gitlab/pkg-descr
@@ -0,0 +1,8 @@
+This is a SOAP library that uses the functionality in Windows Remote Management
+(WinRM) to call native object in Windows. This includes, but is not limited to,
+running batch scripts, powershell scripts and fetching WMI variables. For more
+information on WinRM, please visit Microsoft's WinRM site.
+
+As of version 2.0, this gem retains the WinRM name but all powershell calls use
+the more modern Powershell Remoting Protocol (PSRP) for initializing runspace
+pools as well as creating and processing powershell pipelines.