Get-DeploymentResult
Get-DeploymentResult
Get-DeploymentResult
Return the result of a Central Management Deployment
Syntax
Get-DeploymentResult `
-Deployment <String> [<CommonParameters>]
Description
Return the result of a Central Management Deployment
Aliases
None
Examples
EXAMPLE 1
Get-CCMDeploymentResult -Name 'Google Chrome Upgrade'
Inputs
None
Outputs
None
Parameters
-Deployment <String>
The Deployment for which to return information
Property | Value |
---|---|
Aliases | |
Required? | true |
Position? | 1 |
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 .
NOTE
This documentation has been automatically generated from
Import-Module "ChocoCCM" -Force; Get-Help Get-DeploymentResult -Full
.