共用方式為


Set-SCOMReportingSetting

變更管理群組之報表伺服器的 URL。

語法

Set-SCOMReportingSetting
   [-ReportingServerUrl <Uri>]
   [-PassThru]
   [-SCSession <Connection[]>]
   [-ComputerName <String[]>]
   [-Credential <PSCredential>]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]

Description

Set-SCOMReportingSetting Cmdlet 會變更管理群組報表伺服器的 URL。

範例

範例 1:變更報表伺服器 URL

PS C:\>Set-SCOMReportingSetting -ReportingServerUrl "http://Reporting.Contoso.com"

這個指令會將管理群組的報表伺服器 URL 變更為 http://Reporting.Contoso.com

參數

-ComputerName

指定計算機名稱的陣列。 Cmdlet 會為這些電腦建立管理群組的暫時連線。 您可以使用 NetBIOS 名稱、IP 位址或完整功能變數名稱 (FQDN)。 若要指定本機計算機,請輸入計算機名稱、localhost 或點 (.)。

類型:String[]
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-Confirm

在執行 Cmdlet 之前,提示您進行確認。

類型:SwitchParameter
別名:cf
Position:Named
預設值:False
必要:False
接受管線輸入:False
接受萬用字元:False

-Credential

指定管理群組連線 PSCredential 物件。 若要取得 PSCredential 物件,請使用 get-Credential Cmdlet 。 如需詳細資訊,請輸入 「Get-Help Get-Credential」。如果您在 ComputerName 參數中指定電腦,請使用可存取該電腦的帳戶。 預設值為目前的使用者。

類型:PSCredential
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-PassThru

指出 Cmdlet 會建立或修改命令可以在管線中使用的物件。 根據預設,此 Cmdlet 不會產生任何輸出。

類型:SwitchParameter
Position:Named
預設值:None
必要:False
接受管線輸入:True
接受萬用字元:False

-ReportingServerUrl

指定識別報表伺服器的 URL。

類型:Uri
Position:Named
預設值:None
必要:False
接受管線輸入:True
接受萬用字元:False

-SCSession

指定 connection 物件的 陣列。 若要取得 Connection 物件,請使用 Get-SCManagementGroupConnection Cmdlet。

類型:Connection[]
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-WhatIf

顯示 Cmdlet 執行時會發生什麼事。 Cmdlet 未執行。

類型:SwitchParameter
別名:wi
Position:Named
預設值:False
必要:False
接受管線輸入:False
接受萬用字元:False