Microsoft.PowerShell.Crescendo
Crescendo 是一種開發加速器,可讓您快速建置利用現有命令列工具的 PowerShell Cmdlet。 Crescendo 會放大原始工具的命令列體驗,以包含 PowerShell 管線的物件輸出、許可權提升和整合式說明資訊。 Crescendo 模組會將麻煩的命令列工具取代為 PowerShell Cmdlet,更容易在自動化中使用,並封裝為與小組成員共用。
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. |