Add-CMReportingServicePoint

Add-CMReportingServicePoint

Adds a reporting service point to Configuration Manager.

構文

Parameter Set: ReportingServicePoint
Add-CMReportingServicePoint -ReportServerInstance <String> -SiteCode <String> -SiteSystemServerName <String> -UserName <String> [-DatabaseName <String> ] [-DatabaseServerName <String> ] [-FolderName <String> ] [-Confirm] [-WhatIf] [ <CommonParameters>]

詳細説明

The Add-CMReportingServicePoint cmdlet adds a reporting service point to Configuration Manager. A reporting service point is a site system role that is installed on a server that is running Microsoft SQL Server Reporting Services.

パラメーター

-DatabaseName<String>

Specifies the name of the Configuration Manager database that you want to use as the data source for reports from Microsoft SQL Server Reporting Services.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

True (ByPropertyName)

ワイルドカード文字を許可する

false

-DatabaseServerName<String>

Specifies the name of the Configuration Manager database server that you want to use as the data source for reports from Microsoft SQL Server Reporting Services. To specify a database instance, use the format <Server Name>\<Instance Name>.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

True (ByPropertyName)

ワイルドカード文字を許可する

false

-FolderName<String>

Specifies the name of the report folder on the report server.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

True (ByPropertyName)

ワイルドカード文字を許可する

false

-ReportServerInstance<String>

Specifies the name of an instance of SQL Server for Reporting Services.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

パイプライン入力を許可する

True (ByPropertyName)

ワイルドカード文字を許可する

false

-SiteCode<String>

Specifies a site code of a Configuration Manager site that hosts this site system role.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

パイプライン入力を許可する

True (ByPropertyName)

ワイルドカード文字を許可する

false

-SiteSystemServerName<String>

Specifies a fully qualified domain name (FQDN) of the server that hosts the site system role.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

パイプライン入力を許可する

True (ByPropertyName)

ワイルドカード文字を許可する

false

-UserName<String>

Specifies a user name for an account that Configuration Manager uses to connect with SQL Server Reporting Services and that gives this user access to the site database.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

パイプライン入力を許可する

True (ByPropertyName)

ワイルドカード文字を許可する

false

-Confirm

コマンドレットを実行する前に、ユーザーに確認を求めます。

必須?

false

位置は?

named

既定値

false

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-WhatIf

コマンドレットを実行するとどのような結果になるかを表示します。コマンドレットは実行されません。

必須?

false

位置は?

named

既定値

false

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

Example 1: Add a reporting service point

This command adds a reporting service point on the computer named CMReportingServicePoint.Western.Contoso.com for the Configuration Manager site that has the site code CM1.

PS C:\> Add-CMReportingServicePoint -SiteCode "CM1" -SiteSystemServerName "CMReportingServicePoint.Western.Contoso.com"

関連トピック

Get-CMReportingServicePoint

Remove-CMReportingServicePoint

Set-CMReportingServicePoint