This module installs sqlserverpowerShell on Windows machines, adding the binary to the PATH environemnt variable.
The basic scenario allows the user to install sqlserverpowerShell fetching the installer from the main site:
class { 'windows_sqlserverpowerShell': }
- Vijay Tripathi [email protected]