< Back

Get-vRNIEntityName

Sat Jan 18, 2020 10:09 pm

NAME Get-vRNIEntityName



SYNOPSIS

Translate an entity id to a name in vRealize Network Insight.





SYNTAX

Get-vRNIEntityName [-EntityID] <String> [-Connection <PSObject>] [<CommonParameters>]





DESCRIPTION

The internal database of vRealize Network Insight uses entity IDs

to keep track of entities. This function translates an ID to an

actual useable name.





PARAMETERS

-EntityID <String>

The entity ID to resolve to a name



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Connection <PSObject>

vRNI Connection object



Required? false

Position? named

Default value $defaultvRNIConnection

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-vRNIEntityName -EntityID 14307:562:1274720802



Get the name of the entity with ID 14307:562:1274720802











RELATED LINKS