adding windows 7 to 2003 domain

waz

New member
Member
Local time
11:21 AM
Messages
22
Hi

I am thinking to enroll windows 7 on all the machines in our network so i bought a copy of windows 7 pro for testing and installed it and joined it to the domain and i logged on with my user account with no problem and also can get emails from exchange through outlook with no problem. everything seems ok BUT

the problem is, few domain policies don't work. for example:
loggin script to map network drives doesn't work

an other IT dude told me that i would need to upgrade the AD schema on my DC and Exchange servers to server 2008.

how accurate is that and what do you think?
thank you

W
 

My Computer

OS
windows 7
I feel this is quite important for you to get right, and so i would suggest you go straight to Microsoft and get their support.

If anyone has this level of expertise, pls suggest but like i said, best to get your answer from Microsoft.
 

My Computer

Computer Manufacturer/Model Number
Lenovo ThinkPad T60
OS
Windows 7 Ultimate 64Bit
CPU
GenuineIntel Intel(R) Core(TM) DuoCore T2400 @ 1.83GHz
Motherboard
Intel(R) 82801G (ICH7 Family)
Memory
2.00 GB
Graphics Card(s)
Mobile Intel(R) 945 Express Chipset
Sound Card
SoundMAX Integrated Digital HD Audio
Monitor(s) Displays
ThinkPad Display
Screen Resolution
1400x1050
Hard Drives
100Gb SATA
Keyboard
Standard Keyboard
Mouse
HID-compliant Mouse
Internet Speed
Cable Broadband - 54Mbps
Other Info
Intel(R) PRO/1000 PL Network Connection
11a/b/g Wireless LAN Mini PCI Express Adapter
and also when i delete files or icons from the desktop, they appear the next time i log on. so it's not synching with the profile.v2 on the server.

any help is very appreciated.
thanks
w
 

My Computer

OS
windows 7
You could put your drive mapping scripts in \\domain.tld\SYSVOL\domain.tld\scripts

Then in your Active Directory Users and Computers, select your user account and on the Profile tab set the "Logon Script" to the name of the script (no need to specify the path).

The existing group policies should work (just ensure your Active Directory domain functional level is 2003), you're only missing out on the new group policy features which first popped up in Server 2008 and Vista which can also be found in Windows 7, however you can still take advantage of these new features by installing RSAT to a Vista/7 client machine.

Have you ensured your Windows 7 computer is in the correct OU with the appropriate group policy you were expecting to be applied?

Link to RSAT:
32bit: http://www.microsoft.com/downloads/...97-23CE-4A36-B7FC-D52065DE9960&displaylang=en
64bit: Download details: Microsoft Remote Server Administration Tools for Windows Vista for x64-based Systems

Further reading: Group Policy Team Blog : Windows 7 - Do I need to change my Active Directory for new Group Policy features?

Hope this helps :)
 

My Computer

OS
Windows 7 Ultimate x64
CPU
2x AMD FX-74 @ 3GHz
Motherboard
ASUS L1N64-SLI WS
Memory
4GB
Graphics Card(s)
2x BFG 8800GTX OC
Sound Card
Creative X-Fi Fatal1ty
Monitor(s) Displays
HP L2045w
Hard Drives
2x Samsung Spinpoint
PSU
Enermax 1000W
Case
Armor Extreme ATX
Cooling
Air
Thanks DC187, the logon script is a good solution to map the drives but then i'll have to edit this on every user account which will take a lot of time.

the domain functional level is 2003 and yes the client machine is in the right OU and the user account im using is in the right OU too.

im still testing windows 7 in my domain and the only issue i have now is the group policy which most of them work so i guess no need for changing the AD schema.

thanks
 

My Computer

OS
windows 7
If the logon script method is something you wish to follow up you can use Active Directory command line tools to modify multiple user accounts at once.
Here's an example:

dsquery user "ou=Users,dc=domain,dc=com" -name * | dsmod user -loscr <logon script>

That will fetch all the users from a specified Organization Unit and modify the Logon script attribute for each one.

Probs best to test on a test OU with a dummy user before applying to your existing users.

Shout if you need anything else.
 

My Computer

OS
Windows 7 Ultimate x64
CPU
2x AMD FX-74 @ 3GHz
Motherboard
ASUS L1N64-SLI WS
Memory
4GB
Graphics Card(s)
2x BFG 8800GTX OC
Sound Card
Creative X-Fi Fatal1ty
Monitor(s) Displays
HP L2045w
Hard Drives
2x Samsung Spinpoint
PSU
Enermax 1000W
Case
Armor Extreme ATX
Cooling
Air
thanks DC187 i will definitely try this.
 

My Computer

OS
windows 7
DC i tried it but came up with error, pls check below:

dsquery user "ou=test,dc=mydomain,dc=local" -name * | dsmod user -loscr longon.bat
dsquery failed:A referral was returned from the server.
type dsquery /? for help.dsmod failed:`Target object for this command is missing.
type dsmod /? for help.


on the domain part, i tried local and com

where did i go wrong?
 

My Computer

OS
windows 7
also regarding the RSAT, i don't have server 2008 yet, does it still works?
 

My Computer

OS
windows 7
Hmm interesting the syntax looks correct I just did the same thing to ensure I didn't give you a mistyped command.

The only way I could replicate your issue is by specifying an incorrect domain name.

Ensure that's correct (check the name at the top of the tree in AD Users and Computers), heres some examples:

For a .local domain
ou=test,dc=mydomain,dc=local

For a .com domain
ou=test,dc=mydomain,dc=com

For a .co.uk domain
ou=test,dc=mydomain,dc=co,dc=uk

Hope that helps.
 

My Computer

OS
Windows 7 Ultimate x64
CPU
2x AMD FX-74 @ 3GHz
Motherboard
ASUS L1N64-SLI WS
Memory
4GB
Graphics Card(s)
2x BFG 8800GTX OC
Sound Card
Creative X-Fi Fatal1ty
Monitor(s) Displays
HP L2045w
Hard Drives
2x Samsung Spinpoint
PSU
Enermax 1000W
Case
Armor Extreme ATX
Cooling
Air
In regards to your RSAT query, I haven't tried it myself but I quote from the article in my first post:

"Because you’ll have GP Preferences client side extensions installed already in all of those Windows 7 clients! That means that you can map drives and push out shortcuts and add printers and configure power plans for all these Windows 7 machines from your own Windows 7 client (with RSAT) or with Windows Server 2008 R2."

Which to me suggests you can do it from a Windows 7 client, but as I say I haven't tried this in practice.
 

My Computer

OS
Windows 7 Ultimate x64
CPU
2x AMD FX-74 @ 3GHz
Motherboard
ASUS L1N64-SLI WS
Memory
4GB
Graphics Card(s)
2x BFG 8800GTX OC
Sound Card
Creative X-Fi Fatal1ty
Monitor(s) Displays
HP L2045w
Hard Drives
2x Samsung Spinpoint
PSU
Enermax 1000W
Case
Armor Extreme ATX
Cooling
Air
the name is correct, that's weird. i saw other posts they suggested im using the wrong domain for this command
 

My Computer

OS
windows 7
i'll try the RSAT today and see what happens.
 

My Computer

OS
windows 7
Hmm that is strange is regards to dsquery, I assume you're running the command from a domain controller?

Try this to find the correct format of ou= part of the command:

dsquery user domainroot -name * | dsget user -dn

That will display the distinguished name of every user from the domainroot. Find one of the users you intend to make the logon script change and then ignore the first part that says CN=Name of User, you want everything from OU=<organizational unit>,dc=mydomain,dc=tld

Hope I've explained that clearly enough :)

Please update this thread with how you get on with RSAT, I'll be interested hearing of your experience.
 

My Computer

OS
Windows 7 Ultimate x64
CPU
2x AMD FX-74 @ 3GHz
Motherboard
ASUS L1N64-SLI WS
Memory
4GB
Graphics Card(s)
2x BFG 8800GTX OC
Sound Card
Creative X-Fi Fatal1ty
Monitor(s) Displays
HP L2045w
Hard Drives
2x Samsung Spinpoint
PSU
Enermax 1000W
Case
Armor Extreme ATX
Cooling
Air
DC, this command you gave cleared everything, thank you

it seemed that the OU "test" is linked to another OU
so i had to put two OUs in the command and also this OU is in a subdomain so i have to put 3 "dc="
it worked :)

dsquery user "ou=test,ou=OriginalOU,dc=mydomain,dc=local" -name * | dsmod user -loscr longon.bat

regarding the RSAT; from what i read, i understood it is similar to "Administrative tool pack" for 2003 but the RSAT is to enable windows7 clients to manage server 2008 roles but we cannot manage roles that don't exist (no server 2008 in our domain)
so really no point to install
 

My Computer

OS
windows 7
Cool makes sense.

Glad that command worked for you :)
 

My Computer

OS
Windows 7 Ultimate x64
CPU
2x AMD FX-74 @ 3GHz
Motherboard
ASUS L1N64-SLI WS
Memory
4GB
Graphics Card(s)
2x BFG 8800GTX OC
Sound Card
Creative X-Fi Fatal1ty
Monitor(s) Displays
HP L2045w
Hard Drives
2x Samsung Spinpoint
PSU
Enermax 1000W
Case
Armor Extreme ATX
Cooling
Air
Back
Top