Set-RASAppPackageSettings
Modifies the Application package settings.
Set-RASAppPackageSettings [-Enabled <bool>] [-ProvisionPackageCertificatesAutomatically <bool>] [-SiteId <uint>] [<CommonParameters>]
Modifies the Application package settings using the specified parameters and their values.
All parameters are optional.
-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>
-none-
-none-
---------- EXAMPLE 1 ----------
Set-RASAppPackageSettings -SiteID 1 -Enabled 1 -ProvisionPackageCertificatesAutomatically 1
Enables the application package settings and the automatic package certificate provisioning features.