Microsoft.PowerShell.Crescendo Module

Important

2026 májusától a Crescendo projektet már nem tartják aktívan karban. Ezt a projektet mérnöki szempontból archiválottnak kell tekinteni.

A Crescendo egy fejlesztési gyorsító, amely lehetővé teszi a meglévő parancssori eszközöket használó PowerShell-parancsmagok gyors összeállítását. A Crescendo felerősíti az eredeti eszköz parancssori felületét, hogy tartalmazza a PowerShell-folyamat objektumkimenetét, a jogosultságszint-emelést és az integrált súgóinformációkat. A Crescendo-modul a nehézkes parancssori eszközöket olyan PowerShell-parancsmagokra cseréli, amelyek egyszerűbben használhatók az automatizálásban, és a csapattagokkal való megosztásra vannak csomagolva.

Microsoft.PowerShell.Crescendo parancsmagok

Parancsmag 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.