xlrod

Results 3 comments of xlrod

This is very strange, I had to do `$Credential = $null` before `Get-KeePassEntry` and the error stopped appearing. I restarted the Powershell Session and tried again without initializing `$Credential` to...

I'm working on this and currently have it set to take the first row value but would like to add an option to select multiple values like 'Details for '+data[0]+'...

This is what I would like to try: Create a new `[PSCustomObject]` with a reference to the first object, like: $Server = @() $Server = [PSCustomObject] @{ ServerName = "DC102"...