Fixes
This commit is contained in:
@@ -17,8 +17,8 @@ function Remove-Address {
|
||||
}
|
||||
|
||||
switch ($PSCmdlet.ParameterSetName) {
|
||||
"ByID" { $_identifiers = @($Id);break }
|
||||
"ByAddressObject" { $_identifiers = @($AddressObject.Id);break }
|
||||
"ByID" { $_identifiers = @($Id); break }
|
||||
"ByAddressObject" { $_identifiers = @($AddressObject.Id); break }
|
||||
}
|
||||
$_params.Add("Identifiers",$_identifiers)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user