Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 413 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 413 Bytes

puppet-windows_sqlserverpowerShell

This module installs sqlserverpowerShell on Windows machines, adding the binary to the PATH environemnt variable.

Basic usage

The basic scenario allows the user to install sqlserverpowerShell fetching the installer from the main site:

class { 'windows_sqlserverpowerShell': }

Contributors