Microsoft System Center
Eine Sammlung von Microsoft-Systemverwaltungsprodukten mit Lösungen für die Verwaltung von Rechenzentrumsressourcen, privaten Clouds und Clientgeräten.
11 Fragen
Dieser Browser wird nicht mehr unterstützt.
Führen Sie ein Upgrade auf Microsoft Edge durch, um die neuesten Features, Sicherheitsupdates und den technischen Support zu nutzen.
How can I quickly list all devices in Entra ID without getting the recovery key as a detailed view?
Hello,
I can advise you to use Azure AD PowerShell. The following link shows how to list all the devices:
https://zcusa.951200.xyz/en-us/powershell/module/azuread/get-azureaddevice?view=azureadps-2.0
Use -All for this purpose. This command retrieves all devices and selects only the necessary details such as DisplayName, DeviceId, DeviceOSType, OSVersion, without getting the recovery key.
Best Regards,