Serial number of the device in ZDM ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2023-06-14 04:11 AM
Hello,
Is there a way to display the hostname or serial number of the device in ZDM ?
Best regards,
Topics:
- Topics:
-
Zoom Device Management (ZDM)
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2023-06-16 05:19 AM
OK, so for meeting room i found out myself :
- For DTEN, Neat board : it's already in ZDM
- for other windows devices : you have the IP address, so you can do a nslookup of the IP, and then with the hostname you do this powershell command :
Get-WmiObject -ComputerName XXXXXXXXXXXXX -Class Win32_BIOS |select SerialNumber
Now I am looking for the same info for iPads...