Results 1 to 15 of 15
  1. #1
    Joined
    Feb 2004
    Posts
    21

    Active Directories on home network

    On a home server what are the benefits of using active directories

    I have 3 PC's in the house, one main, 2 Laptops and soon i will be adding a PC for the daughter

    Thanks in advance
    Barton 2500@ 2500 Bloody thing wont go any higher
    Lanparty NFII Ultra Rev 'B'
    1 Gig Mem
    2 x 37 gig sata Raptors in Raid 0
    2 x 160 Gig sata Samsungs in Raid 1

  2. #2
    Joined
    May 2003
    Posts
    1,219

    Re: Active Directories on home network

    You really don't need Active Directory at home; it's nice if you have different types of users and want to allow them to log on at any computer and have specific rights.

    In a home environment, all you need to do is go around to each computer and create a new User for each family member's computer login and password. Then set the permissions on each user however you wish.


    i5 3570k Windows 7 x64 gaming rig, Core2 Duo 2.66Ghz SageTV server (2TB), Intel i3 HTPC

  3. #3
    Joined
    Feb 2004
    Posts
    21

    Re: Active Directories on home network

    I would like to be able to have a profile that moved with me around the machines that i am using though, example, internet fav's and passwords, that are the same on all machines

    Is AD overkill to do this or is there a much easier way to achieve this ??
    Barton 2500@ 2500 Bloody thing wont go any higher
    Lanparty NFII Ultra Rev 'B'
    1 Gig Mem
    2 x 37 gig sata Raptors in Raid 0
    2 x 160 Gig sata Samsungs in Raid 1

  4. #4
    Joined
    May 2003
    Posts
    1,219

    Re: Active Directories on home network

    I believe you can do this via the profile path option under the properties of each User. Set it to \\server\YourProfile and you should be OK.

    You would have to manually configure roaming profiles in AD anyway, as it is turned off by default.


    i5 3570k Windows 7 x64 gaming rig, Core2 Duo 2.66Ghz SageTV server (2TB), Intel i3 HTPC

  5. #5
    Joined
    Dec 2000
    Posts
    5,052

    Re: Active Directories on home network

    AD also allows for the use of intellimirror to provide folder redirection so you won't have as much of a delay with large files for the profile.

    AD makes administering a Domain far easier.

  6. #6
    Joined
    Mar 2002
    Location
    California
    Posts
    24,015

    Re: Active Directories on home network

    Quote Originally Posted by Bryan
    AD also allows for the use of intellimirror to provide folder redirection so you won't have as much of a delay with large files for the profile.

    AD makes administering a Domain far easier.
    Ya, AD is pretty easy to configure for a single home domain. I'd recommend it.
    "The most dangerous myth is the demagoguery that business can be made to pay a larger share, thus relieving the individual. Politicians preaching this are either deliberately dishonest, or economically illiterate, and either one should scare us...
    Only people pay taxes, and people pay as consumers every tax that is assessed against a business."


    -The Gipper


  7. #7
    Joined
    Aug 2002
    Location
    New Jersey
    Age
    40
    Posts
    421

    Re: Active Directories on home network

    It is easy and you will have to setup roaming profiles. It makes it easier to have one location to deal with users instead of 3 or more computers to run around too.
    God said let there be Light and then there was AMD!



    Heat

  8. #8
    Joined
    Sep 2003
    Age
    31
    Posts
    395

    Re: Active Directories on home network

    I have been actually interested in messing with AD at home as well. I know a search on google or msdn site may turn up some good stuff but does anyone know of any good documentation off the top of their heads on setup and administration?
    Computers exist to make programmers feel humble...

    Rig_1 <|> Rig_2
    8rda+ rev1.1 <|> ABIT NF7-S rev 2.0
    1700+ <|> 2500+
    axda1700dlt3c <|> AXDA2500KV4D
    jIUhb0310xPMW <|> AQXEA0330XPMW
    1 x 512 Corsair CMX512A-2700C2PT<|> 2 x 512 Corsair CMX512A-3200C2PT
    Asus V9280 ti4200 128mb 8x <|> Gainward Ti4800se 128MB 8X
    SK-7 & TT SmartFanII Northbridge cooled by Iceberq 4 moded to fit on board <|> slk-900 and Vantec Tornado 92mm
    intake: 80mm tornado & 2 80mm led fans <|> intake: 120mm quad led fan
    exhaust: 80mm smart fan II & generic 80mm fan <|> 80mm quad led fan
    2.4ghz 12x200<|> 2.36ghz 10.5x220 1.75v timings 6-2-2-2

  9. #9
    Joined
    Feb 2004
    Posts
    21

    Re: Active Directories on home network

    Thanks for the replies guys,

    I think the general opinion is go for it.

    I have had a quick bash, i think i have it set up ok, but more testing is required.

    One problem i have is that any machine that i log off, it always defaults to the local machine instead of the domain, (dont think i have described that very well) so logging on can be a pain.

    Also the username has to be in the following format - philgr@home.server

    Any idea's
    Barton 2500@ 2500 Bloody thing wont go any higher
    Lanparty NFII Ultra Rev 'B'
    1 Gig Mem
    2 x 37 gig sata Raptors in Raid 0
    2 x 160 Gig sata Samsungs in Raid 1

  10. #10
    Joined
    May 2003
    Posts
    1,219

    Re: Active Directories on home network

    Odd... it's supposed to default to your domain once the machine has been configured for a domain instead of a workgroup.


    i5 3570k Windows 7 x64 gaming rig, Core2 Duo 2.66Ghz SageTV server (2TB), Intel i3 HTPC

  11. #11
    Joined
    Mar 2004
    Location
    Austin, Tx
    Age
    36
    Posts
    140

    Re: Active Directories on home network

    It will only default to the domain once you have logged into the domain using the standard Windows NT style login being username, password, domain_name. If you log into the system using the Win2K/XP way (user@domain.local), you shouldn't ever need to change between the workgroup and domain in the drop down list.



  12. #12
    Joined
    Feb 2004
    Posts
    21

    Re: Active Directories on home network

    Quote Originally Posted by LanMan_cw
    It will only default to the domain once you have logged into the domain using the standard Windows NT style login being username, password, domain_name. If you log into the system using the Win2K/XP way (user@domain.local), you shouldn't ever need to change between the workgroup and domain in the drop down list.

    Cheers LanMan_cw that works ,

    i had been deleting the username to enter the domain

    Off to have a play with it now, ill be back soon with more problems

    Phil G
    Barton 2500@ 2500 Bloody thing wont go any higher
    Lanparty NFII Ultra Rev 'B'
    1 Gig Mem
    2 x 37 gig sata Raptors in Raid 0
    2 x 160 Gig sata Samsungs in Raid 1

  13. #13
    Joined
    Feb 2004
    Posts
    21

    Re: Active Directories on home network

    Seem to have it working fine now - i think !

    • Set-up all my shared drives from all the machines
    • Mapped the printer
    • Set-up Outlook to get its file from a shared directory on the server
    • Set-up Mircosoft Money to do the same
    • Set-up Media Player for all my music - all 500 albums
    • Transferred all my doc's from the other individual machines accounts - did away with serveral duplicates and out of date files in the process
    • Ported over all my internet favs into Firefox - Firefox is sooo much better than explorer, all the favs are held in a html file, instad of a seperate file for every bloddy fav website.


    One problem that i do have which i have not got to the bottom of is when i set the wallpaper on one machine and then log on to another i get a blank background, i have tried to set it to look at the same file in a shared folder and its having non of it

    Any ideas ??

    Have i missed anything i should be doing or could be doing

    Oh and thanx for the help chaps
    Barton 2500@ 2500 Bloody thing wont go any higher
    Lanparty NFII Ultra Rev 'B'
    1 Gig Mem
    2 x 37 gig sata Raptors in Raid 0
    2 x 160 Gig sata Samsungs in Raid 1

  14. #14
    Joined
    Dec 2000
    Posts
    5,052

    Re: Active Directories on home network

    Is the wallpaper on a shared folder for the server?

  15. #15
    Joined
    Feb 2004
    Posts
    21

    Re: Active Directories on home network

    The wallpaper file is in the My Pictures folder of My Documents
    Barton 2500@ 2500 Bloody thing wont go any higher
    Lanparty NFII Ultra Rev 'B'
    1 Gig Mem
    2 x 37 gig sata Raptors in Raid 0
    2 x 160 Gig sata Samsungs in Raid 1

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •