Description:
Microsoft Active Directory Service Interfaces newsgroup.
|
|
|
Return all users who are present in a group - followup
|
| |
All, The code below returns the following error : "There is no such object on the server." string LDAPAddress = "LDAP://mydomain/CN=grouptosea rchfor members,dc=mydomain,DC=co,DC=u k"; DirectoryEntry mygroup = new DirectoryEntry(LDAPAddress); string groupMembers = ""; foreach (object dn in mygroup.Properties["member"]) <---------here... more »
|
|
Service Principal Name not registered on older OS if NetworkServic
|
| |
I'm attempting to add a service principal name using DsServerRegisterSpn when my service starts. If my service's log on is LocalSystem then the SPN is registered correctly. If the service's log on is NetworkServices then this fails. This only occurs on older OS's like XP (32 or 64bit) and Windows... more »
|
|
DFS FRS service issues
|
| |
we are having FRS service issue on Windows 2003 R2 SP2 server. Service is crashing in every 5 mins and starting automatically after crash. Would you be able to suggest root-cause of issue? Below are some entries from the Event Viewer ****************************** *************** The File Replication Service is having trouble enabling replication from... more »
|
|
Programmatically invoking the select domain\user dialog on Windows 7
|
| |
Hello, There are undocumented functions in netui2.dll to invoke the select domain\user dialog which we use throughout our application: OpenUserBrowser(), EnumUserBrowserSelection(), and CloseUserBrowser(). On Vista the netui2.dll, netui1.dll, and netui0.dll files don't exist so we ended up copying them to the System32 folder which solved our problem.... more »
|
|
General access denied error using VB client
|
| |
Hi all, I try to determine the cause of the error "General access denied" in the following scenario: - The user is using a Visual Basic program that is using ADSI - The VB program reads the AD, like the code example below, and it lists all domain users - The VB program runs using the credentials of the user currently... more »
|
|
Problem with GetObject in ASP
|
| |
Hello! I'd like to modify several values in the AD for specific useraccounts within a single asp page which works with several html post based forms. We are running Windows Server 2003. AD is enumerated and returning the adspath for the user object I am searching for based on the sAMAccountname which I query with a html form.... more »
|
|
Will AD LDS be supported in Windows 7?
|
| |
We currently use ADAM as a configuration and user mgmt repository. It is usually shipped and deployed with our Application Server, which is .Net based (C#) and runs on IIS. Our Application Server is usually deployed on a server class operating system, such as Windows 2003. and with our next minor release version,... more »
|
|
GetObject error for a newbie
|
| |
I am just starting to work with windows scripting and ADSI, and trying some of the examples found in the TechNet doucumentation. Here is my script: Set objUser = GetObject("LDAP://cn=david,dc= ectax,dc=escambia") ectax.escambia the domain and david being a user account in the AD. and error: getdomainuser.vbs(1, 1) (null): There is no such object on the server.... more »
|
|
|