共用方式為


Remove-CMReportingServicePoint

拿掉 Reporting Service 點。

語法

Remove-CMReportingServicePoint
      [-Force]
      -InputObject <IResultObject>
      [-DisableWildcardHandling]
      [-ForceWildcardHandling]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]
Remove-CMReportingServicePoint
      [-Force]
      [-SiteCode <String>]
      [-SiteSystemServerName] <String>
      [-DisableWildcardHandling]
      [-ForceWildcardHandling]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]

Description

使用此 Cmdlet 從 Configuration Manager 月臺移除 Reporting Service 點。

拿掉 Reporting Service 點之後,就無法管理站臺上的報表。

重要事項

此 Cmdlet 不支援 PowerShell 7 它需要 .NET Framework,而不是搭配 PowerShell 第 7 版使用的 .NET Core。

注意事項

從 Configuration Manager 月臺磁碟驅動器執行 Configuration Manager Cmdlet,例如 PS XYZ:\>。 如需詳細資訊,請 參閱開始使用

範例

範例 1:依伺服器名稱移除 Reporting Service 點

此命令會從站台系統伺服器上月臺碼 CM1 名為 CMCEN-DIST02 的 Configuration Manager 站台中移除 Reporting Service 點。TSQA。公司。CONTOSCO.COM。

Remove-CMReportingServicePoint -SiteCode "CM1" -SiteSystemServerName "CMCEN-DIST02.TSQA.CORP.CONTOSCO.COM"

範例 2:使用物件變數移除 Reporting Service 點

第一個命令會從月台系統伺服器上具有 CM1 月臺碼 CM1 的 Configuration Manager 月臺取得 Reporting Service 點,名稱為 CMCEN-DIST02。TSQA。公司。CONTOSCO.COM。 命令會將結果儲存在$Rsp變數中。

第二個命令會移除 $Rsp 中的 Reporting Service 點。

$Rsp = Get-CMReportingServicePoint -SiteCode "CM1" -SiteSystemServerName "CMCEN-DIST02.TSQA.CORP.CONTOSCO.COM"

Remove-CMReportingServicePoint -InputObject $Rsp

參數

-Confirm

執行 Cmdlet 之前提示您確認。

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

-DisableWildcardHandling

此參數會將通配符視為常值字元值。 您無法將其與 ForceWildcardHandling 結合。

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

-Force

強制命令在不要求使用者確認的情況下執行。

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

-ForceWildcardHandling

此參數會處理通配符,並可能導致非預期的行為 (不建議) 。 您無法將其與 DisableWildcardHandling 結合。

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

-InputObject

指定要移除的 Reporting Service 點物件。 若要取得此物件,請使用 Get-CMReportingServicePoint Cmdlet。

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

-SiteCode

指定裝載月台系統角色之 Configuration Manager 月臺的三個字元碼。

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

-SiteSystemServerName

指定主控站台系統角色之伺服器的完整域名 (FQDN) 。

類型:String
別名:Name, ServerName
Position:0
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-WhatIf

顯示執行 Cmdlet 時會發生什麼情況。 Cmdlet 不會執行。

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

輸入

Microsoft.ConfigurationManagement.ManagementProvider.IResultObject