adrianwells

Results 19 comments of adrianwells

@CalebAlbers Maybe the answer is all the above with logic to cover the different scenarios as you suggested. Sorry for the delayed reply. There is also the possibility of PowerShell...

@CalebAlbers Hello. For reference and more reasons to move away from SecureString [Problems with SecureString](https://github.com/dotnet/apireviews/tree/master/2015/07-14-securestring#problems-with-securestring) and [SecureString shouldn't be used ](https://github.com/dotnet/platform-compat/blob/master/docs/DE0001.md#de0001-securestring-shouldnt-be-used), quoting the last article, "The general approach of dealing...

This may help [PowerShell Secrets Management Module](https://www.powershellgallery.com/packages/Microsoft.PowerShell.SecretsManagement/)

Looks like this may now help [SecretManagement and SecretStore are Generally Available](https://devblogs.microsoft.com/powershell/secretmanagement-and-secretstore-are-generally-available/)

@davidhaymond yes sounds like worth exploring. Feel free to fork and submit a PR with an implementation.

@brianmccarty that sounds like a helpful idea. Your example looks reasonable. There may be some overlap with the [IT Glue API documentation ](https://api.itglue.com/developer/) and the [Wiki](https://github.com/itglue/powershellwrapper/wiki) but feel free to...

@jswartz8472 thank you for sharing. Yes, if you are willing to submit it that will be helpful.

@ecspresso thanks for the follow up on this. [The suggestion](https://github.com/itglue/powershellwrapper/issues/12#issuecomment-456342552) makes sense as I understand this will provide support for special characters within this module. I'd suggest moving forward with...

@CalebAlbers sounds good to create a helper function to help now with this issue and in the future. I do not believe performance is a major driver at this time...

The proposed changes with a internal helper function acting as a wrapper sounds good @CalebAlbers and @ecspresso.