userParameters attributes
Fri, 29 Apr 2005 23:15:03 +0200
I use Microsoft identity information server for probvisioning AD account.
I would like setting terminal server Path and another fields. fields are
controled by userParameters attributes
how can i control this attribute ?
how are coded this attribute ?
Thanks for answer !
FX Derveloy
Paris - France
...
|
Retrieve deleted users from Active Directory in c#
Fri, 29 Apr 2005 17:50:27 +0200
Hi.
I need to be able to do a search for objects deleted from Active
Directory in C#. According to various documentation (msdn among others)
there should be a property called "isDeleted", so a search could be
carried out by setting the ((isDeleted=TRUE)) filter. However this
throws an exception, and whe ...
|
Rename Administrator
Thu, 28 Apr 2005 16:20:53 -0300
I want to rename the Administrator logon name. I'm using
WMI. But my problem is: This code does not work in W2k, just in XP and 2003.
Do you know how can i do it in a W2k Enviroment ?
Look my code (Working Fine under 2003/XP enviroment):
void RenameUsr(string hostname, string admusr)
{
try
{
Co ...
|
officelocation property from asp.net
Wed, 27 Apr 2005 18:50:42 +1200
Hi,
I am attempting to retrive a list of users from Ad via asp.net and display
them on a page.
All is going well and I am returning all my desired fields apart from one
that is called "officeLocations"
The code I am using is below.
Can anybody please shed any light on how I retrieve this property.
get ...
|
ADSI WinNT Provider and XP
Tue, 26 Apr 2005 21:35:54 -0400
New to ADSI, I've been working on users and groups on my home machines and
have been having trouble enumerating users within a group - membership that
is. These are all local accounts (of course - at home) and I have therefor
focused on attempting this with the WinNT provider. It is relatively
trivial to enu ...
|
Native Mode question
22 Apr 2005 08:46:20 -0700
Hello,
I have been looking everywhere for some confirmation: Can the OLD
domain name be used to join a domain that has been elevated to native
mode?
We upgraded the PDC to migrate. We got to a point where all NT4 boxes
were out of the network and we could switch to native mode, which we
did.
Several w ...
|
Parches de microsoft
Thu, 21 Apr 2005 16:02:51 +0200
Me han mandado un parche por correo para mi windows pero no se si abrirlo, tengo miedo ^^ ...
|
|
|
Possible to know if given user has file permission
Tue, 19 Apr 2005 17:25:39 -0500
Newbie here. Is is possible for an application to query active directory to
tell whether a given user has read access to a given file? How?
...
|
Create and authenticate user in Active Directory
Tue, 19 Apr 2005 16:21:33 +0100
The following code is working fine, i can create the user in the Active
Directory and "enable" it.
My problem is that, when i'm trying to authenticate him, i can't get to
work!! The user and pass is correct, but it can't authenticate. If i try
other user created in the AD, it work just fine!!!
<--------- ...
|
Changes reflected on workstations after GP update
Tue, 19 Apr 2005 10:16:52 -0500
I have been attempting to apply two program exceptions to XP SP2 machines
using group policy updates. I have made all the changes through the
management console and have checked the syntax repeatedly for accuracy.
However, I never see any changes reflected on the target machines. My
quiestion is: If I m ...
|