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
OUTPUTS
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.
RELATED LINKS
Last updated