Closed miked1313 closed 10 months ago
This code needs to be tested and may need to be fixed. I originally tried to fix the existing Parameter set Template locally and then changed to the new TemplatePermission parameter set. It wasn't clear in the code to me when Permission, Template, TemplateSettings are used, will have to re-read the doc file.
Thanks for the submission. Changes look fine to me. Sorry about the delay at looking at this.
Great work on this PowerShell module! I was trying to create thousands of password lists from templates in bulk and ran into some issues with the module function and also directly with the PasswordState API.
New-PasswordStateList -LinkToTemplate
so that it no longer requires a value for-Permission
."true"
per ClickStudios Support - the API docs were incorrect and will be fixed in the next build. Using Boolean-LinkToTemplate $true
appears to also work, awaiting confirmation from ClickStudios Support.