You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like it's my bad... When I do open-store I went right to the file system location and didn't use the share. The share was setup as read-only. Thank you for the command to show the error message: System.AggregateException: One or more errors occurred. ---> System.UnauthorizedAccessException: Access to the path '\servername\lpp$\v3\w\AE2C.db.bin' is denied.
Sorry for the bogus issue! After fixing the share permissions, it is working as expected.
That's ok. I'll need to fix the error reporting to make it more clear what was going on.
ryannewington
changed the title
Add / Import BannedWord or CompromisedPassword
AggregateExceptions are hiding the real error in PowerShell output
Oct 27, 2019
When I try to use Powershell to add a custom BannedWord or CompromisedPassword, I get the following error:
PS C:\Windows\system32> Add-BannedWord -Value "glass"
Add-BannedWord : One or more errors occurred.
At line:1 char:1
PS C:\Windows\system32> Add-CompromisedPassword -Value "glass"
Add-CompromisedPassword : One or more errors occurred.
At line:1 char:1
Thank you!
The text was updated successfully, but these errors were encountered: