My account: Login | Sign Up
Loading... 

Discussions in microsoft.public.adsi.general - www.microsoft.com/communities/newsgroups... | Site profile

Site profile page for http://www.microsoft.com/communities/newsgroups.... This report page has aggregated and summarized the online discussions from the Message Board located at http://www.microsoft.com/communities/newsgroups.... This site profile page outlines general site statistics such as: Users Activity, Site Activity, Site Rank, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional site profile information for http://www.microsoft.com/communities/newsgroups... is also shown in the following divisions:

1) Top 10 Active Forums during Last Week
2) Top 10 Site Forums
3) Latest Active Threads
4) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a site's popularity and/or exact posting volumes at any given reporting period.

Title: Discussions in microsoft.public.adsi.general - http://www.microsoft.com/communities/newsgroups/list/en-us/default.aspx?dg=microsoft.public.adsi.general Discussions in microsoft.public.adsi.general
Url: http://www.microsoft.com/communities/newsgroups...
Users activity: 2 posts per thread
site activity: 0 active threads during last week
Site rank: 110,265 (go to rank page)
Domain info for: microsoft.com
 

Posting activity table on Discussions in microsoft.public.adsi.general:

  Week Month 3 Months
Threads: 0 5 37
Post: 0 10 76
 

Authority Badge:

Discussions in microsoft.public.adsi.general | Forum Authority Badge

Discussions in microsoft.public.adsi.general posting activity graph:

Posts by:  day  week  month 
 

http://www.microsoft.com/communities/newsgroups/list/en-us/default.aspx?dg=microsoft.public.adsi.general Alexa graph:

Top authors on Discussions in microsoft.public.adsi.general during last week:

No active authors during last week.

 

Top 10 active forums on Discussions in microsoft.public.adsi.general during last week:

No active forums during last week.

 

Top 10 forums on Discussions in microsoft.public.adsi.general:

microsoft.public.adsi.general - 1,077 posts microsoft.public.adsi.general - forum profile

Latest active threads on Discussions in microsoft.public.adsi.general:

Discussions in microsoft.public.adsi.general
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 ...
Forum:  microsoft.public.adsi.general microsoft.public.adsi.general - forum profile
Thread:  Show this thread (2 posts) Thread info: Problems with ADSI on 2008 in microsoft.public.adsi.general Size: 2,260 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Problems with ADSI on 2008 in microsoft.public.adsi.general :: microsoft.public.adsi.general :: Discussions in microsoft.public.adsi.general"
Discussions in microsoft.public.adsi.general
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
Forum:  microsoft.public.adsi.general microsoft.public.adsi.general - forum profile
Thread:  Show this thread (3 posts) Thread info: Can S.DS.AccountManagement be used with other LDAP servers? in
microsoft.public.adsi.general Size: 590 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Can S.DS.AccountManagement be used with other LDAP servers? in microsoft.public.adsi.general :: microsoft.public.adsi.general :: Discussions in microsoft.public.adsi.general"
Discussions in microsoft.public.adsi.general
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...
Forum:  microsoft.public.adsi.general microsoft.public.adsi.general - forum profile
Thread:  Show this thread (2 posts) Thread info: Get Group SID in vbscript in microsoft.public.adsi.general Size: 1,170 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Get Group SID in vbscript in microsoft.public.adsi.general :: microsoft.public.adsi.general :: Discussions in microsoft.public.adsi.general"
Discussions in microsoft.public.adsi.general
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? ...
Forum:  microsoft.public.adsi.general microsoft.public.adsi.general - forum profile
Thread:  Show this thread (1 post) Thread info: delete mailbox in microsoft.public.adsi.general Size: 1,320 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "delete mailbox in microsoft.public.adsi.general :: microsoft.public.adsi.general :: Discussions in microsoft.public.adsi.general"
Discussions in microsoft.public.adsi.general
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...
Forum:  microsoft.public.adsi.general microsoft.public.adsi.general - forum profile
Thread:  Show this thread (2 posts) Thread info: System.DirectoryServices.Protocols against GC? in
microsoft.public.adsi.general Size: 1,977 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "System.DirectoryServices.Protocols against GC? in microsoft.public.adsi.general :: microsoft.public.adsi.general :: Discussions in microsoft.public.adsi.general"
Discussions in microsoft.public.adsi.general
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...
Forum:  microsoft.public.adsi.general microsoft.public.adsi.general - forum profile
Thread:  Show this thread (2 posts) Thread info: Get() method on attributes that don't exist? in
microsoft.public.adsi.general Size: 1,854 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Get() method on attributes that don't exist? in microsoft.public.adsi.general :: microsoft.public.adsi.general :: Discussions in microsoft.public.adsi.general"
Discussions in microsoft.public.adsi.general
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#?...
Forum:  microsoft.public.adsi.general microsoft.public.adsi.general - forum profile
Thread:  Show this thread (4 posts) Thread info: Retrieve all groups a selected user belongs to in
microsoft.public.adsi.general Size: 717 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Retrieve all groups a selected user belongs to in microsoft.public.adsi.general :: microsoft.public.adsi.general :: Discussions in microsoft.public.adsi.general"
Discussions in microsoft.public.adsi.general
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 = ""; ...
Forum:  microsoft.public.adsi.general microsoft.public.adsi.general - forum profile
Thread:  Show this thread (4 posts) Thread info: cross domain browsing in microsoft.public.adsi.general Size: 1,044 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "cross domain browsing in microsoft.public.adsi.general :: microsoft.public.adsi.general :: Discussions in microsoft.public.adsi.general"
Discussions in microsoft.public.adsi.general
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...
Forum:  microsoft.public.adsi.general microsoft.public.adsi.general - forum profile
Thread:  Show this thread (1 post) Thread info: activeDS.dll version in microsoft.public.adsi.general Size: 1,067 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "activeDS.dll version in microsoft.public.adsi.general :: microsoft.public.adsi.general :: Discussions in microsoft.public.adsi.general"
Discussions in microsoft.public.adsi.general
Started 1 month, 1 week ago (2008-10-09 11:35:00)  by unknown
Forum:  microsoft.public.adsi.general microsoft.public.adsi.general - forum profile
Thread:  Show this thread (2 posts) Thread info: Changing password with LDAP provider is slow in
microsoft.public.adsi.general Size: 316 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Changing password with LDAP provider is slow in microsoft.public.adsi.general :: microsoft.public.adsi.general :: Discussions in microsoft.public.adsi.general"
 

Hot threads for last week on Discussions in microsoft.public.adsi.general:

No active threads for last week.