Remove-RASAppPackage
Last updated
Last updated
Remove-RASAppPackage
Removes an application package.
Remove-RASAppPackage [-] <uint> [<>] Remove-RASAppPackage [-] <> [<>] Remove-RASAppPackage [-] <string> [[-] <uint>] [<>]
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.
<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.
-InputObject <> The application package to modify.