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.
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.
Required? false
Position? 1
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
Id (uint)
The ID of the application package to modify.
Required? true
Position? 0
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
InputObject (AppPackage)
The application package to modify.
Required? true
Position? 0
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters? false
(CommonParameters)
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters documentation.
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