Description:
Microsoft Active Directory Service Interfaces newsgroup.
|
|
|
GUID Generation/Location
|
| |
Do computers that aren't on a domain have a GUID? How do I locate the GUID of my computer? Thanks!
|
|
AzMan and windows groups
|
| |
I have been using Authorization manager with ASP.net for several years. All instances have been on a windows 2003 server. I have recently started moving my web apps to a window 2008 server. I found that the COM interop need to be upgraded and that AccessCheck no longer works. I had to replace it with... more »
|
|
ADSI updates Wrong Account
|
| |
Hi, I'm facing very strange problem. I have a program which connects to SQL database and picks up employee records one by one and then the same record is searched in the AD (Windows 2003 Server) using LDAP fields like UserPrincipalName, ObjectCategory and ObjectClass. It then updates fields like first name, last name, reporting manager.... more »
|
|
Access AZMAN from SQL Server 2005
|
| |
Hi I am trying to access an AZMAN store that is located in ADAM from a sql query. I have written the query below but dont get any data. Is it possible to access AZMAN in the same way you would access AD? Thanks SELECT cn FROM OPENQUERY( ADSI, 'SELECT cn FROM ''LDAP://server:50000/CN=AzMan ADAMStore,OU=SecNetPartition,O =SecNet,C=US''... more »
|
|
Field size limits
|
| |
Hi all, Where can I find information on the maximum sizes of various Active Directory fields? For example I found out that the "initials" field only holds 6 characters. The "ExtensionAttributes" 1 through 13 hold 1024 characters and 14 and 15 each hold 2048 characters. These values were discovered by... more »
|
|
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 »
|
|
|