devblackops / PasswordState

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

Get-PasswordStateListPasswords Timeout #11

Open dregier opened 5 years ago

dregier commented 5 years ago

We have a very large password list with 15000+ passwords in it. When trying to run Get-PasswordStateListPasswords I receive a Invoke-RestMethod: The operation has timed out error. Line 47

Can we extend the timeout settings somehow?

devblackops commented 5 years ago

Hi @dregier. I believe we can probably expose a -TimeoutSec parameter which can then be applied to Invoke-RestMethod. This way you can set your timeout value.