Atreidae / UcmPSTools

A collection of Teams Unified Communications related PowerShell functions as part of the UcmPSTools PowerShell Module.
MIT License
6 stars 1 forks source link

Password handling needs improvement #24

Open Atreidae opened 1 year ago

Atreidae commented 1 year ago

As part of porting code from BounShell a lot of the SecureString handling relies on my old code for storing and retrieving secure variables.

This includes plenty of calls forcing SecureString to store stuff as plaintext, this needs to be updated and tested. and a new method of storing secure creds for the connection cmdlets for automated moves

[Diagnostics.CodeAnalysis.SuppressMessageAttribute('PSAvoidUsingConvertToSecureStringWithPlainText', '', Scope='Function')] #Todo https://github.com/Atreidae/UcmPSTools/issues/24