Get-RASProvider

NAME

Get-RASProvider

SYNOPSIS

Retrieves information about one or multiple Provider servers.

SYNTAX

Get-RASProvider [[-Idarrow-up-right] <uint>] [<CommonParametersarrow-up-right>] Get-RASProvider [[-Namearrow-up-right] <string>] [[-SiteIdarrow-up-right] <uint>] [<CommonParametersarrow-up-right>]

DESCRIPTION

Retrieves the information about one or multiple Provider servers. It returns an array of objects of type Provider, each including properties of a Provider server. To see the complete list of object properties, use the Format-List cmdlet (see examples). Note: the result set contains only the major server properties; it does not include all of the settings supported in RAS.

PARAMETERS

-Name <string> The name of the Provider server for which to retrieve the information. This must be the actual server name used in the RAS farm.

        Required?                    false
        Position?                    0
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

-SiteId <uint> Site ID from which to retrieve the Provider server information. If the parameter is omitted, the Licensing Server site ID will be used.

-Id <uint> The ID of a Provider server for which to retrieve the information.

<CommonParameters>

INPUTS

-none-

OUTPUTS

AVDProviderarrow-up-rightAWSEC2Providerarrow-up-rightAzureProviderarrow-up-rightHyperVClusterProviderarrow-up-rightHyperVProviderarrow-up-rightNutanixProviderarrow-up-rightRemotePCDynamicProviderarrow-up-rightRemotePCStaticProviderarrow-up-rightScaleComputingProviderarrow-up-rightVCenterProviderarrow-up-rightVMwareESXiProviderarrow-up-right

EXAMPLES

---------- EXAMPLE 1 ---------- Get-RASProvider "server.company.dom" | Format-List Retrieves properties of the specified Provider server. The Format-List cmdlet formats the display output to include all available server properties. ---------- EXAMPLE 2 ---------- Get-RASProvider -Id 5 Retrieves properties of a Provider server specified by ID.

Last updated