Get-ManagementPack
Get-ManagementPack
Syntax
Parameter Set: FromMonitoringObjectProviderPath Get-ManagementPack [[-Path] <String[]> ] [ <CommonParameters>] Parameter Set: FromId Get-ManagementPack [-Id] <Guid> [[-Path] <String[]> ] [ <CommonParameters>] Parameter Set: FromName Get-ManagementPack [[-Path] <String[]> ] [[-Name] <String> ] [ <CommonParameters>]
Detailed Description
Gets imported management packs
Parameters
-Id<Guid>
Specifies the GUID of the management pack to retrieve.
Aliases | none |
Required? | true |
Position? | 1 |
Default Value | none |
Accept Pipeline Input? | true (ByValue) |
Accept Wildcard Characters? | false |
-Name<String>
Specifies the name of the management pack.
Aliases | none |
Required? | false |
Position? | 3 |
Default Value | none |
Accept Pipeline Input? | true (ByValue) |
Accept Wildcard Characters? | false |
-Path<String[]>
Specifies the path or paths to management groups from which to retrieve management packs. To enter more than one path, separate them by using commas.
Aliases | none |
Required? | false |
Position? | 2 |
Default Value | none |
Accept Pipeline Input? | true (ByValue) |
Accept Wildcard Characters? | false |
<CommonParameters>
This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters
Notes
-
For more information, type "Get-Help Get-ManagementPack -detailed". For technical information, type "Get-Help Get-ManagementPack -full".
When specifying multiple values for a parameter, use commas to separate the values. For example, "<parameter-name> <value1>, <value2>".
Examples
-------------- EXAMPLE 1 --------------
This command retrieves the management pack named System.Library.
C:\PS>get-managementPack -name 'System.Library'
