List/Grid Tag Archives: Module

Posh-SSH: Open Source SSH PowerShell Module
What Posh-SSH is a PowerShell 3.0 or newer module for automating tasks against system using the SSH protocol. The module supports only a subset of the capabilities that the different…

Basics of Writing a PowerShell Module with C#, Part 2: Debugging
In this second part of the series on writing PowerShell modules in C#, we will cover how to enable basic debugging features in our module. We will cover how to…

Writing a PowerShell module in C#, Part 1: The basics
In this series we will cover the basics of building a Windows PowerShell binary module using C#. In the first part of the series we will build a module with…

HP Scripting Tools for Windows PowerShell
HP has released a PowerShell module HPiLOCmdlets, designed to help IT experts to configure and manage HP iLO 3 and iLO 4 using Windows PowerShell. The HP iLO module is a set…

Announcing PSReadLine – A bash-inspired readline implementation for PowerShell
Jason Shirk is back! He just announced the release of his new PowerShell project PSReadLine. In PowerShell 3.0, a hook was added to replace the command line editing experience in…

Client and patch management using the UpdateServices module
With the release of Windows Server 2012 into the world, automating and managing Windows Server Update Services (WSUS) with PowerShell has become a little easier with the inclusion of the…