RE: [ActiveDir] Scripts/client name/AD groups

2005-11-26 Thread joe
No, user group memberships is handled, well on the user object. You would need to write an app or script that looked up the client, found the user, then modified the users membership. However that wouldn't take affect again until the user logged off and logged on. -Original Message-

RE: [ActiveDir] Scripts

2005-06-20 Thread Rick Kingslan
:[EMAIL PROTECTED] On Behalf Of Nazim Akperov Sent: Sunday, June 19, 2005 10:03 PM To: ActiveDir@mail.activedir.org Subject: RE: [ActiveDir] Scripts Agree with net user administrator thepassword But 1. This should be computer startup script 2. Set Visibility to disable otherwise smart users will note

RE: [ActiveDir] Scripts

2005-06-20 Thread Haaker, Chris
I know of a piece of software that will; Hyena.   Chris Haaker ITS Infrastructure x7841     -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ellis, Debbie Sent: Sunday, June 19, 2005 5:22 PM To: ActiveDir@mail.activedir.org Subject: [ActiveDir] Scripts

RE: [ActiveDir] Scripts

2005-06-20 Thread Rick Kingslan
@mail.activedir.org Subject: RE: [ActiveDir] Scripts I know of a piece of software that will; Hyena.   Chris Haaker ITS Infrastructure x7841     -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ellis, Debbie Sent: Sunday, June 19, 2005 5:22 PM To: ActiveDir

RE: [ActiveDir] Scripts

2005-06-20 Thread Medeiros, Jose
:-) -- -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Haaker, Chris Sent: Monday, June 20, 2005 9:57 AM To: ActiveDir@mail.activedir.org Subject: RE: [ActiveDir] Scripts I know

RE: [ActiveDir] Scripts

2005-06-20 Thread Haaker, Chris
@mail.activedir.org Subject: RE: [ActiveDir] Scripts I know of a piece of software that will; Hyena.   Chris Haaker ITS Infrastructure x7841     -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ellis, Debbie Sent: Sunday, June 19, 2005 5:22 PM To: ActiveDir

RE: [ActiveDir] Scripts

2005-06-20 Thread Dan Holme
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Haaker, Chris Sent: Monday, June 20, 2005 11:57 AM To: ActiveDir@mail.activedir.org Subject: RE: [ActiveDir] Scripts I guess I should have (*) that I always use the GUI. I know there are a lot of WMI hooks in the software though. I just open

RE: [ActiveDir] Scripts

2005-06-19 Thread Brian Desmond
Put this in a .bat file: net user administrator thepassword Just keep in mind that a user could see this when it's executing or even browse through sysvol and retrieve the script, so that's a risk you take. There are various little utilities out there that will do some encryption of the password

Re: [ActiveDir] Scripts

2005-06-19 Thread Simon Geary
Here is a link for one such utility: http://www.danish-company.com/dcwcm/page/%7B4D40EC77-0788-48E7-9FB6-B81A51F70CD2%7D.html Brian Desmond wrote: Put this in a .bat file: net user administrator thepassword Just keep in mind that a user could see this when it's executing or even browse

RE: [ActiveDir] Scripts

2005-06-19 Thread Nazim Akperov
Agree with net user administrator thepassword But 1. This should be computer startup script 2. Set Visibility to disable otherwise smart users will note a new password in a black window appeared for a couple of seconds. Regards Nazim -Original Message- From: [EMAIL PROTECTED]

RE: [ActiveDir] Scripts

2005-06-19 Thread Eric Fleischman
. ~Eric -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nazim Akperov Sent: Sunday, June 19, 2005 8:03 PM To: ActiveDir@mail.activedir.org Subject: RE: [ActiveDir] Scripts Agree with net user administrator thepassword But 1. This should be computer startup

RE: [ActiveDir] Scripts

2004-06-05 Thread joe
You can also do this with command line tools without scripts. Anything that does LDAP queries such as LDIFDE, CSVDE, or my very own ADFind adfind -b dc=domain,dc=com -f objectcategory=group member This will create a dump like: [Fri 06/04/2004 23:29:21.58]F:\DEV\cpp\CPAUadfind -default -f

RE: [ActiveDir] Scripts

2004-06-04 Thread Darren Mar-Elia
Christine- Check out the Scripting Center. Its a great starting point: http://www.microsoft.com/technet/community/scriptcenter/default.mspx From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christine EastonSent: Friday, June 04, 2004 9:43 AMTo: '[EMAIL PROTECTED]'Subject:

RE: [ActiveDir] Scripts

2004-06-04 Thread Lou Vega
http://rallenhome.com/books/adcookbook/code.html - Robbie Allens code from his Active Directory Cookbook (lots of scripts) Not a script, but I think this will accomplish what youve asked: http://www.joeware.net/win32/index.html - Joes MemberOf utility. r/ Lou -Original

RE: [ActiveDir] Scripts

2004-06-04 Thread Christine Easton
Thanks! -Original Message-From: Darren Mar-Elia [mailto:[EMAIL PROTECTED]Sent: Friday, June 04, 2004 12:54 PMTo: [EMAIL PROTECTED]Subject: RE: [ActiveDir] Scripts Christine- Check out the Scripting Center. Its a great starting point: http://www.microsoft.com/technet