Get-CMReportingServicePoint
取得 Reporting Service 點。
語法
Get-CMReportingServicePoint
[-AllSite]
[-SiteCode <String>]
[[-SiteSystemServerName] <String>]
[-DisableWildcardHandling]
[-ForceWildcardHandling]
[<CommonParameters>]
Get-CMReportingServicePoint
[-AllSite]
-InputObject <IResultObject>
[-DisableWildcardHandling]
[-ForceWildcardHandling]
[<CommonParameters>]
Description
使用此 Cmdlet 取得 Reporting Service 點站台系統角色。 Reporting Service 點是安裝在執行 SQL Server Reporting Services Microsoft 伺服器上的站台系統角色。 如需詳細資訊, 請參閱 Configuration Manager 中的報告簡介。
重要事項
此 Cmdlet 不支援 PowerShell 7。 它需要 .NET Framework,而不是搭配 PowerShell 第 7 版使用的 .NET Core。
注意事項
從 Configuration Manager 月臺磁碟驅動器執行 Configuration Manager Cmdlet,例如 PS XYZ:\>
。 如需詳細資訊,請 參閱開始使用。
範例
範例 1:取得 Reporting Service 點
此命令會從 Configuration Manager 月臺取得報告服務點,該月臺在名為 CMCEN-DIST02 的站台系統伺服器上具有月臺碼 CM1。TSQA。公司。CONTOSCO.COM。
Get-CMReportingServicePoint -SiteSystemServerName "CMCEN-DIST02.TSQA.CORP.CONTOSCO.COM" -SiteCode "CM1"
參數
-AllSite
新增此參數,以從階層中的所有月臺取得 Reporting Service 點。
類型: | SwitchParameter |
別名: | AllSites |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-DisableWildcardHandling
此參數會將通配符視為常值字元值。 您無法將其與 ForceWildcardHandling 結合。
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-ForceWildcardHandling
此參數會處理通配符,並可能導致非預期的行為 (不建議) 。 您無法將其與 DisableWildcardHandling 結合。
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-InputObject
指定具有 Reporting Service 點角色的站台系統伺服器物件。 若要取得此物件,請使用 Get-CMSiteSystemServer Cmdlet。
類型: | IResultObject |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-SiteCode
為管理 Reporting Service 點之系統角色的月臺指定三個字元的程序代碼。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-SiteSystemServerName
指定裝載 Reporting Service 點角色的站台系統伺服器名稱。
類型: | String |
別名: | Name, ServerName |
Position: | 0 |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | True |
輸入
Microsoft.ConfigurationManagement.ManagementProvider.IResultObject
輸出
IResultObject[]
IResultObject
備註
如需此傳回物件及其屬性的詳細資訊,請 參閱SMS_SCI_SysResUse伺服器 WMI 類別。