Microsoft.PowerShell.Crescendo Module
Crescendo est un accélérateur de développement qui vous permet de créer rapidement des applets de commande PowerShell qui tirent parti des outils en ligne de commande existants. Crescendo amplifie l’expérience de ligne de commande de l’outil d’origine afin d’inclure la sortie d’objet pour le pipeline PowerShell, l’élévation de privilèges et les informations d’aide intégrées. Un module Crescendo remplace les outils en ligne de commande fastidieux par les applets de commande PowerShell qui sont plus faciles à utiliser dans l’automatisation et empaquetées pour partager avec les membres de l’équipe.
Applets de commande Microsoft.PowerShell.Crescendo
| Applet de commande | Description |
|---|---|
| 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. |