Set-RASAppPackageSettings
NAME
Set-RASAppPackageSettings
SYNOPSIS
Modifies the Application package settings.
SYNTAX
Set-RASAppPackageSettings [-Enabled <bool>] [-ProvisionPackageCertificatesAutomatically <bool>] [-SiteId <uint>] [<CommonParameters>]
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.
RELATED LINKS
Last updated