Forum Discussion
Ayyaz138
Jul 07, 2025Copper Contributor
To check admin rights access on windows 10 & later devices
We have windows 10 and later devices managed by Microsoft Intune. I want to get the list of users who are having admin rights access on their devices. Could anyone assist how can I get that. Than...
GriJ
Jul 11, 2025Brass Contributor
Good day,
you can use a PS Script for that and Proactive Remediations:
Create PS Script for Example:
$admins = Get-LocalGroupMember -Group "Administrators" | Select-Object Name, ObjectClass
$admins | ConvertTo-Json
Deploy the script:
Attention: Remediations require Licensing.
Also see:
https://learn.microsoft.com/en-us/intune/intune-service/fundamentals/remediations