Remove-RASAppPackage
Removes an application package.
Remove-RASAppPackage [-Id] <uint> [<CommonParameters>] Remove-RASAppPackage [-InputObject] <AppPackage> [<CommonParameters>] Remove-RASAppPackage [-Name] <string> [[-SiteId] <uint>] [<CommonParameters>]
Removes an application package.
-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>
---------- 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.