Started 2 weeks, 5 days ago (2008-10-31 03:45:00)
by Jan Nielsen
I'm currently planning to upgrade our AD to 2008. I have some scripts running on the current
PDC emulator, and I'd like it to continue to run there after the upgrade. I'm having some problems with ADSI though. The user executing the scripts is Account Operator, and as such should have access to modify most objects within the ...

Started 3 weeks, 4 days ago (2008-10-24 14:49:00)
by Rich Armstrong
When creating a S.DS.AM.PrincipalContext for an AD LDS (ADAM) server, must the server be an AD LDS server? How nicely (if at all) does S.DS.AM play with 3rd-party
LDAP servers, e.g., ApacheDS or Sun's Directory Server? -- Rich Armstrong

Started 3 weeks, 4 days ago (2008-10-24 09:32:00)
by ceveno
I would like to get all the SID of the groups from a server with is included in a domain. For the moment, if it's a group I created, I get the SID with this code : Dim sec, sd, dacl, ace Set sec = CreateObject("ADsSecurity") Set sd = sec.GetSecurityDescriptor("FILE://" & "d:\public") Set dacl = sd.DiscretionaryAcl For...

Started 4 weeks ago (2008-10-22 06:37:00)
by Steveboh
I need to delete AD accounts and mailboxes using directoryservices & c#. After I delete the account the Exchange System should delete the mailbox because the retention interval will be set to 0. The exchange administrator tells me I need to set a delete flag. I cannot find this flag. Is there a flag or is the retention interval enough? ...

Started 4 weeks ago (2008-10-21 09:25:00)
by asnowfall@gmail.com
How can use LdapDirectoryIdentifier or System.DirectoryServices.
Protocols to work against GC? This is what I am trying to solve...I have a parent and a child domain, and I am connecting to the parent domain and trying to fetch the attributes of a user, located in child domain. Search does not return any values. Details...

Started 1 month ago (2008-10-17 06:23:00)
by Gerry Hickman
Hi, In ADSI there's a difference between an attribute that exists (but is empty), and one that is not present on the object. I was trying to create a reliable script function that will test if an attribute exists, and noticed some unexpected results. In the ADSI docs for the Get() method http:
//msdn.microsoft...

Started 1 month ago (2008-10-16 10:51:00)
by MCPSSPA
Hey all, I'm trying to add functionality to an AD query class to return a list of all groups a selected user belongs to. My code only returns the first group in the list. I'm using a directory searcher to perform the query and iterating the
search results collection. Can anyone point me to a good example in .NET, preferably C#?...

Started 1 month ago (2008-10-15 12:14:00)
by Anonymous
The C# code below throws System.Runtime.InteropServices.COMException (0x80070005) when accessing an IIS-server on a different domain/computer where the current user doesn't have any permissions (de.Chilren isn't allowed). How can I "log in" programmatically with a different user? string s = ""; ...

Started 1 month ago (2008-10-14 07:49:00)
by Ronald Hermans
Hello, I wrote a program to add en
mutate users in the active directory. Everything is working fine on my development machine, even connected to the actual server. But, when I put the application on de server there is a different version on de surver over de ActiveDS.dll and my service is trying to load the version that is saw on...

Started 1 month, 1 week ago (2008-10-09 11:35:00)
by unknown