I am looking for a script that will prompt me for a user name in AD and then
allow me to change the Fax#. I have a script that will change all the fax
numbers in an OU to one number, but I need to be able to do this on
individual accounts.

TIA
Gavin...

Re: Change fax # in AD by Jerold

Jerold
Sat Jul 23 08:42:14 CDT 2005

On Fri, 22 Jul 2005 16:17:52 -0700, "Gavin Ross" <gavin.ross.nospam@stewart.com> wrote:

>I am looking for a script that will prompt me for a user name in AD and then
>allow me to change the Fax#. I have a script that will change all the fax
>numbers in an OU to one number, but I need to be able to do this on
>individual accounts.
>
>TIA
>Gavin...
>
Try ADMOD.EXE, tip 8233 in the 'Tips & Tricks' at http://www.jsifaq.com

admod -b "CN=Test1 Test1,CN=Users,DC=JSIINC,DC=COM" "facsimileTelephoneNumber::770-678-6497"