murano-deployment/WindowsPowerShell
Dmitry Teselkin 3614cb1bdc PowerShell functions updated.
* More traps
* Assign undesirable output to $null
* Reorganize some execution plans

Change-Id: Ifb877ba3facc526baa2855432ad2d408cf23cb98
2013-08-09 00:43:07 +04:00
..
Functions PowerShell functions updated. 2013-08-09 00:43:07 +04:00
Modules/CoreFunctions Show-InvocationInfo added to Logger.ps1. 2013-08-06 17:21:18 +04:00
Makefile Makefile for PowerShell modules added. 2013-06-11 12:48:25 +04:00
README.rst Makefile for PowerShell modules added. 2013-06-11 12:48:25 +04:00

README.rst

Windows PowerShell

This folder contains PowerShell modules and scripts that will be executed on an instance by Windows Agent.

Windows PowerShell module is a convenient way to redictribute a set of PowerShell scripts.

Makefile

Use 'make' to (re)build .zip package of PowerShell module.

SEE ALSO