Microsoft.PowerShell.Crescendo

Crescendo è un acceleratore di sviluppo che consente di creare rapidamente cmdlet di PowerShell che sfruttano gli strumenti da riga di comando esistenti. Crescendo amplifica l'esperienza della riga di comando dello strumento originale per includere l'output degli oggetti per la pipeline di PowerShell, l'elevazione dei privilegi e le informazioni della Guida integrate. Un modulo Crescendo sostituisce strumenti da riga di comando complessi con i cmdlet di PowerShell che sono più facili da usare nell'automazione e inseriti in pacchetti per la condivisione con i membri del team.

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.