Add Param Aliases

This commit is contained in:
Wes Carroll
2019-03-26 14:28:00 -04:00
parent 1e82c04687
commit 76b228589e
23 changed files with 42 additions and 2 deletions
@@ -15,6 +15,7 @@ function Get-ZertoPeerSite {
ValueFromPipelineByPropertyName = $true,
HelpMessage = "The identifier(s) of the peer site(s) for which information is to be returned."
)]
[Alias("siteId")]
[string[]]$siteIdentifier,
[Parameter(
ParameterSetName = "filter",