Get-ACMEVaultProfile do not bring an error message on non existing ProfileNames
BastianFie opened this issue · comments
Bastian F. commented
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