Enable-CMProgram
Enable-CMProgram
Enables programs in Configuration Manager packages.
Syntax
Parameter Set: SearchByNameAndNameMandatory
Enable-CMProgram -PackageName <String[]> -ProgramName <String[]> [-Confirm] [-WhatIf] [ <CommonParameters>]
Parameter Set: SearchByIdAndNameMandatory
Enable-CMProgram -PackageId <String[]> -ProgramName <String[]> [-Confirm] [-WhatIf] [ <CommonParameters>]
Detailed Description
The Enable-CMProgram cmdlet enables one or more programs in Microsoft System Center 2012 Configuration Manager packages. You can enable a program that has been disabled in order to resume availability of that program to client computers. You can also enable a program by enabling an advertisement that you used to disable it.
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.
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: Enable a program
This command enables the program named ProgramD02 in the package that has the ID CM400007.
PS C:\> Enable-CMProgram -PackageId "CM400007" -ProgramName "ProgramD02"