Remove-CMSoftwareUpdateDeploymentPackage
Updated: March 1, 2013
Applies To: System Center 2012 Configuration Manager SP1
Remove-CMSoftwareUpdateDeploymentPackage
Syntax
Parameter Set: SearchByIdMandatory Remove-CMSoftwareUpdateDeploymentPackage -Id <String[]> [-Force] [-SecuredScopeNames <String> ] [-Confirm] [-WhatIf] [ <CommonParameters>] Parameter Set: SearchByNameMandatory Remove-CMSoftwareUpdateDeploymentPackage -Name <String> [-Force] [-SecuredScopeNames <String> ] [-Confirm] [-WhatIf] [ <CommonParameters>] Parameter Set: SearchByValueMandatory Remove-CMSoftwareUpdateDeploymentPackage -InputObject <IResultObject> [-Force] [-Confirm] [-WhatIf] [ <CommonParameters>]
Detailed Description
The Remove-CMSoftwareUpdateDeploymentPackage cmdlet removes a software update deployment package from the site server and all child sites. A CMSoftwareUpdateDeploymentPackage object contains one or more software updates that Microsoft System Center 2012 Configuration Manager deploys to a collection of computers. Once the deployment package is removed, clients cannot install the software updates.
Parameters
-Force
Removes the deployment package without prompting you for confirmation. By default, the cmdlet prompts you for confirmation before it proceeds.
Aliases | none |
Required? | false |
Position? | named |
Default Value | none |
Accept Pipeline Input? | True (ByPropertyName) |
Accept Wildcard Characters? | false |
-Id<String[]>
Specifies an array of IDs of deployment packages.
Aliases | PackageId |
Required? | true |
Position? | named |
Default Value | none |
Accept Pipeline Input? | True (ByPropertyName) |
Accept Wildcard Characters? | false |
-InputObject<IResultObject>
Specifies a CMSoftwareUpdateDeploymentPackage object. To obtain an CMSoftwareUpdateDeploymentPackage object, use the Get-CMSoftwareUpdateDeploymentPackage cmdlet.
Aliases | none |
Required? | true |
Position? | named |
Default Value | none |
Accept Pipeline Input? | True (ByPropertyName) |
Accept Wildcard Characters? | false |
-Name<String>
Specifies a name of a deployment package.
Aliases | none |
Required? | true |
Position? | named |
Default Value | none |
Accept Pipeline Input? | True (ByPropertyName) |
Accept Wildcard Characters? | false |
-SecuredScopeNames<String>
Specifies an array of security scopes for the deployment package. The default value is Default.
Aliases | none |
Required? | false |
Position? | named |
Default Value | none |
Accept Pipeline Input? | True (ByPropertyName) |
Accept Wildcard Characters? | false |
-Confirm
Prompts you for confirmation before executing the command.
Required? | false |
Position? | named |
Default Value | false |
Accept Pipeline Input? | false |
Accept Wildcard Characters? | false |
-WhatIf
Describes what would happen if you executed the command without actually executing the command.
Required? | false |
Position? | named |
Default Value | false |
Accept Pipeline Input? | false |
Accept Wildcard Characters? | false |
<CommonParameters>
This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters.
Inputs
The input type is the type of the objects that you can pipe to the cmdlet.
Outputs
The output type is the type of the objects that the cmdlet emits.
Examples
Example 1: Remove a software package by using an ID
This command removes the software package that has the ID ST10000C.
PS C:\> Remove-CMSoftwareUpdateDeploymentPackage -PackageID "ST10000C"
