01-31-2013 05:49 AM - edited 03-18-2019 12:31 AM
Hi all,
is there a possibility to export all device profiles including the MAC address which you can reach through the dependency records? The scope is to get the MAC address which is related to the device profile at the moment.
I didnt find anything therefore the question.
Many thanks in advance.
cu, cristina
Solved! Go to Solution.
01-31-2013 06:20 AM
Hi Cristina
You can run this from the server CLI - log the SSH session to text, then you can import to Excel!
run sql select e.userid,d.name,dp.name from extensionmobilitydynamic emd join device d on d.pkid = emd.fkdevice join device dp on dp.pkid = emd.fkdevice_currentloginprofile join enduser e on e.pkid = emd.fkenduser
Regards
Aaron
01-31-2013 06:20 AM
Hi Cristina
You can run this from the server CLI - log the SSH session to text, then you can import to Excel!
run sql select e.userid,d.name,dp.name from extensionmobilitydynamic emd join device d on d.pkid = emd.fkdevice join device dp on dp.pkid = emd.fkdevice_currentloginprofile join enduser e on e.pkid = emd.fkenduser
Regards
Aaron
02-06-2013 08:11 AM
thanks Aaron ;-)
02-06-2013 12:55 PM
You're welcome!
07-16-2019 02:45 PM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide