dnewsholme / PasswordState-Management

Powershell Module For Management of Passwordstate. (Powershell Core Compatible)
GNU General Public License v3.0
39 stars 14 forks source link

Fixed ParameterSet Bug in New|Set-PasswordStatePassword #125

Closed eizedev closed 4 years ago

eizedev commented 4 years ago

Fixed Bug if only -Hostname or -ADDomainNetBIOS is applied. The old ParameterSets required -PasswordResetEnabled OR -HeartbeatEnabled if -Hostname or -ADDomainNetBIOS was applied. That is not necessary, removed this dependency

dnewsholme commented 4 years ago

Thanks for submitting.