Crescendo icon indicating copy to clipboard operation
Crescendo copied to clipboard

a module for wrapping native applications in a PowerShell function and module

Results 28 Crescendo issues
Sort by recently updated
recently updated
newest added

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

Issue-Enhancement
Issue-Triaged
Issue-Answered

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

Issue-Enhancement

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

Issue-Enhancement

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

Issue-Enhancement

# 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'`...

Issue-Enhancement