local adm listar

Carlos Rogério 0 Reputation points
2024-06-25T20:21:59.33+00:00

Preciso listar o usuários com direito de adm local no davices com windows

Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,680 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Crystal-MSFT 45,821 Reputation points Microsoft Vendor
    2024-06-26T01:52:31.4666667+00:00

    @Carlos Rogério, Thanks for posting in Q&A. I notice your language is not English which I am not familiar. You can check in the following link to see if your language has Q&A support. If yes, you can submit thread there to get local language support.

    https://learn.microsoft.com/en-us/locale/?target=https%3A%2F%2Flearn.microsoft.com%2Fen-us%2Fanswers%2Fquestions%2F1741699%2Flocal-adm-listar

    For your question, based on my translating, it seems you want to get local admins on the device. If you want to collect the information of a bulk device via Intune, you can consider using Intune with Log Analytics to get the information.

    https://www.systanddeploy.com/2021/12/intune-reporting-with-log-analytics.html

    Note: non-Microsoft link, just for the reference.

    As a reminder, this needs additional Azure subscription.

    User's image

    Another method I can think is we can create a PowerShell Script with the following command to get the local admins on the device. Then write the information on a local file on the device,

    Get-LocalGroupMember -Group "Administrators"
    

    Hope the above information can help.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.