Get-CMReportingServicePoint
Updated: March 1, 2013
Applies To: System Center 2012 Configuration Manager SP1
Get-CMReportingServicePoint
Syntax
Parameter Set: SearchByName Get-CMReportingServicePoint [-SiteCode <String> ] [-SiteSystemServerName <String> ] [ <CommonParameters>]
Detailed Description
The Get-CMReportingServicePoint cmdlet gets a reporting service point. A reporting service point is a site system role that is installed on a server that is running Microsoft SQL Server Reporting Services.
Parameters
-SiteCode<String>
Specifies the site code of the System Center 2012 Configuration Manager site that hosts the site system role.
Aliases | none |
Required? | false |
Position? | named |
Default Value | none |
Accept Pipeline Input? | True (ByPropertyName) |
Accept Wildcard Characters? | false |
-SiteSystemServerName<String>
Aliases | none |
Required? | false |
Position? | named |
Default Value | none |
Accept Pipeline Input? | True (ByPropertyName) |
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: Get a reporting service point
This command gets a reporting service point from the Configuration Manager site that has the site code \1\Get-CMDistributionPoint_data.txt on the site system server named CMCEN-DIST02.WEST.CORP.CONTOSCO.COM. The command directs the output to the file \Cmrsp01\Get-CMReportingServicePoint_data.txt.
PS C:\> Get-CMReportingServicePoint -SiteSystemServerName "CMCEN-DIST02.WEST.CORP.CONTOSCO.COM" -SiteCode "\1\Get-CMDistributionPoint_data.txt " >>\Cmrsp01\Get-CMReportingServicePoint_data.txt
