Find-LMDashboardWidget
Syntax
Section titled “Syntax”__AllParameterSets
Section titled “__AllParameterSets”Find-LMDashboardWidget [-DatasourceNames] <string[]> [[-GroupPathSearchString] <string>] [<CommonParameters>]Description
Section titled “Description”Find list of dashboard widgets containing mention of specified datasources
Examples
Section titled “Examples”EXAMPLE 1
Section titled “EXAMPLE 1”Find-LMDashboardWidget -DatasourceNames @("SNMP_NETWORK_INTERFACES","VMWARE_VCETNER_VM_PERFORMANCE")Parameters
Section titled “Parameters”-DatasourceNames
Section titled “-DatasourceNames”Array of datasource names to search for in dashboard widgets. Can also use the alias DatasourceName.
Type: System.String[]DefaultValue: ''SupportsWildcards: falseAliases:- DatasourceNameParameterSets:- Name: (All) Position: 0 IsRequired: true ValueFromPipeline: true ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: falseDontShow: falseAcceptedValues: []HelpMessage: ''-GroupPathSearchString
Section titled “-GroupPathSearchString”Wildcard search string to filter dashboards by group path. Defaults to ”*” (all dashboards).
Type: System.StringDefaultValue: '*'SupportsWildcards: falseAliases: []ParameterSets:- Name: (All) Position: 1 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.