For the complete documentation index, see llms.txt. This page is also available as Markdown.

Remove-RASAppPackage

NAME

Remove-RASAppPackage

SYNOPSIS

Removes an application package.

SYNTAX

Remove-RASAppPackage [Id] (uint) [(CommonParameters)] **

Remove-RASAppPackage [-InputObject] (AppPackage) [(CommonParameters)] **

Remove-RASAppPackage [Name] (string) [[-SiteId] (uint)] [(CommonParameters)] **

DESCRIPTION

Removes an application package.

PARAMETERS

Name (string)

The package name of the application package.

SiteId (uint)

Site ID of the specified application package to modify.

Id (uint)

The ID of the application package to modify.

InputObject (AppPackage)

The application package to modify.

(CommonParameters)

INPUTS

AppPackage

OUTPUTS

AppPackage

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