[ActiveDir] Get Exchange Servers from other Domain/Active Directory and/or from LocalLogin

2002-06-18 Thread Frank Stiller
Hy, i have an Outlook Addin written in VB6, from where i connect to the Active Directory, of the currently logged in Domain. (Windows NT User is logged into the same Domain where the Outlook Exchange Server is located. All Works fine). I want now...: Outlook allows me to be logged on as Win NT

[ActiveDir] Netforce 1500 & ADS

2002-06-18 Thread nork
Does anyone have experience working with Procom's Netforce 1500 and ADS in regards to share configuration? We are currently looking at moving all our Shared Folders, which reside on a couple different servers to the Netforce Storage Unit. I'm just wondering what the best way would be to go abo

RE: [ActiveDir] OT:Web Browser interface for E2K IM

2002-06-18 Thread Stephens, Brendan
If you want to put in some Dev time you can build your own component: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnadvnet/ht ml/vbnet08282001.asp >>This application could be converted to an ActiveX control. For the Jabber option, you would have to install the Jabber server

RE: [ActiveDir] authenticating dc

2002-06-18 Thread Taylor, Eric
Title: Message I am testing site failover and would like to know which Site and/or domain controller (not cached) is accepting an authentication request from my workstation.  If all the current domain controllers were unavailable or shutdown except for one site and its domain controller, I w

RE: [ActiveDir] authenticating dc

2002-06-18 Thread Rick Kingslan
Title: Message Eric,   It might be easier to answer this one if you help narrow down the scope.  Why are the current methods not acceptable?  Are you looking for a scripted or a programmed solution?   A bit of detail and we'll gladly offer an opinion, at the very least!  :-)   Rick Kingslan

RE: [ActiveDir] Hotfixes and IIS

2002-06-18 Thread Rick Kingslan
Title: Message Joshua,   Yep - but, to be honest, I have not isolated the root cause of this.  It's not consistent.  What I mean by this is that it does not seem to be hardware, nor the configuration.  We're a bit stumpedc as to WHAT causes it, but it seems to be related to a recent sec roll

[ActiveDir] authenticating dc

2002-06-18 Thread Taylor, Eric
Title: Changing registry perms via vb I have a quick question on determining which domain controller my Win2k Pro system is authenticated to.   At a command prompt, I can perform a "set l" or "echo %logonserver%" to determine which DC I am connecting.  By using NLTEST, I can also query (nlt

RE: [ActiveDir] type mismatch when looping through query results

2002-06-18 Thread Stephens, Brendan
In querying the LDAP, you have to remember that some values are single items and some are mult-item based (an array). I find that it is usually best to cover both interests when using a loop. ie: Do until objRs.EOF if isArray(objRS("telephoneNumber")) then //for just the first in the list

RE: [ActiveDir] How to write an LDAP query?

2002-06-18 Thread Carey, Greg
I actually learned it from my Netscape days.  You might try their site.   -Original Message-From: Randy Lauritzen [mailto:[EMAIL PROTECTED]]Sent: Tuesday, June 18, 2002 3:34 PMTo: [EMAIL PROTECTED]Subject: RE: [ActiveDir] How to write an LDAP query? Thanks, that did the trick. Is

RE: [ActiveDir] How to write an LDAP query?

2002-06-18 Thread Randy Lauritzen
Thanks, that did the trick. Is there a guide, reference, book, white paper, etc… that covers this?   -Original Message- From: Carey, Greg [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 18, 2002 1:25 PM To: [EMAIL PROTECTED] Subject: RE: [ActiveDir] How to write an LDAP query?  

[ActiveDir] type mismatch when looping through query results

2002-06-18 Thread pio eqbal
I always get a type mismatch error when I try to display the results of a query. I queried the cn and telephoneNumber attributes and then on looping through the result set I display the results like this: adoRecordSet.Fields("telephoneNumber") or adoRecordSet.Fields("cn") Of course I also do all

RE: [ActiveDir] How to write an LDAP query?

2002-06-18 Thread Carey, Greg
You're third one is looking for something that is a group and a user.  Should be: (|(&(objectCategory=group)(description=companyx))(&(objectCategory=user)(userPrincipalName=*@companyx.com)) )     -Original Message-From: Randy Lauritzen [mailto:[EMAIL PROTECTED]]Sent: Tuesday, June 18

[ActiveDir] How to write an LDAP query?

2002-06-18 Thread Randy Lauritzen
I’m terribly ignorant and new to this subject so I’m not even sure how to ask this correctly, but here it goes.   I have an Exchange 2000 server that we’re trying to set up to how multiple companies on. I’ve set it up so you only see the particular GAL you need to based on your logon, but

RE: [ActiveDir] OT:Web Browser interface for E2K IM

2002-06-18 Thread Siegfried Weber
There are a galore of third party IM client applications but to the best of my knowledge none, and this includes Jabber, offer support for Exchange 2000 IM. The best you can get is MSN IM support but that's not what the original poster was asking for if I understand it correctly. Also note that c

RE: [ActiveDir] OT:Web Browser interface for E2K IM

2002-06-18 Thread Stephens, Brendan
You can still pull the MS CHAT interface AX Control and direct it to the exchange server, also, I have seen a few Jabber Client ActiveX controls that would allow for Browser intergration and will work with a multiple of protocols including IM. -Original Message- From: Molloy, Gene S. To:

RE: [ActiveDir] OT:Web Browser interface for E2K IM

2002-06-18 Thread Siegfried Weber
The Exchange 2000 SDK has a sample HTML page which shows the basics, though it still requires some Exchange 2000 IM client components to be installed. I haven't (yet) seen any code which works completely client independent. > -Original Message- > From: Molloy, Gene S. [mailto:[EMAIL PRO

RE: [ActiveDir] OT:Web Browser interface for E2K IM

2002-06-18 Thread Darren Sykes
Title: Message A browser type client? There’s IMSuperman on the resource kit which allows you to browse IM contacts. I believe there’s also a load of information on the Exchange SDK.   Darren.     -Original Message- From: Molloy, Gene S. [mailto:[EMAIL PROTECTED]] Sent: 18 J

[ActiveDir] OT:Web Browser interface for E2K IM

2002-06-18 Thread Molloy, Gene S.
Title: Message Was wondering if anyone has tried to write a browser type client for the IM service available for Exchange 2000?   Any assistance someone can offer would be greatly appreciated.   Gene Molloy VNU Enterprise Network Operations VNU, Inc. [EMAIL PROTECTED

RE: [ActiveDir] Migration Issues - Advice please :)

2002-06-18 Thread Marvin Cummings
You wrote: Migrate users to XP in new domain, allowing them to continue accessing resources in legacy domain If I'm correct the other or logical way for this to happen would be to maintain 2-way trusts until ALL resources have been migrated. Strange things have been known to happen during a migrat

[ActiveDir] Hotfixes and IIS

2002-06-18 Thread Morgan, Joshua
Title: Hotfixes and IIS Has anyone seen any issues with IIS after applying any of the recent hotfixes? About 2 months ago our production IIS Server started exhibiting strange behavior, It would run fine for a while and then certain people would complain about the system response time getting

[ActiveDir] Hotfixes and IIS

2002-06-18 Thread Morgan, Joshua
Title: Hotfixes and IIS Has anyone seen any issues with IIS after applying any of the recent hotfixes? About 2 months ago our production IIS Server started exhibiting strange behavior, It would run fine for a while and then certain people would complain about the system response time getting

RE: [ActiveDir] Migration Issues - Advice please :)

2002-06-18 Thread Darren Sykes
That'd only be mouse click away given "all servers will all be Win2K". Darren. -Original Message- From: Hayes, Shawn [mailto:[EMAIL PROTECTED]] Sent: 18 June 2002 14:03 To: [EMAIL PROTECTED] Subject: RE: [ActiveDir] Migration Issues - Advice please :) Don't forget, to maintain SidHi

RE: [ActiveDir] Migration Issues - Advice please :)

2002-06-18 Thread Hayes, Shawn
Don't forget, to maintain SidHistory your destination domain must be in native mode. -Original Message- From: Darren Sykes [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 18, 2002 8:40 AM To: [EMAIL PROTECTED] Subject: RE: [ActiveDir] Migration Issues - Advice please :) The LDIFDE sound

RE: [ActiveDir] Migration Issues - Advice please :)

2002-06-18 Thread Paul Sobey
The largest of these offices has perhaps 100 users. The only thing that all the legacy domains have in common is a complete disregard for standards. Group membership, acls, file space structures and everything else you can think of are a total mess, so I want to use this rollout as a lever to re-

RE: [ActiveDir] Migration Issues - Advice please :)

2002-06-18 Thread Darren Sykes
The LDIFDE sounds like the wrong product to me! How do you intend to maintain access to existing resource, Re-ACL everything? I'd use ADMT (latest beta) for the sidhistory of the old accounts and to migrate groups. Darren. -Original Message- From: Paul Sobey [mailto:[EMAIL PROTECTED]]

[ActiveDir] Migration Issues - Advice please :)

2002-06-18 Thread Paul Sobey
Hi Guys, I have finally got a working production domain (hooray!!), and now need to start migrating users into it. The plan is as follows: Create users with LDIFDE Establish 1 way trust so that legacy NT4 domains trust new AD Populate appropriate local groups in legacy domains with glob

RE: [ActiveDir] Terminal Services

2002-06-18 Thread Robert Moir
> -Original Message- > From: Morgan, Joshua [mailto:[EMAIL PROTECTED]] > Sent: 17 June 2002 16:52 > To: '[EMAIL PROTECTED]' > Subject: [ActiveDir] Terminal Services > > > Why can't I Stop or Restart the Terminal Services Service on > a Windows 2000 Server. > > I am only running in re