ACMESharp icon indicating copy to clipboard operation
ACMESharp copied to clipboard

Get-ACMEVaultProfile do not bring an error message on non existing ProfileNames

Open BastianFie opened this issue 6 years ago • 0 comments

When I enter:

Get-ACMEVaultProfile -ProfileName "DoNotExists"

I would expect an error like "this profile do not exists", however I do not get anything. Is that working as designed or a bug? I mean other power-shell commands like for example

Get-Content "C:\DoNotExists.txt"

always response with an error message if something didn´t exists. I would expect the same here as well.

Note: I double checked that the profile do not exists via: Get-ACMEVaultProfile -ListProfiles

BastianFie avatar Mar 02 '18 21:03 BastianFie