Skip to content

Find-LMDashboardWidget

Terminal window
Find-LMDashboardWidget [-DatasourceNames] <string[]> [[-GroupPathSearchString] <string>]
[<CommonParameters>]

Find list of dashboard widgets containing mention of specified datasources

Terminal window
Find-LMDashboardWidget -DatasourceNames @("SNMP_NETWORK_INTERFACES","VMWARE_VCETNER_VM_PERFORMANCE")

Array of datasource names to search for in dashboard widgets. Can also use the alias DatasourceName.

Type: System.String[]
DefaultValue: ''
SupportsWildcards: false
Aliases:
- DatasourceName
ParameterSets:
- Name: (All)
Position: 0
IsRequired: true
ValueFromPipeline: true
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

Wildcard search string to filter dashboards by group path. Defaults to ”*” (all dashboards).

Type: System.String
DefaultValue: '*'
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: 1
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

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.