From 784a5c36798724193581bdf91008d38a5f753bad Mon Sep 17 00:00:00 2001 From: Gavsto Date: Fri, 22 Oct 2021 23:29:41 +0100 Subject: [PATCH] NEW FEATURE: Azure AD Device List + Version Number Add NEW FEATURE: Azure AD Device List + Version Number Add --- DeviceList.html | 90 +++++++++++++++++++++++++ index.html | 1 + js/datatables/datatablesDevices.js | 105 +++++++++++++++++++++++++++++ version_latest.txt | 2 +- 4 files changed, 197 insertions(+), 1 deletion(-) create mode 100644 DeviceList.html create mode 100644 js/datatables/datatablesDevices.js diff --git a/DeviceList.html b/DeviceList.html new file mode 100644 index 000000000000..5d11018fa4ed --- /dev/null +++ b/DeviceList.html @@ -0,0 +1,90 @@ +
+ + +
+
+ + + +

+
+
Azure AD Device List
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Display NameEnabledCompliantManufacturerModelOperating SystemOperating System VersionCreatedApprox Last SignInOwnershipEnrollment TypeManagement TypeOn-Premises Sync EnabledTrust Type
Display NameEnabledCompliantManufacturerModelOperating SystemOperating System VersionCreatedApprox Last SignInOwnershipEnrollment TypeManagement TypeOn-Premises Sync EnabledTrust Type
+
+
+
+
+ + + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index 904dd67f4e7c..78aba5f5ee8a 100644 --- a/index.html +++ b/index.html @@ -163,6 +163,7 @@