Files
PowerCLI-Example-Scripts/Modules/VMware.Hv.Helper/docs/Get-HVPreInstalledApplication.md
2020-02-06 13:49:04 -06:00

1.8 KiB
Executable File

external help file, Module Name, online version, schema
external help file Module Name online version schema
VMware.HV.Helper-help.xml VMware.HV.Helper 2.0.0

Get-HVPreInstalledApplication

SYNOPSIS

Gets the list of Pre-installed Applications from the RDS Server(s).

SYNTAX

Get-HVPreInstalledApplication [-FarmName] <String> [[-HvServer] <Object>] [<CommonParameters>]

DESCRIPTION

Gets the list of Pre-installed Applications from the RDS Server(s).

EXAMPLES

EXAMPLE 1

Get-HVPreInstalledApplication -FarmName 'Farm1' -HvServer $HvServer

Gets the list of Applications present in 'Farm1', if exists.

PARAMETERS

-FarmName

Name of the Farm on which to discover installed applications.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

-HvServer

View API service object of Connect-HVServer cmdlet.

Type: Object
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

Gets the list of Applications from the specified Farm if exists.

NOTES

Author Samiullasha S
Author email ssami@vmware.com
Version 1.0

===Tested Against Environment====

Horizon View Server Version 7.8.0
PowerCLI Version PowerCLI 11.1
PowerShell Version 5.0