Disable-CMProgram

Disable-CMProgram

Disables programs in Configuration Manager packages.

Syntax

Parameter Set: SearchByNameAndNameMandatory
Disable-CMProgram -PackageName <String[]> -ProgramName <String[]> [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: SearchByIdAndNameMandatory
Disable-CMProgram -PackageId <String[]> -ProgramName <String[]> [-Confirm] [-WhatIf] [ <CommonParameters>]

Detailed Description

The Disable-CMProgram cmdlet disables one or more programs in Microsoft System Center 2012 Configuration Manager packages. Programs are commands that are associated with a System Center 2012 Configuration Manager package. Programs identify the actions that occur when the client receives the client package. You can associate multiple programs with the same package.

You can disable a program to prevent System Center 2012 Configuration Manager from running it on client computers where it is currently advertised. When you disable a program, System Center 2012 Configuration Manager still sends the program to distribution points and still advertises the Program on client computers, but Configuration Manager does not display or run the program on the client. This behavior is the same that occurs when you disable an advertisement with which the program has been associated.

Parameters

-PackageId<String[]>

Specifies an array of package IDs.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-PackageName<String[]>

Specifies an array of package names.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-ProgramName<String[]>

Specifies an array of program names.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-Confirm

Prompts you for confirmation before running the cmdlet.

Required?

false

Position?

named

Default Value

false

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

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 (https://go.microsoft.com/fwlink/p/?LinkID=113216).

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: Disable a program

This command disables the program named ProgramD02 in the package that has the ID CM400007.

PS C:\> Disable-CMProgram -PackageId "CM400007" -ProgramName "ProgramD02"

Get-CMProgram

Enable-CMProgram

Remove-CMProgram

Get-CMPackage