Modules icon indicating copy to clipboard operation
Modules copied to clipboard

Results 34 Modules issues
Sort by recently updated
recently updated
newest added

# Get-secretvault -ListAvailable - List all secret providers available on the system It could be nice to get a list of the secret providers available for registration on your system....

Issue-Enhancement

# Get-Secret vault should return vault parameters used. It would be possibly a nice information to have sometimes. Currently, I see VaultsParametersName but it give off something like : _SPT_Parameters_MyVaultName_...

Issue-Enhancement

#Implement an argument completer for the SecretManagement module. Currently if you want to use the cmdlet, you need to know your secrets / vault name. The `Get-SecretInfo` cmdlet is super...

Issue-Enhancement

This PR replaces the Windows platform only CredMan local store with a .NET based cross-platform local store using optional password.

# Summary of the new feature/enhancement in Microsoft.PowerShell.SecretManagement, secrets can be use in scripts scheduled. # Proposed technical implementation details (optional)

Issue-Enhancement

# Summary of the new feature/enhancement This is basically the C# version of #84 We have a `dotnet new psmodule` in the [PowerShellStandard repo](https://github.com/PowerShell/PowerShellStandard/tree/master/src/dotnetTemplate) We should have a template for...

Issue-Enhancement

# Summary of the new feature/enhancement This is basically the PowerShell script version of #83 [Plaster](https://github.com/PowerShell/Plaster) has an integration in the PowerShell extension. If we craft a Plaster template, then...

Issue-Enhancement

@PaulHigin This issue was moved from https://github.com/PaulHigin/PSThreadJob/issues/59 Currently there's no way to pass parameters to a threadjob scriptblock, you can pass arguments but they have to be processed positionally (or...

Issue-Enhancement

Hi there, I'm really liking the look of the new secrets management module. A question - do you plan to support the secrets.json file currently managed by the ```dotnet user-secrets```...

Issue-Enhancement