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
EXAMPLES
---------- EXAMPLE 1 ----------
Get-RASAppPackageSettings
Obtains the active Application package settings for the current site.
RELATED LINKS
Last updated