Modules
Modules copied to clipboard
# 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....
# 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_...
#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...
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)
# 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...
# 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...
@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...
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```...