Finding logins in a group account

  • Is there any way to find the logins present in an account like the one below

    BUILTIN\Administrators

    Please provide any inputs on this. Thanks

    M&M

  • Hi there,

    - Run 'compmgmt.msc'.

    - Expand System Tools & then local users & groups.

    - Select the groups folder.

    - Check the properties of the Administrators group.

    Regards,

    Lian

  • And if it's a domain account, you'll need to use a tool like Active Directory Domain Users and Computers (usually abbreviated ADUC).

    K. Brian Kelley
    @kbriankelley

  • There is also an extended stored procedure that can be used but the resource usage is substantionally higher than a distributed SQL to AD.

    exec master.dbo.xp_logininfo 'BUILTIN\Administrators','members'

    SQL = Scarcely Qualifies as a Language

  • Thank you all for the instant response. Awesome really.

    Best regards,

    Moinudheen 🙂

    M&M

  • Carl Federl (5/24/2008)


    There is also an extended stored procedure that can be used but the resource usage is substantionally higher than a distributed SQL to AD.

    exec master.dbo.xp_logininfo 'BUILTIN\Administrators','members'

    Nice one Carl.

  • Cool one. Thanks Carl.

    Manu Jaidka

Viewing 7 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic. Login to reply