Remove-RASAppPackage

NAME

Remove-RASAppPackage

SYNOPSIS

Removes an application package.

SYNTAX

Remove-RASAppPackage [-Idarrow-up-right] <uint> [<CommonParametersarrow-up-right>] Remove-RASAppPackage [-InputObjectarrow-up-right] <AppPackagearrow-up-right> [<CommonParametersarrow-up-right>] Remove-RASAppPackage [-Namearrow-up-right] <string> [[-SiteIdarrow-up-right] <uint>] [<CommonParametersarrow-up-right>]

DESCRIPTION

Removes an application package.

PARAMETERS

-Name <string> The package name of the application package.

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

-SiteId <uint> Site ID of the specified application package to modify.

-Id <uint> The ID of the application package to modify.

-InputObject <AppPackagearrow-up-right> The application package to modify.

<CommonParameters>

INPUTS

AppPackagearrow-up-right

OUTPUTS

AppPackagearrow-up-right

EXAMPLES

---------- EXAMPLE 1 ---------- Remove-RASAppPackage -Name App1 Removes the application package with the name App1. ---------- EXAMPLE 2 ---------- Remove-RASAppPackage -Id 1 Removes the application package with Id 1.

Last updated