[ActiveDir] OT (Sort of): Determining the Edition of Windows Installed

2004-06-17 Thread Glenn Corbett
All, We are currently undergoing our MS Licensing Upgrade (ugh), and one of the things I need to know is which version and which edition of windows server is running on a particular machine. Getting the version number from the registry is fairly easy, and I've already configured MS Ops Manager

RE: [ActiveDir] OT (Sort of): Determining the Edition of Windows Installed

2004-06-17 Thread Tashildar, Dinesh (Cognizant)
Hi Glenn, Did you used wmi to get this information ? Use below script to determine edition --- On Error Resume Next strComputer = . Set objWMIService = GetObject(winmgmts:\\

RE: [ActiveDir] OT (Sort of): Determining the Edition of Windows Installed

2004-06-17 Thread Michael B. Smith
This is what I use -- most from the Technet scripting site and Robbie's book, I'd guess... Function OperatingSystemVersion (node) Dim objWmiService, colOperatingSystems, objOperatingSystem Dim iRetry On Error Resume Next For iRetry = 0 To 5 Set

RE: [ActiveDir] 2000 Domain to 2003 AD domain

2004-06-17 Thread Tony Murray
Aside from installing DNS and transferring the FSMO roles, you should also consider: You will need to run adprep (forestprep and domainprep) before bringing the new W2K3 DCs into the forest. GC placement. DCs are not enabled as GCs by default (except for the first DC in the forest), so you

RE: [ActiveDir] When a domain is Switch to Native Mode... what ev ent Event ID is logged and where?

2004-06-17 Thread Myrick, Todd (NIH/CIT)
According to this source http://www.monitorware.com/en/events/details.asp?details_id=1865 Windows 2000's event id is 1573. Todd -Original Message- From: Charlie Kaiser [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 16, 2004 6:34 PM To: [EMAIL PROTECTED] Subject: RE: [ActiveDir] When a

[ActiveDir] OT: LDAP routing through relay

2004-06-17 Thread Michael Wassell
I sent this question into a friend at Microsoft because it has me completely stumped. I thought I'd post it here as well to see if anyone else might have an idea. I have a problem that should theoretically have been a simple resolution, but for the life of me I have not been able to

RE: [ActiveDir] AD DNS Question

2004-06-17 Thread Passo, Larry
AD Integrated zones can only be primary zones. Change the zone to be a primary zone and then you will be able to convert it to AD Integrated -Original Message- From: Puetz, Christoph [mailto:[EMAIL PROTECTED] Sent: Thursday, June 17, 2004 6:39 AM To: '[EMAIL PROTECTED]' Subject: RE:

RE: [ActiveDir] Quick Launch Bar

2004-06-17 Thread Edwin
Hin addition to my previous question about the Quick Launch bar, I am not able to delete any shortcuts that I place there. It is weird how I can add a new shortcut to the Quick Launch bar but I cannot remove it. Also, the new shortcuts ask me to DL the file just like the default icons.

RE: [ActiveDir] Remove Exchange Store

2004-06-17 Thread Deji Akomolafe
Adsiedit.msc goto Configuration CN=Services CN=Microsoft Exchange CN=the_Exchange_Org_Name CN=Administrative Groups CN=First Admin Group (or whatever is the name of the admin group the server was installed into CN=Servers CN=the_Old_Server_Name (delete this) But the above should work.

RE: [ActiveDir] Quick Launch Bar

2004-06-17 Thread jpsalemi
Hey Edwin... If you don't roam it, it will still use the local one, not go away. From the way i understand it. This is from the GPO... Lets you add to the list of folders excluded from the user's roaming profile. This setting lets you exclude folders that are normally included in the

RE: [ActiveDir] OT: LDAP routing through relay

2004-06-17 Thread Mulnick, Al
What error do you get on the IIS6 SMTP relay server? Via telnet, in the logs (IIS SMTP and App/System), and when sending a message there? Are the messages queued up on the relay server? Apply any patches recently? Make any firewall/router changes? Al From: [EMAIL PROTECTED]

RE: [ActiveDir] When a domain is Switch to Native Mode... what ev ent Event ID is logged and where?

2004-06-17 Thread Mulnick, Al
Interesting. I tend to get wrapped logs so I never noticed (or had reason to notice specifically). What made you want to look Todd? I'm curious now. Al -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Myrick, Todd (NIH/CIT) Sent: Thursday, June 17,

RE: [ActiveDir] OT: LDAP routing through relay

2004-06-17 Thread deji
It's likely that you were permitting this host to relay through your Exchange by adding it to the Relay list in the Properties of your SMTP Virtual in Exchange. So, it's now likely that the host's IP has changed and you have not updated your Relay list. Since Exchange disallows Relay by default