What timezone does a machine belong too?
We are using the Windows 7 Readiness report and I would like to add a column that shows what the systems timezone is for easier filtering. Does anyone know the Table that this falls under? Under Summary for a machine there is an Agent Timezone field, but can't seem to find the SQL table this belongs too.
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
nshah
10 years ago
It should be under the machine table.
SELECT M.TZ_AGENT FROM MACHINE
Comments:
-
Thanks so much! Worked perfectly. - svierneisel 10 years ago