All pages
Powered by GitBook
1 of 1

Loading...

Set-RASAppPackageSettings

NAME

Set-RASAppPackageSettings

SYNOPSIS

Modifies the Application package settings.

SYNTAX

Set-RASAppPackageSettings [- <bool>] [- <bool>] [- <uint>] [<>]

DESCRIPTION

Modifies the Application package settings using the specified parameters and their values. All parameters are optional.

PARAMETERS

-SiteId <uint> Site ID of the specified application package settings to modify.

-Enabled <bool> Enable or disable the application packages.

-ProvisionPackageCertificatesAutomatically <bool> Enable or Disable automatic provision of application package certificates.

<CommonParameters>

INPUTS

-none-

OUTPUTS

-none-

EXAMPLES

---------- EXAMPLE 1 ---------- Set-RASAppPackageSettings -SiteID 1 -Enabled 1 -ProvisionPackageCertificatesAutomatically 1 Enables the application package settings and the automatic package certificate provisioning features.

Enabled
ProvisionPackageCertificatesAutomatically
SiteId
CommonParameters
        Required?                    false
        Position?                    named
        Default value                0
        Accept pipeline input?       false
        Accept wildcard characters?  false
        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false
        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false
        This cmdlet supports the common parameters: Verbose, Debug,
        ErrorAction, ErrorVariable, WarningAction, WarningVariable,
        OutBuffer, PipelineVariable, and OutVariable. For more information, see 
        about_CommonParameters .