RE: Changing Account Settings en Masse

2009-03-10 Thread Eisenberg, Wayne
mailto:kz2...@googlemail.com] Sent: Tuesday, March 10, 2009 4:20 AM To: NT System Admin Issues Subject: Re: Changing Account Settings en Masse That would be assuming all of your user accounts were in one OU - could be a bit tricky when you have hundreds of OUs and thousands of users 2009/3/9 Len Hammond

Re: Changing Account Settings en Masse

2009-03-10 Thread James Rankin
>> >> >> >> >> *From:* KenM [mailto:kenmli...@gmail.com] >> *Sent:* Thursday, March 05, 2009 8:34 AM >> *To:* NT System Admin Issues >> *Subject:* Re: Changing Account Settings en Masse >> >> >> >> John >> >> >

Re: Changing Account Settings en Masse

2009-03-09 Thread Len Hammond
ly to > GUIs. > > > > > > > > > > *From:* KenM [mailto:kenmli...@gmail.com] > *Sent:* Thursday, March 05, 2009 8:34 AM > *To:* NT System Admin Issues > *Subject:* Re: Changing Account Settings en Masse > > > > John > > > > It sounds like

RE: Changing Account Settings en Masse

2009-03-05 Thread John Hornbuckle
min Issues Subject: Re: Changing Account Settings en Masse John It sounds like you do not like the command line. There are a few other options for this. I am assuming you are running 2003. Using DSA you can highlight multiple users in a OU and make this change. You could also create a search

Re: Changing Account Settings en Masse

2009-03-05 Thread KenM
Wednesday, March 04, 2009 8:15 PM > *To:* NT System Admin Issues > *Subject:* RE: Changing Account Settings en Masse > > > > Try "dsquery" and pipe it into "dsmod" in the command line. > > i.e. > > dsquery user "OU=Employees, DC=Domain, DC=Com&qu

RE: Changing Account Settings en Masse

2009-03-05 Thread John Hornbuckle
Thanks! From: !Amado Abenojar [mailto:abe9...@hotmail.com] Sent: Wednesday, March 04, 2009 8:15 PM To: NT System Admin Issues Subject: RE: Changing Account Settings en Masse Try "dsquery" and pipe it into "dsmod" in the command line. i.e. dsquery user "OU=Emp

RE: Changing Account Settings en Masse

2009-03-04 Thread !Amado Abenojar
pipes the list to dsmod which configures each object with "User must change password at next logon" regards Amado Abenojar MCSE,MCSA == From: john.hornbuc...@taylor.k12.fl.us To: ntsysadmin@lyris.sunbelt-software.com Date: Tue, 3 Mar 2009 18:43:11 -0500 Sub

RE: Changing Account Settings en Masse

2009-03-04 Thread Cameron Cooper
You can do that in GPO under the Computer security settings for the domain. ---___ Cameron Cooper IT Director - CompTIA A+ Certified Aurico Reports, Inc Phone: 847-890-4021Fax: 847-255-1896 ccoo...@aurico.com ~ Finally, powerful endpoint security that I

RE: Changing Account Settings en Masse

2009-03-04 Thread Simon Butler
your certificate? http://DomainsForExchange.net/ From: John Hornbuckle [mailto:john.hornbuc...@taylor.k12.fl.us] Sent: 04 March 2009 13:46 To: NT System Admin Issues Subject: RE: Changing Account Settings en Masse Hello... We may have a new winner! I <3 GUIs... From: Carl House

RE: Changing Account Settings en Masse

2009-03-04 Thread John Hornbuckle
Hello... We may have a new winner! I <3 GUIs... From: Carl Houseman [mailto:c.house...@gmail.com] Sent: Tuesday, March 03, 2009 6:51 PM To: NT System Admin Issues Subject: RE: Changing Account Settings en Masse ADModify.Net Carl From: John Hornbuckle [mailto:john.hornbuc...@taylor.k12.fl

Re: Changing Account Settings en Masse

2009-03-04 Thread James Rankin
OU—how might I do that? > > > > I’d sure hate to screw up every account in one fell swoop… > > > > > > > > *From:* James Rankin [mailto:kz2...@googlemail.com] > *Sent:* Wednesday, March 04, 2009 7:50 AM > *To:* NT System Admin Issues > *Subject:* Re: Changin

RE: Changing Account Settings en Masse

2009-03-04 Thread John Hornbuckle
bject: Re: Changing Account Settings en Masse Try for /f %%a in ('global "Domain Users" domainname^|find /v "$"') do net user %%a /domain /passwordchg:yes You will need a copy of global.exe from the old ResKit for this There are probably much better ways to do

Re: Changing Account Settings en Masse

2009-03-04 Thread James Rankin
) > > > > > > > > *From:* James Rankin [mailto:kz2...@googlemail.com] > *Sent:* Wednesday, March 04, 2009 7:51 AM > *To:* NT System Admin Issues > *Subject:* Re: Changing Account Settings en Masse > > > > They should be %a rather than %%a (doh) >

RE: Changing Account Settings en Masse

2009-03-04 Thread Michael B. Smith
The VERY idea! :-P Use whatever works best for ya. That's what I do. J From: John Hornbuckle [mailto:john.hornbuc...@taylor.k12.fl.us] Sent: Wednesday, March 04, 2009 8:26 AM To: NT System Admin Issues Subject: RE: Changing Account Settings en Masse I don't know-that lo

RE: Changing Account Settings en Masse

2009-03-04 Thread John Hornbuckle
I don't know-that looks pretty simple. Easier than Michael's method, I think! (Er... No offense, Michael.) From: James Rankin [mailto:kz2...@googlemail.com] Sent: Wednesday, March 04, 2009 7:51 AM To: NT System Admin Issues Subject: Re: Changing Account Settings en Masse They sh

Re: Changing Account Settings en Masse

2009-03-04 Thread Anders Blomgren
. When you use the WinNT provider, both get changed (bitflag and > ACL). It’s “magic under the hood”. > > > > *From:* Anders Blomgren [mailto:chanks...@gmail.com] > *Sent:* Wednesday, March 04, 2009 7:44 AM > *To:* NT System Admin Issues > *Subject:* Re: Changing Acc

RE: Changing Account Settings en Masse

2009-03-04 Thread Michael B. Smith
NT System Admin Issues Subject: Re: Changing Account Settings en Masse Michael, For some reason your PoS script was cut in half but doesnt ADUC both set this flag and a deny ace on the user object? I assume you're handling this in the part that didn't make it through, otherwise a si

Re: Changing Account Settings en Masse

2009-03-04 Thread James Rankin
They should be %a rather than %%a (doh) 2009/3/4 James Rankin > Try *for /f %%a in ('global "Domain Users" domainname^|find /v "$"') do > net user %%a /domain /passwordchg:yes > * > You will need a copy of global.exe from the old ResKit for this > > There are probably much better ways to do it t

Re: Changing Account Settings en Masse

2009-03-04 Thread James Rankin
Try *for /f %%a in ('global "Domain Users" domainname^|find /v "$"') do net user %%a /domain /passwordchg:yes * You will need a copy of global.exe from the old ResKit for this There are probably much better ways to do it tho :-) 2009/3/3 John Hornbuckle > We’ve previously not allowed users to

Re: Changing Account Settings en Masse

2009-03-04 Thread Anders Blomgren
("`t" + $user.name + " > updated to $value") > > } > > > > } > > > > > > *From:* John Hornbuckle [mailto:john.hornbuc...@taylor.k12.fl.us] >

RE: Changing Account Settings en Masse

2009-03-03 Thread Michael B. Smith
("`t" + $user.name + " updated to $value") } } From: John Hornbuckle [mailto:john.hornbuc...@taylor.k12.fl.us] Sent: Tuesday, March 03

RE: Changing Account Settings en Masse

2009-03-03 Thread Carl Houseman
ADModify.Net Carl From: John Hornbuckle [mailto:john.hornbuc...@taylor.k12.fl.us] Sent: Tuesday, March 03, 2009 6:43 PM To: NT System Admin Issues Subject: Changing Account Settings en Masse We've previously not allowed users to change their own passwords; we've handled tha

Changing Account Settings en Masse

2009-03-03 Thread John Hornbuckle
We've previously not allowed users to change their own passwords; we've handled that for them, and in Active Directory have their accounts configured to prevent them from doing it. We're implementing some new policies now, and in the near future users will need to be able to change their own pa