I am trying to get user information from a Novell eDirectory 8.7 server. I am able to get certain information, but am unable to obtain the users GUID, which...
... Most likely, you're just not referring to the "right" attribute - Novell and Microsoft AD differ a bit on certain things. You might want to download my...
File : EZADScriptomatic.exe Description : ADSI Scriptomatic tool from Microsoft a very cool tool to get some code done quickly. Scriptomatic contains a...
ADSIANDDirectoryServi...
Sep 1, 2003 1:37 pm
924
Thank you for the suggestion, but I am going to need a bit of guidance with your app. It is working fantastically with my AD Server (very nice). I'm not...
Hello, I'm building a Webservice.NET using access for ActiveDirectory, but don't obtain comunication... WebService need special access for Active Directory???...
... Not sure if WebServices would need "special access" - the only thing I can see is that a WebService will most likely execute in a specific security...
Like Marc said the WS might not need any "special access" in addition to Marc's test, I would also add some code to show you what security context the WS is...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the ADSIANDDirectoryServices group. File...
ADSIANDDirectoryServi...
Sep 4, 2003 7:16 am
930
Hi all, I have added a new section on the group's site (http://groups.yahoo.com/group/ADSIANDDirectoryServices ...
Hi all, I am doing a WMI query to the event log for a specific event. However, how can I quickly and easily test whether the query returns anything? Currently ...
I'm still relatively new to ADSI and this board has been a tremendous help. Thanks to all you guys, I wish I could contribute back some knowledge. I have one...
Just FYI, it is a security precausion that accounts are created disabled. Hunter is correct, you can use the IADsUser AccountDisabled feature to enable the...
As far as I know, using wmi.ExecQuery creates a ADODB recordset , so depending on how you create the recordset (ie: what kind of cursor it uses) you can just...
Thanks, worked like a champ!! I actually have one more question though:) Say if you have the two domain controllers described below sitting in one subnet....
Remember that the .NET Web Service will be running under the aspnet_wp.exe worker process or w3wp.exe if you are on Windows 2003. aspnet_wp.exe by default...
Brendan, That just errored. I have got round the problem by placing a marker in the For Statement that process the WMI query. If the counter remains at zero ...
I have explained the security token delegation etc quite a few times on quite a few groups (including this one) but I don't think I have made it 100% clear...
Hello I have run into a situation where I have 2 machines (A and B). A and B are the same (2000 server, .NET 1.1, part of AD, IIS 5.0) except for the...
Hi there, I am using teh follwoing code from Microsoft to create an Exchange 5.5 mailbox: http://msdn.microsoft.com/library/default.asp?url=/library/en- ...
Sounds like an exchange problem, not one with your code. Are the SMTP attributes correct for the users you create? If not, it could be the recipient policy...
Exchange problem, perhaps... 2 things... 1) Make sure the SMTP and X400 addresses are set correctly and are UNIQUE. 2) If you have the ADC installed you need...
The short version of that message is: If you are using the ADC, you must explicitly assign the permissions at the time of mailbox creation. ... From: Brendan...
We are a Permanent/Consulting organization with a retainer on a leading IT-consulting company. Below is the position being offered in New York, NY. If you are...
Hi, Is there any counter mechanism existing in AD ? Something like what we use in a relational database to give an automatic integer ID for each new record ? ...
To follow up with Ryan's comment, remember that objectGuid is an indexed attribute in Active Directory where employeeNumber or employeeID is not. So there is...
Here it is. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/netdir/ad/u sing_objectguid_to_bind_to_an_object.asp _____ From: Joseph E Shook...