Can user’s property value in Active Directory (AD) be customized by VBS

Asked By 0 points N/A Posted on -
qa-featured

Can user’s property value in Active Directory (AD) be customized by Visual Basic Scripting (VBS) logon script? How can the path for multiple users' directory be altered in Active Directory (AD) which is usable as Visual Basic Scripting (VBS) logon Script. Is there anyone who has any idea on how to do that?

SHARE
Answered By 20 points N/A #99584

Can user’s property value in Active Directory (AD) be customized by VBS

qa-featured

Hallo Dedrick,

I strongly think it is possible for you to customize the property value of a user in the active directory using the visual basic scripting login script. You can use visual basic scripting to modify the elements of the active directory, and these can be done to each object that is predefined in the attributes too.

But for some attributes, you will need to configure them, for it happens that some may be editable while others may be not. When configuring the elements you will need to put in mind that the user objects security identifier that you give for the logon script cannot be changed without causing catastrophic results.

Hope this helps.

__

Regards
Mahesh Babu

 

Related Questions