Ryan Bolger
Ryan Bolger
Also, re-opening this to keep it on my radar for 5.x.
I could've sworn I tried to make a no-password default way back when I was first writing the module. I don't remember exactly why it didn't work. It was something...
Afraid not, @Tim81. `ConvertTo-SecureString` won't accept an empty string param. ``` > ConvertTo-SecureString -String '' -Force -AsPlainText ConvertTo-SecureString: Cannot bind argument to parameter 'String' because it is an empty string....