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.