stiefeljackal / Jworkz.ResonitePowerShellModule

A PowerShell module that will interact with Resonite's APIs and Libraries.
GNU General Public License v2.0
4 stars 0 forks source link

Remove `New-ResoniteCredential` Cmdlet and Utility Methods #12

Closed stiefeljackal closed 2 months ago

stiefeljackal commented 2 months ago

Remove the New-ResoniteCredential cmdlet in favor of the OTTB Get-Credential cmdlet. The latter returns PSCredential and provides masked input as well, so I am unsure why I created my own cmdlet for this.