Powershell Crescendo general availability release
Powershell Crescendo general availability release On March 10th Microsoft announced the General Availability (GA) release of PowerShell Crescendo , a platform-independent framework to rapidly develop PowerShell cmdlets for common command line tools. The release is available for download in PowerShell Gallery . PowerShell Crescendo overview The Crescendo framework allows developers to build PowerShell cmdlets which make use of existing command-line tools. Crescendo upgrades the overall functionality offered by the target command-line tool, by allowing the developer to include object output for the PowerShell pipeline, privilege elevation and integrated help information. A Crescendo module replaces cumbersome command-line tools with PowerShell cmdlets which are superior in terms of automation features and packaging. The Crescendo framework has two main components: - A JSON configuration file that describes the cmdlets you want - Output handler functions that parse the output from the com...