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.
-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.
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 .