Forum Discussion
Simphiwe_Mkhize01
May 27, 2019Copper Contributor
Report AAD Users together with their Registered Device
Hi Guys Need assistance to get a report of Azure AD users together with their registered device name, I`m trying the following command but I`m not getting the correct results: Foreach User in “G...
Simphiwe_Mkhize01
May 28, 2019Copper Contributor
VasilMichev thanks for the script and I did try it but it doesn`t bring the results, please see attached screenshot.
VasilMichev
May 28, 2019MVP
Try using an account that has sufficient permissions to enumerate users in the directory as well as call the Get-AzureADUserRegisteredDevice cmdlet.
- Simphiwe_Mkhize01May 28, 2019Copper Contributor
VasilMichev will try that and give feedback.