Get-LMDiagnosticRemediationModule
Syntax
Section titled “Syntax”__AllParameterSets
Section titled “__AllParameterSets”Get-LMDiagnosticRemediationModule [[-ResourceId] <int>] [[-AlertId] <string>] [[-ModuleType] <string>] [<CommonParameters>]Description
Section titled “Description”The Get-LMDiagnosticRemediationModule function lists diagnostic and remediation exchange modules assigned to a resource or alert.
Examples
Section titled “Examples”EXAMPLE 1
Section titled “EXAMPLE 1”Get-LMDiagnosticRemediationModule -AlertId "DS12345"EXAMPLE 2
Section titled “EXAMPLE 2”Get-LMDiagnosticRemediationModule -ResourceId 123 -ModuleType remediationParameters
Section titled “Parameters”-AlertId
Section titled “-AlertId”The alert ID to list assigned modules for.
Type: System.StringDefaultValue: ''SupportsWildcards: falseAliases: []ParameterSets:- Name: (All) Position: 1 IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: falseDontShow: falseAcceptedValues: []HelpMessage: ''-ModuleType
Section titled “-ModuleType”Filter by module type. Valid values: diagnostic, remediation.
Type: System.StringDefaultValue: ''SupportsWildcards: falseAliases: []ParameterSets:- Name: (All) Position: 2 IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: falseDontShow: falseAcceptedValues: []HelpMessage: ''-ResourceId
Section titled “-ResourceId”The resource (device) ID to list assigned modules for.
Type: System.Int32DefaultValue: 0SupportsWildcards: falseAliases: []ParameterSets:- Name: (All) Position: 0 IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: falseDontShow: falseAcceptedValues: []HelpMessage: ''CommonParameters
Section titled “CommonParameters”This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.