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>]
説明
Get-SCManagementPack コマンドレットは、System Center Operations Manager 管理パックを取得します。 このコマンドは、 を使用して Get-SCOMManagementPack
実行することもできます。
既定では、このコマンドレットは管理グループへのアクティブな永続的な接続を使用します。 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: その ID を使用して System Center Operations Manager 管理パックを取得する
PS C:\>Get-SCManagementPack -Id 25bdd09a-bda3-d94b-b8c1-d450834b5bad
ID を使用して System Center Operations Manager 管理パックを取得します。 複数の ID の場合は、項目をコンマで区切ることができます。
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
Type: String [ ]
Position: 1
Default value: None
Required: True
Accept pipeline input: False
Accept wildcard characters: False
-ComputerName
Type: String [ ]
Position: Named
Default value: None
Required: False
Accept pipeline input: False
Accept wildcard characters: False
-Credential
Type: PSCredential
Position: Named
Default value: None
Required: False
Accept pipeline input: False
Accept wildcard characters: False
-DisplayName
Type: String [ ]
Position: 1
Default value: None
Required: True
Accept pipeline input: False
Accept wildcard characters: False
-Id
Type: Guid [ ]
Position: 1
Default value: None
Required: True
Accept pipeline input: True
Accept wildcard characters: False
-ManagementPackFile
Type: String [ ]
Position: 1
Default value: None
Required: True
Accept pipeline input: False
Accept wildcard characters: False
-Name
Type: String [ ]
Position: 1
Default value: None
Required: True
Accept pipeline input: True
Accept wildcard characters: False
-Recurse
Type: SwitchParameter
Position: 2
Default value: None
Required: False
Accept pipeline input: False
Accept wildcard characters: False
-SCSession
Type: Connection [ ]
Position: Named
Default value: None
Required: False
Accept pipeline input: False
Accept wildcard characters: False