Documentation & fixes
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
function Get-Address {
|
||||
<#
|
||||
.SYNOPSIS
|
||||
|
||||
Returns address object.
|
||||
#>
|
||||
[CmdletBinding(DefaultParameterSetName="ByID")]
|
||||
[OutputType([PS.IPAM.address])]
|
||||
param (
|
||||
|
||||
Reference in New Issue
Block a user