Skip to content

Latest commit

 

History

History

readme.md

Florian Salzmann Twitter Follow LinkedIn Website
Jannik Reinhard Twitter Follow LinkedIn Website

IntuneDeviceInventory UI (IDIUI)

You can find the UI for the Device Inventory Module here. This UI supports you to change/set the custom inventory for single devices but also for multiple devices at the same time but also to trigger device actions.

Tool View

Installing the UI

In the repo there is an installation wrapper that creates a start menu entry and unblocks the dlls. To install the UI for the following steps out:

  • Download the repository
  • Execute the setup script
Install-IntuneDeviceInventoryUI.ps1

Start the UI

  • If you have installed the IDIUI then search in the start menue "IntuneDeviceInventory"
  • if you not installed the IDIUI than make sure that the dlls are unblocked and execute the Start-IntuneDeviceInventoryUi.ps1

Authentication

You have multiple possibilities for the authentication:

  • User auth (Authentication with your current or other user)
  • Service Principle (insert manual) (Authentication with an service principle insert the appId, TenantId and secret manual)
  • Service Principle (auto creation and sace local) (Automatic creation of a new service principle and store the connection information secure on you device to remember for the next login)

Tool View

Features

Change custom inventory attribute for single device

You can add, change and delete custom attribute to a single device

Tool View

Change custom inventory attribute for multiple device

You can add, change and delete custom attribute to a multiple devices device

Tool View

Trigger deive action

You can trigger device actions like sync, restart, bitlocker rotation, defender scan and defender signature update

Tool View