ad schema attributes

D

dani

Hi,

Where can I find the AD schema attributes for terminal
services.

I need to know the labels for Terminal Services User
Profile attribute.I checked with adsiedit but couldn't
find it.

Any ideas? Thanks, Dani
 
M

Matjaz Ladava [MVP]

Teerminal services User settings are stored in user-Parameters attribute
with some other (non TS) settings.

--
Regards

Matjaz Ladava, MCSE (NT4 & 2000), Windows MVP
(e-mail address removed)
http://ladava.com
 
D

dani

I couldn't find it there?

What I did:
ADSI edit => domain nc => cn=users => choose a user =>
properties => check the properties

The only property I found is 'terminalserver' which is
empty although the user has 'TS profile path' etc
configured...

Did I check the wrong location?

Dani
 
J

Joe Richards [MVP]

The TS Attributes are not broken out into separate attributes in AD. They are all packed into a single octetstring
attribute called userparameters. It is definitely not advisable to try and manipulate it with LDAP calls.
 
Joined
Aug 2, 2007
Messages
1
Reaction score
0
Terminal Server Roming Profiles - Big Qestion!

So I know now that these setting as in binary format under userParamets somewhat visible in adsiedit.

I know where to change them in the ad-users&computers object ONE by ONE.

BUT

what if I needed to change some handred of users from say...
c:\profiels\%username%

to....
\\mydomain.domain.org\TSProfiles\

that is on a DFS?

I thoguth mabe VBasic? but how to access this parameter and how to write to it?

any idea?

Thanks.
J.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top