Jesin's Blog

Welcome to the Portal of Technology

  • Facebook
  • GitHub
  • RSS
  • Twitter
  • Home
  • Categories
    • Domains
    • Linux
    • Networking
    • PHP
    • Virtualization
    • Web Design
    • Web Servers
    • Windows
  • WordPress Plugins
    • Custom Error Pages
    • HTTP Digest Authentication
    • Mailgun Email Validator
  • Toolbox
    • DNS Lookup Tool
    • htdigest Generator Tool Online
    • htpasswd Generator Tool Online
    • HTTP Headers Lookup Tool
    • MD5 Encryption Tool
    • Open Port Check Tool
    • SHA-1 Encryption Tool
    • URL Encoding/Decoding Tool
  • About Me
  • Contact Me
  • Sitemap
Home ›
Windows ›
How to setup roaming user profiles in Windows Server 2008

How to setup roaming user profiles in Windows Server 2008

June 4, 2011 Windows Jesin A 5 Comments

windows category thumbnail

Read this tutorial to configure roaming profiles for user accounts in Windows Server 2008 in an Active Directory environment. Roaming profiles have the advantage of users have their personal settings and files available on all computers they login to. But the only problem is increased network activity during logon and logoff. Roaming profiles work by copying the user’s profile to the client computer on which the user logs on and when the user logs off the files are copied back to the server. Folder permissions and policies have to be configured properly to ensure the privacy of user files are maintained, while the administrator is able to have access to the user profiles.

Configure Domain Group Policy

The domain group policy have to be configured in order to grant permissions to administrators to view user profiles. Go to Start -> Administrative Tools -> Group Policy Management. Expand Forest -> Domains -> yourdomain.com – > Group Policy Objects -> Right click domain policy -> edit. In the group policy editor navigate to

Computer Configuration -> Policies -> Administrative Templates -> System - > User Profiles

Enable Add the Administrators security group to roaming user profiles.

roaming profile group policy
Setting proper policies will ensure Administrators are able to view user profiles

Additionally you can enable Delete cached copies of roaming profiles which deletes the user profile’s copy on client system when the user logs off.

Create a folder for storing profiles

Open any partition on the hard disk and create a folder named Profiles (you can give any name for the folder). Right Click the folder, go to the sharing option, click advanced sharing, check “share this folder” option, enter the share name as Profiles$ (just add a dollar symbol to the end of any folder name you give). Click permissions and grant Full Control permissions for “Everyone”.

Set the profile path for the user

Go to Start -> Administrative Tools -> Active Directory Users and Computers. Go to the properties window of the required user, navigate to the Profile tab and enter the profile path as follows

\\servername.domainname.com\Profiles$\%username%

roaming profile user properties
Set the network path as the profile path for the user

This will create a the user’s profile copy inside the profile folder the first time the user logs in.

Related posts:

windows category thumbnailHow to setup a VPN Server in Windows Server 2008 windows category thumbnailSetting up an authoritative DNS in Windows Server 2008 windows category thumbnailWindows Logon and Logoff Scripts linux category thumbnailSetup Linux DNS Server for Windows Active Directory windows category thumbnailActive Directory User Creation Script

Tags: windows server

Comments

  1. Bkaathi says

    September 2, 2011 at 6:14 pm

    Great work 🙂

    Reply
  2. un muc says

    March 26, 2013 at 7:14 pm

    nice! thanks!

    Reply
  3. Samaro Grandshow says

    March 12, 2014 at 3:30 am

    Just tried the tutorial on “How to setup roaming user profiles in Windows Server 2008”. I was successful in achieving the desired outcome. Very empress.

    Thank you for posting this tutorial.

    Must regards.

    Reply
  4. Paulo says

    September 22, 2016 at 11:35 pm

    Hi I been tried to between WIndows Server 2008 R2 and Windows 8. But I don´t have sucess.
    I reed on the microsoft web that´s a incompatibility.

    So my question is, the tutorial is gone work?

    Must regards.

    Reply
    • Jesin A says

      September 23, 2016 at 12:12 am

      Hi Paulo,

      It has been a long time since I did this on Windows. A bit of googling revealed that Windows 8 profiles aren’t compatible with Windows Server 2008 R2. Try this article – https://support.microsoft.com/en-in/kb/2887239

      Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Get a wealth of information delivered to your inbox. Subscribe and never miss a single article.

  • Tutorials and howtos
  • Code, scripts and commands
  • Online Tools

* No spam, unsubscribe anytime

Hire Me

  • SSL installation and hardening (A+ on Qualys SSL test)
  • Apache & Nginx configuration
  • Email deliverability improvement (10/10 on Mail Tester & MailGenius)
  • WordPress customization, optimization and migration
  • and much more…

    Tools

    • DNS Lookup Tool
    • htdigest Generator Tool Online
    • htpasswd Generator Tool Online
    • HTTP Headers Lookup Tool
    • MD5 Encryption Tool
    • Open Port Check Tool
    • SHA-1 Encryption Tool
    • URL Encoding/Decoding Tool

    Nav

    • Home
    • About Me
    • Contact Me
    • Privacy Policy
    • Sitemap
    Vultr SSD VPS

    Creative Commons License
    Jesin's Blog by Jesin A is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
    Based on a work at websistent.com.