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.

        Required?                    false
        Position?                    named
        Default value                0
        Accept pipeline input?       false
        Accept wildcard characters?  false

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

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

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

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

<CommonParameters>

        This cmdlet supports the common parameters: Verbose, Debug,
        ErrorAction, ErrorVariable, WarningAction, WarningVariable,
        OutBuffer, PipelineVariable, and OutVariable. For more information, see 
        about_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.

Last updated

Other Resources

Feedback

© 2024 Parallels International GmbH. All rights reserved.