Showing tag results for user accounts

Jul 5, 2005
Post comments count0
Post likes count0

How Can I Determine When a User Last Changed His or Her Password?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! How can I determine when a user last changed his or her password?-- MG Hey, MG. A long time ago one of the Scripting Guys worked at a local university. In one of the departments there it was easy to determine when a user last changed his or her password: that’s because the administrative assistant kept a list of all the users...

Scripting Guy!VBScriptActive Directory
Jun 21, 2005
Post comments count0
Post likes count0

Hey, Scripting Guy! How Can I Retrieve the Value of an Active Directory Attribute that has a Hyphen in Its Name?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! We have a custom application that adds some attributes to the Active Directory schema. These attributes have hyphens in their names, and I can’t figure out how to retrieve the value of those attributes; any time I try to connect to one I get an error message. Any suggestions?-- TW Hey, TW. You know a lot of people don&rs...

Scripting Guy!VBScriptActive Directory
Jun 15, 2005
Post comments count0
Post likes count0

How Can I Determine Which Domain Controller Authenticated a User?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! In my logon script how can I determine the name of the domain controller that authenticated the user?-- CK Hey, CK. You know, one of the unwritten rules for being a Scripting Guy is that you should never do anything hard more than once a week. (Why is this an unwritten rule? Mainly because we were all too lazy to write it dow...

Scripting Guy!VBScriptActive Directory
May 12, 2005
Post comments count0
Post likes count0

How Can I Get a List of All the Disabled User Accounts in Active Directory?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! How can I get a list of all the disabled user accounts in Active Directory?-- RT Hey, RT. Now, just remember, you asked for this. We have a script that returns a list of disabled user accounts in Active Directory; the only problem is that part of the script is a little cryptic (to say the least), and we won’t be able to fully...

Scripting Guy!VBScriptActive Directory
May 10, 2005
Post comments count0
Post likes count0

How Can I Add an Email Address to the proxyAddresses Attribute?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! How can I add an email address to the proxyAddresses attribute without overwriting all the existing attributes?-- DH Hey, DH. For those of you who aren’t too familiar with the proxyAddresses attribute (and, alas, that includes the Scripting Guys) proxyAddresses is an attribute added to Active Directory by Microsoft Exchange; ...

Scripting Guy!VBScriptActive Directory