共用方式為


Get-SCManagementPack

從 Operations Manager 環境取得 System Center Operations Manager 管理元件。

語法

Get-SCManagementPack
   [-SCSession <Connection[]>]
   [-ComputerName <String[]>]
   [-Credential <PSCredential>]
   [<CommonParameters>]
Get-SCManagementPack
   [-BundleFile] <String[]>
   [-SCSession <Connection[]>]
   [-ComputerName <String[]>]
   [-Credential <PSCredential>]
   [<CommonParameters>]
Get-SCManagementPack
   [-ManagementPackFile] <String[]>
   [-SCSession <Connection[]>]
   [-ComputerName <String[]>]
   [-Credential <PSCredential>]
   [<CommonParameters>]
Get-SCManagementPack
   [-DisplayName] <String[]>
   [-Recurse]
   [-SCSession <Connection[]>]
   [-ComputerName <String[]>]
   [-Credential <PSCredential>]
   [<CommonParameters>]
Get-SCManagementPack
   [-Id] <Guid[]>
   [-Recurse]
   [-SCSession <Connection[]>]
   [-ComputerName <String[]>]
   [-Credential <PSCredential>]
   [<CommonParameters>]
Get-SCManagementPack
   [-Name] <String[]>
   [-Recurse]
   [-SCSession <Connection[]>]
   [-ComputerName <String[]>]
   [-Credential <PSCredential>]
   [<CommonParameters>]

Description

Get-SCManagementPack Cmdlet 會取得 System Center Operations Manager 管理元件。 此命令也可以使用 Get-SCOMManagementPack來執行。

根據預設,此 Cmdlet 會使用與管理群組的作用中持續性連線。 使用 SCSession 參數來指定不同的持續性連線。 您可以使用 ComputerName 和 Credential 參數,建立與管理群組的暫時連線。 如需詳細資訊,請輸入 Get-Help about_OpsMgr_Connections

範例

1:使用 System Center Operations Manager 管理元件的名稱取得

PS C:\>Get-SCManagementPack -Name "*Microsoft.Windows.Server*"

取得 System Center Operations Manager 管理元件,其名稱搭配通配符。

2:使用其顯示名稱取得 System Center Operations Manager 管理元件

PS C:\>Get-SCManagementPack -DisplayName "*Windows Server 2016 and above*"

取得 System Center Operations Manager 管理元件,其顯示名稱搭配通配符。 針對多個顯示名稱,您可以使用逗號分隔專案。

3:使用 System Center Operations Manager 管理元件標識碼取得

PS C:\>Get-SCManagementPack -Id 25bdd09a-bda3-d94b-b8c1-d450834b5bad

使用 System Center Operations Manager 管理元件識別碼取得。 針對一個以上的識別碼,您可以使用逗號分隔專案。

4:使用檔案取得 System Center Operations Manager 管理元件

PS C:\>Get-SCManagementPack -ManagementPackFile "${env:ProgramFiles(x86)}\System Center Management Packs\Microsoft System Center MP for WS 2016 and above\Microsoft.Windows.Server.2016.Discovery.mp"

使用管理元件檔案取得 System Center Operations Manager 管理元件。 針對一個以上的檔案,您可以使用逗號分隔專案。

參數

-BundleFile

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

-ComputerName

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

-Credential

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

-DisplayName

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

-Id

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

-ManagementPackFile

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

-Name

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

-Recurse

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

-SCSession

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