|
|
| Author |
Message |
san Guest
|
Posted: Sat Feb 23, 2008 1:30 am Post subject: AD Information |
|
|
Is there anyway I can extract information from A/D which shows all the groups
and the users that are assigned to those groups. Also I need to extract
information from a file server to show what shares are in use and what
users\groups are assigned to those shares?
Thanks
San |
|
| Back to top |
|
 |
|
|
Jorge de Almeida Pinto [M Guest
|
Posted: Sat Feb 23, 2008 1:30 am Post subject: Re: AD Information |
|
|
for the first...
ADFIND -default -f "(objectCategory=group)" member
for the second you can use SUBINACL
--
Cheers,
(HOPEFULLY THIS INFORMATION HELPS YOU!)
# Jorge de Almeida Pinto # MVP Windows Server - Directory Services
BLOG (WEB-BASED)--> http://blogs.dirteam.com/blogs/jorge/default.aspx
BLOG (RSS-FEEDS)--> http://blogs.dirteam.com/blogs/jorge/rss.aspx
------------------------------------------------------------------------------------------
* How to ask a question --> http://support.microsoft.com/?id=555375
------------------------------------------------------------------------------------------
* This posting is provided "AS IS" with no warranties and confers no rights!
* Always test before implementing!
------------------------------------------------------------------------------------------
#################################################
#################################################
------------------------------------------------------------------------------------------
"san" <san@discussions.microsoft.com> wrote in message
news:74FED146-913D-427A-8CC2-788B810F93DB@microsoft.com...
| Quote: | Is there anyway I can extract information from A/D which shows all the
groups
and the users that are assigned to those groups. Also I need to extract
information from a file server to show what shares are in use and what
users\groups are assigned to those shares?
Thanks
San
|
|
|
| Back to top |
|
 |
Ralf Wigand [MVP] Guest
|
Posted: Sat Feb 23, 2008 1:30 am Post subject: Re: AD Information |
|
|
"san" <san@discussions.microsoft.com> schrieb im Newsbeitrag
news:74FED146-913D-427A-8CC2-788B810F93DB@microsoft.com...
| Quote: | Is there anyway I can extract information from A/D which shows all the
groups
and the users that are assigned to those groups. Also I need to extract
information from a file server to show what shares are in use and what
users\groups are assigned to those shares?
|
http://www.microsoft.com/technet/scriptcenter/scripts/default.mspx?mfr=true
The Script Repository is a good place to start. There are a lot of scripts
unter "Active Directory"..
ciao, ralf |
|
| Back to top |
|
 |
|