diff --git a/ZertoApiWrapper/Public/Get-ZertoVpg.ps1 b/ZertoApiWrapper/Public/Get-ZertoVpg.ps1 index 0a761cd..ad7df9d 100644 --- a/ZertoApiWrapper/Public/Get-ZertoVpg.ps1 +++ b/ZertoApiWrapper/Public/Get-ZertoVpg.ps1 @@ -84,6 +84,7 @@ function Get-ZertoVpg { ParameterSetName = "filter", HelpMessage = "The name of the VPG." )] + [Alias("vpgName")] [string]$name, [Parameter( ParameterSetName = "filter",