Change user properties for all users

  • Thread starter Thread starter Rich
  • Start date Start date
R

Rich

Using Citrix XPe and I need to set the session time out
properties for all users in my AD. Citrix will then
inherit user properties so I can change time out on a per
user basis. Users where originally created with never
time out, I would hate to think I need to access each user
individually.
 
With Windows Server 2003 you can select multiple accounts to change the same
property at once on all of them. But with Windows 2000 you, err, can't! An
ADSI script sounds like the best bet for you.
 
Or LDIFDE....


Simon Geary said:
With Windows Server 2003 you can select multiple accounts to change the same
property at once on all of them. But with Windows 2000 you, err, can't! An
ADSI script sounds like the best bet for you.
 
Back
Top