RE: User Account "Full Name"....
- From: briandel@xxxxxxxxxxxxxxxxxxxx (Brian Delaney [MSFT])
- Date: Thu, 17 Aug 2006 13:53:36 GMT
Hi,
I believe you are looking for the attribute displayName
Hope this helps,
Brian Delaney
Microsoft Canada
--
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
From: "Zeno" <momo2804@xxxxxxxxx>
Newsgroups: microsoft.public.windows.server.active_directory
Subject: User Account "Full Name"....
Date: 17 Aug 2006 03:18:30 -0700
Organization: http://groups.google.com
Can anyone tell me the parameter name for the "FullName" field when
creating AD Users via script...
I have a script as such
Set objOU = GetObject("LDAP://OU=HKG,dc=cn,dc=com")
Set objUser = objOU.Create("User", "cn=SmithJoe")
objUser.Put "sAMAccountName", "John Smith"
'objUser.Put "FullName", "JSmith"
objUser.SetInfo
I want to be able to create the account where I can change the value of
the FullName but I cann't find the parameter value..........
This is because our co. has a certain policy and we need to use a
different format for the FullName...... I will be bulk creating users
via a script so I have the FullName value populated with a specific
value.....
Any help would be appreciated...............
.
- References:
- User Account "Full Name"....
- From: Zeno
- User Account "Full Name"....
- Prev by Date: Re: ADAMsync error
- Next by Date: Re: Setting up users, roaming profile and mandatory profiles
- Previous by thread: User Account "Full Name"....
- Next by thread: Re: User Account "Full Name"....
- Index(es):
Relevant Pages
|