May 24, 2008 at 1:13 am
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
May 24, 2008 at 1:53 am
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
May 24, 2008 at 9:14 am
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
May 24, 2008 at 2:57 pm
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
May 25, 2008 at 9:11 pm
Thank you all for the instant response. Awesome really.
Best regards,
Moinudheen 🙂
M&M
May 25, 2008 at 11:29 pm
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.
May 26, 2008 at 8:56 am
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