Documentation
This commit is contained in:
@@ -1,4 +1,13 @@
|
||||
function Get-Tag {
|
||||
<#
|
||||
.SYNOPSIS
|
||||
|
||||
Return address tag.
|
||||
|
||||
.DESCRIPTION
|
||||
|
||||
Return address tag by id, address object or subnetwork object. Or leave it empty at take all tags at once.
|
||||
#>
|
||||
[CmdletBinding(DefaultParameterSetName="NoParams")]
|
||||
[OutputType([PS.IPAM.Tag])]
|
||||
param (
|
||||
|
||||
Reference in New Issue
Block a user