A family of System Center products that provide infrastructure monitoring, help ensure the predictable performance and availability of vital applications, and offer comprehensive monitoring for datacenters and cloud, both private and public.
Hi,
Below is an example of a SQL query that mines a specified attribute from an OperationsManager database, then we can join the tables with the master key BaseManagedEntityId and output them to a CSV file.
select * from INFORMATION_SCHEMA.TABLES
where TABLE_NAME like '%Maintenance%'
select * from INFORMATION_SCHEMA.COLUMNS
Where COLUMN_NAME like '%Maintenance%'
select DisplayName,PrincipalName,* from MTV_Microsoft$Windows$OperatingSystem
select IsVirtualMachine,* from MT_Computer
select * from MT_Microsoft$Unix$Computer
select * from MaintenanceMode