Microsoft.PowerShell.Crescendo

Crescendo es un acelerador de desarrollo que le permite crear rápidamente cmdlets de PowerShell que aprovechan las herramientas de línea de comandos existentes. Crescendo amplía la experiencia de la línea de comandos de la herramienta original para incluir la salida del objeto para la canalización de PowerShell, la elevación de privilegios y la información de ayuda integrada. Un módulo crescendo reemplaza las herramientas de línea de comandos complicadas con cmdlets de PowerShell que son más fáciles de usar en la automatización y empaquetadas para compartirlas con los miembros del equipo.

Microsoft.PowerShell.Crescendo

Export-CrescendoCommand

Creates JSON configuration files for Crescendo Command objects.

Export-CrescendoModule

Creates a module from PowerShell Crescendo JSON configuration files

Export-Schema

Exports the JSON schema for command configuration as a PowerShell object.

Import-CommandConfiguration

Import a PowerShell Crescendo json file.

New-CrescendoCommand

Creates a PowerShell command object.

New-ExampleInfo

Creates a PowerShell object representing an example used in a Crescendo command object.

New-OutputHandler

Creates a PowerShell object representing a Crescendo output handler.

New-ParameterInfo

Creates a PowerShell object representing a Crescendo Parameter definition.

New-UsageInfo

Creates a PowerShell object representing a Crescendo Usage definition.

Test-IsCrescendoCommand

Tests whether a cmdlet was created by Crescendo.