Skip to main content

plugin_proval_v_windows_10_version_metrics

Purpose

The purpose of this view is to serve the Windows - Windows 10 Version Metrics + Filters + Client Filters (reference table) dataview because the "SQLBody" used in the dataview was exceeding the limit of 2048 characters.

Unsupported for MySQL version < 5.7

Dependencies

Tables

plugin_proval_v_windows_10_version_metrics

ColumnTypeExplanation
ReleaseIDmediumtextThe Build Name/Number for Windows 10. Example: 1709, 21H1, 1803 - LTSC. It will show 'Windows 10' for the Summary Row.
Total Machines Unfiltereddecimal(23,0)The number of Windows 10 machines for the client for the concerned release ID. For the summary row, it's the total number of Windows 10 machines.
% Total Unfilteredvarchar(27)The number of machines on that Windows 10 release ID for the client / the total number of Windows 10 machines for the client. For the Summary row, it will be 100.
Count Machines Onlinedecimal(23,0)The number of machines on the respective Windows 10 release ID for the client with the following filter: The machine must have checked into CW Automate in the last 15 minutes. For the Summary row, it's the number of online Windows 10 machines for the client.
% Total Onlinedecimal(28,1)The number of machines on the respective Windows 10 release ID for the client with the above filter / the total number of Windows 10 machines for the client with the same release ID. For the Summary row, it's the percentage of online Windows 10 machines.
clientidint(11)Client ID
Machines W/ Patch Policydecimal(23,0)The number of machines on the respective Windows 10 release ID for the client with the following filter: The machine must have a patch policy with "Managed Mode" or "Managed Mode UI Disabled" as its patch install method.
% Total W/ Patch Policydecimal(28,1)The number of machines on the respective Windows 10 release ID for the client with the above filter / the total number of Windows 10 machines for the client with the same release ID. For the Summary row, it's the percentage of Windows 10 machines with a Managed Patch policy assigned.
Online Machines W/ Patch Policydecimal(23,0)The number of machines on the respective Windows 10 release ID for each client with the following filters: The machine must have a patch policy with "Managed Mode" or "Managed Mode UI Disabled" as its patch install method. The machine must have checked into CW Automate in the last 15 minutes.
% Total Online W/ Patch Policydecimal(28,1)The number of machines on the respective Windows 10 release ID for each client with the above filters / the total number of Windows 10 machines for the client with the same release ID. For the Summary row, it's the percentage of online Windows 10 machines with a Managed Mode or Managed Mode UI Disabled as its patch install method.
Client_Namevarchar(50)Name of the Client
Support End Datevarchar(10)Official Support End Date for the Release ID, NULL/Blank for the Client Summary row.
Count Supported Machinesvarchar(21)Number of Machines supported for the concerned release ID, depending on the Support End Date. For the Summary row, it's the total count of all the supported Windows 10 for that client.
Count Unsupported Machinesvarchar(25)Number of unsupported machines for the concerned release ID, depending on the Support End Date. For the Summary row, it's the total count of all the unsupported Windows 10 for that client.
% Supported Machinesvarchar(27)Either 100 or 0 for the release ID row depending upon whether the concerned release ID is supported till today or not. For the Summary row, it's the percentage of the supported Windows 10 out of all the available Windows 10 machines.
% Unsupported Machinesvarchar(31)Either 0 or 100 for the release ID row depending upon whether the concerned release ID is supported till today or not. For the Summary row, it's the percentage of the unsupported Windows 10 out of all the available Windows 10 machines.
Buildvarchar(60)Build Number for the concerned release ID. e.g., 10.0.19044, 10.0.19043. It will show 'Windows 10' for the Summary Row.