Microsoft.PowerShell.Crescendo Module
Important
Per Mei 2026, proyek Crescendo tidak lagi dipelihara secara aktif. Proyek ini harus dianggap diarsipkan dari sudut pandang teknik.
Crescendo adalah akselerator pengembangan yang memungkinkan Anda membangun cmdlet PowerShell dengan cepat yang memanfaatkan alat baris perintah yang ada. Crescendo memperkuat pengalaman baris perintah alat asli untuk menyertakan output objek untuk alur PowerShell, elevasi hak istimewa, dan informasi bantuan terintegrasi. Modul Crescendo menggantikan alat baris perintah rumit dengan cmdlet PowerShell yang lebih mudah digunakan dalam otomatisasi dan dipaketkan untuk dibagikan dengan anggota tim.
Microsoft. PowerShell.Crescendo Cmdlet
| Cmdlet | Deskripsi |
|---|---|
| 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. |