< Back
Get-vRNIApplication
Post
NAME Get-vRNIApplication
SYNOPSIS
Get Application information from vRealize Network Insight.
SYNTAX
Get-vRNIApplication [[-Name] <String[]>] [-Connection <PSObject>] [<CommonParameters>]
DESCRIPTION
Within vRNI there are applications, which can be viewed as groups of VMs.
These groups can be used to group the VMs of a certain application together,
and filter on searches within vRNI. For instance, you can generate recommended
firewall rules based on an application group.
PARAMETERS
-Name <String[]>
Limit the amount of records returned to a specific name
Required? false
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-vRNIApplication
Show all existing applications and their details.
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-vRNIApplication -Name '3 Tier App'
Get only the application details of the application named "3 Tier App"
RELATED LINKS
SYNOPSIS
Get Application information from vRealize Network Insight.
SYNTAX
Get-vRNIApplication [[-Name] <String[]>] [-Connection <PSObject>] [<CommonParameters>]
DESCRIPTION
Within vRNI there are applications, which can be viewed as groups of VMs.
These groups can be used to group the VMs of a certain application together,
and filter on searches within vRNI. For instance, you can generate recommended
firewall rules based on an application group.
PARAMETERS
-Name <String[]>
Limit the amount of records returned to a specific name
Required? false
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-vRNIApplication
Show all existing applications and their details.
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-vRNIApplication -Name '3 Tier App'
Get only the application details of the application named "3 Tier App"
RELATED LINKS