Crescendo
Crescendo copied to clipboard
a module for wrapping native applications in a PowerShell function and module
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://www.powershellgallery.com/packages/Microsoft.PowerShell.Crescendo) - [X] Search the existing issues. ###...
### Summary of the new feature / enhancement As a user of a command that provides multiple outputs over time before finishing I'd like to be able to start parsing...
### Summary of the new feature / enhancement I think the only way to customize what properties are displayed by default with `DefaultDisplayPropertySet` is to use a function or script...
### Summary of the new feature / enhancement As a PowerShell scripter I'd like to have the option to get verbose output to better trouble shoot my work ### Proposed...
### Summary of the new feature / enhancement When using PSconfig.exe with SharePoint, providing several commands in sequence I must make sure they are specified in the correct order (or...
# PR Summary This pull request enhances the user experience of the Microsoft.PowerShell.Crescendo module by exposing all available class properties as cmdlet parameters for the respective Cmdlet ## PR Context...
Change Parameters/items to refer to parameter definition. Before this PR, the definition for `command` in the schema included details for parameter items. It was a duplicate definition, but it was...
### Summary of the new feature / enhancement Take for example the Windows native command `vaultcmd.exe`. That command has parameters that take values that require quotes. When `$PSNativeCommandArgumentPassing = 'Windows'`...