Version information
released Aug 5th 2013
Start using this module
Add this module to your Puppetfile:
mod 'dcharleston-powershell', '0.1.1'
Learn more about managing modules with a PuppetfileDocumentation
dcharleston/powershell — version 0.1.1 Aug 5th 2013
This module assists in installing Powershell/WinRM on Windows 2003 SP2, Windows 2008 SP2, Windows 2008 R2, and Windows 7 SP1 (x86 or x64)
Requirements
.Net 4.0
Installation files:
Server 2008 R2 and Windows 7: x86 or x64
Usage
Supports installation from a network share or from the puppetmaster. For network share, specify the share directory excluding the exe/msu files.
Example:
class { 'powershell': source => '\share.mydomain\file_directory\' }