Set-RASAppPackageSettings
Last updated
Last updated
Set-RASAppPackageSettings
Modifies the Application package settings.
Set-RASAppPackageSettings [ (bool)] [ (bool)] [ (uint)] [()]
Modifies the Application package settings using the specified parameters and their values.
All parameters are optional.
Site ID of the specified application package settings to modify.
Enable or disable the application packages.
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.