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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: