Export-CCMDeploymentReport
Export-CCMDeploymentReport
Export-CCMDeploymentReport
Downloads a deployment report from Central Management. This will be saved in the path you specify for OutputFolder
Syntax
Export-CCMDeploymentReport `
[-Deployment <String>] `
-Type <String> `
-OutputFolder <String> [<CommonParameters>]
Description
Downloads a deployment report from Central Management in PDF or Excel format. The file is saved to the OutputFolder
Aliases
None
Examples
EXAMPLE 1
Export-CCMDeploymentReport -Deployment 'Complex' -Type PDF -OutputFolder C:\temp\
EXAMPLE 2
Export-CCMDeploymentReport -Deployment 'Complex -Type Excel -OutputFolder C:\CCMReports
Inputs
None
Outputs
None
Parameters
-Deployment [<String>]
The deployment from which to generate and download a report
Property | Value |
---|---|
Aliases | |
Required? | false |
Position? | 1 |
Default Value | |
Accept Pipeline Input? | false |
-Type <String>
The type of report, either PDF or Excel
Property | Value |
---|---|
Aliases | |
Required? | true |
Position? | 2 |
Default Value | |
Accept Pipeline Input? | false |
-OutputFolder <String>
The path to save the report too
Property | Value |
---|---|
Aliases | |
Required? | true |
Position? | 3 |
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 Export-CCMDeploymentReport -Full
.