Microsoft.PowerShell.Crescendo
Crescendo ist ein Entwicklungsbeschleuniger, mit dem Sie schnell PowerShell-Cmdlets erstellen können, die vorhandene Befehlszeilentools nutzen. Crescendo erweitert die Befehlszeilenoberfläche des ursprünglichen Tools, um die Objektausgabe für die PowerShell-Pipeline, Rechteerweiterungen und integrierte Hilfeinformationen einzuschließen. Ein Crescendo-Modul ersetzt umständliche Befehlszeilentools durch PowerShell-Cmdlets, die in der Automatisierung einfacher zu verwenden und für die Freigabe für Teammitglieder gepackt werden können.
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. |