Documentation & fixes

This commit is contained in:
2022-12-17 22:51:26 +03:00
parent 2af591dbbf
commit e45d2665fa
4 changed files with 59 additions and 10 deletions

View File

@@ -1,4 +1,9 @@
function Get-Address {
<#
.SYNOPSIS
Returns address object.
#>
[CmdletBinding(DefaultParameterSetName="ByID")]
[OutputType([PS.IPAM.address])]
param (