devblackops / PasswordState

PowerShell module for interacting with ClickStudio's PasswordState password management application
Apache License 2.0
40 stars 14 forks source link

Add new parameter AccountTypeID. Fix Username Bug. #1

Closed MattHodge closed 9 years ago

MattHodge commented 9 years ago

Add new parameter AccountTypeID, allowing you to set an account type icon.

Switched to using PSBoundParamaters, which fixed bug where username would not be sent.

devblackops commented 9 years ago

Thanks!