Explore tweets tagged as #Win32_SystemEnclosure
Hey @IntuneSuppTeam .How is "mobile only" or "desktop only" defined? This is very often included in the policy settings, and I can't find a precise definition. Is this related to the Win32_SystemEnclosure ChassisTypes?
1
0
0
@vxunderground There is a Win32_SystemEnclosure WMI class with a Description property, you could update this machine’s to read “Filled with mayonnaise.” .
0
0
2
@patrick_whalen Try: rename-computer -newname (get-wmiobject win32_systemenclosure).serialnumber.
0
0
0
@AppelgrenHenric You can just write a Powershell script to create the same variables, or just put conditions on steps to query wmi win32_systemenclosure which is also how the MDT does it.
0
0
0
@ip1 @skatterbrainzz Longer than I thought so 1/x in pseudocode:. places to look:.Win32_SystemEnclosure.SerialNumber (loop).Win32_BIOS.SerialNumber (loop). Grab rightmost 20 of first one and failover to second if first is empty. once you have it, trim out the JUNK.
1
0
1
@JStabentheiner Hi Julian! It depends on the setting as each setting is different rather than the Win32_SystemEnclosure ChassisTypes. For this specific setting, here are more details: Hope this helps! ^MR.
1
0
0