For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get-RASAppPackageSettings

NAME

Get-RASAppPackageSettings

SYNOPSIS

Retrieves Application Package settings.

SYNTAX

Get-RASAppPackageSettings [SiteId (uint)] [(CommonParameters)] **

DESCRIPTION

Retrieves the active Application Package settings for the current site.

PARAMETERS

SiteId (uint)

The ID of the Site from which to retrieve the application package settings.

To obtain the ID of the desired Site, use the Get-Sites cmdlet.

(CommonParameters)

INPUTS

-none-

OUTPUTS

AppPackageSettings

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

Get-RASAppPackageSettings

Obtains the active Application package settings for the current site.

Last updated