0 Votes

Windows Autopilot Manual Registration CSV Data
Log In or Register to download the BES file, and more.


Relevance

 
  * Results in a "string"/number
Show indented relevance
(item 0 of it & ", ," & item 1 of it) of (unique value of string values of selects "SerialNumber from Win32_BIOS" of wmis, unique value of string values of selects "DeviceHardwareData from MDM_DevDetail_Ext01 where InstanceID='Ext' AND ParentID='./DevDetail'" of wmis "root/cimv2/mdm/dmmap")

Property Details

ID3023065
Status
TitleWindows Autopilot Manual Registration CSV Data
Descriptionhttps://docs.microsoft.com/en-us/mem/autopilot/add-devices
Added by
Last Modified by on 1/20/2021 9:16:13 AM
Counters 2 Downloads
User Rating 1 star 2 star 3 star 4 star 5 star * Average over 0 ratings. ** Log In or Register to add your rating.

Sharing

Relevance Image Sharing:

<a href='https://bigfix.me/cdb/relevance/3023065'><img src='https://bigfix.me/cdb/relevanceimage/3023065?width=400' border='0'></a>
Social Media:
Share this page on Yammer

Comments

Log In or Register to leave comments!
brolly33 -
in analysis the string is too long unless you break it into parts. Try this (item 0 of it & ",," & item 1 of it) of ( unique value of string values of selects "SerialNumber from Win32_BIOS" of wmis, (firsts 1024 of following texts of positions whose (it mod 1024 = 0) of it) of unique value of string values of selects "DeviceHardwareData from MDM_DevDetail_Ext01 where InstanceID='Ext' AND ParentID='./DevDetail'" of wmis "root/cimv2/mdm/dmmap")
jgallas -
This works well in the Fixlet Debugger but not in an analysis property (I get an error). How would you gather this info from endpoints so that it can be put into AutoPilot?
jgstew -
Reference: https://petri.com/how-to-manually-onboard-devices-to-windows-autopilot-part-1