Get-CCMDeployment

Return information about a CCM Deployment

Syntax

Get-CCMDeployment `
  -All [<CommonParameters>]
Get-CCMDeployment `
  -Name <String> [<CommonParameters>]
Get-CCMDeployment `
  -Id <String> [<CommonParameters>]

Description

Returns detailed information about Central Management Deployment Plans

Aliases

None

Examples

EXAMPLE 1

Get-CCMDeployment -All

EXAMPLE 2

Get-CCMDeployment -Name Bob

EXAMPLE 3

Get-CCMDeployment -Id 583

Inputs

None

Outputs

None

Parameters

-All

Returns all Deployment Plans

Property Value
Aliases
Required? true
Position? named
Default Value False
Accept Pipeline Input? false

-Name <String>

Returns the named Deployment Plan

Property Value
Aliases
Required? true
Position? named
Default Value
Accept Pipeline Input? false

-Id <String>

Returns the Deployment Plan with the give Id

Property Value
Aliases
Required? true
Position? named
Default Value
Accept Pipeline Input? 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 .

Function Reference

:choco-info: NOTE

This documentation has been automatically generated from Import-Module "ChocoCCM" -Force; Get-Help Get-CCMDeployment -Full.