Invoke-CMReport
Updated: March 1, 2013
Applies To: System Center 2012 Configuration Manager SP1
Invoke-CMReport
Syntax
Parameter Set: Default Invoke-CMReport -ReportPath <String> -SiteCode <String> [-OutputFormat <String> ] [-ReportParameter <Hashtable> ] [-SrsServerName <String> ] [-Confirm] [-WhatIf] [ <CommonParameters>]
Detailed Description
The Invoke-CMReport cmdlet invokes a Microsoft SQL Reporting Services report that displays information about data and operations in Microsoft System Center 2012 Configuration Manager. The reporting services point is a site system role that you install on a server that is running Microsoft SQL Reporting Services.
Parameters
-OutputFormat<String>
Specifies an output format in Configuration Manager.
Aliases | none |
Required? | false |
Position? | named |
Default Value | none |
Accept Pipeline Input? | True (ByPropertyName) |
Accept Wildcard Characters? | false |
-ReportParameter<Hashtable>
Specifies report parameters as key-value pairs.
Aliases | none |
Required? | false |
Position? | named |
Default Value | none |
Accept Pipeline Input? | True (ByPropertyName) |
Accept Wildcard Characters? | false |
-ReportPath<String>
Specifies the path to a folder where reports are stored.
Aliases | none |
Required? | true |
Position? | named |
Default Value | none |
Accept Pipeline Input? | True (ByPropertyName) |
Accept Wildcard Characters? | false |
-SiteCode<String>
Specifies a site code in Configuration Manager.
Aliases | none |
Required? | true |
Position? | named |
Default Value | none |
Accept Pipeline Input? | True (ByPropertyName) |
Accept Wildcard Characters? | false |
-SrsServerName<String>
Specifies a name of a SQL Reporting Services server.
Aliases | none |
Required? | false |
Position? | named |
Default Value | none |
Accept Pipeline Input? | True (ByPropertyName) |
Accept Wildcard Characters? | false |
-Confirm
Prompts you for confirmation before executing the command.
Required? | false |
Position? | named |
Default Value | false |
Accept Pipeline Input? | false |
Accept Wildcard Characters? | false |
-WhatIf
Describes what would happen if you executed the command without actually executing the command.
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.
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: Invoke a report
This command invokes a report by using a report path and a site code.
PS C:\> Invoke-CMReport -ReportPath "/Reports/Data" -SiteCode "CM4"
