Modules icon indicating copy to clipboard operation
Modules copied to clipboard

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

Updates the README to be consistent with the module

Some various feedback suggestions from implementers: 1. Add parameter completion for -Vault parameter. 2. Ensure 'BuilitInLocalVault' default vault is consistent over all cmdlets. 3. Replace Get-SecretVault 'ImplementingType' property display with...

Module-SecretsManagement
Issue-Question

# Summary of the new feature/enhancement Currently the module does not work in a remote session because the session user log on does not have the needed security token for...

Module-SecretsManagement
Issue-Enhancement

Set-Secret in the example PowerShell.Secretmanagement module should replace the clixml file. Currently, the cmdlet throws an error. Set cmdlet's in PowerShell should Create and Update. I followed the example in...

Module-SecretsManagement
Issue-Code Cleanup

cc @adityapatwardhan

Issue-Enhancement

# Summary of the new feature/enhancement As a Powershell Developer, I want the highest performance and least friction method to add secrets vault support to my **Powershell Script** modules. The...

Issue-Enhancement

# Steps to reproduce On linux (centos7) installed powershell core and the AzureAD.Standard.Preview module (with some help from https://blogs.endjin.com/2019/05/how-to-use-the-azuread-module-in-powershell-core/). ``` Register-PackageSource -Name PoshTestGallery -Location https://www.poshtestgallery.com/api/v2/ -ProviderName PowerShellGet Install-Module -Name AzureAD.Standard.Preview...

Issue-Question

# Summary of the new feature/enhancement As a Powershell User, I want to be able to use pipelines to retrieve credentials and perform various manipulations using the secrets cmdlets to...

Module-SecretsManagement
Issue-Enhancement

# Summary of the new feature/enhancement As a powershell user, I sometimes want some more information about what a secret is for, and a provider may be able to provide...

Module-SecretsManagement
Issue-Enhancement