Can I change the Home Folder of users with Group Policy (or in another centralized way)?

I know how to change the Home folder of users from AD Users & Computers -> their Properties -> Profile tab. But this is not very practical when one has users spread across many OUs, and with users being added and removed often.
So I am wondering whether there is a way to do the same with a GPO. The closest thing I found was Folder Redirection, with which I can change the location of particular profile folders for each user, but not the location of the whole profile.
Is there a way to redirect the entire location of users in a centralized way, using a GPO or some other mean?

I would recommend reading that about the management of roaming profiles: http://technet.microsoft.com/en-us/library/cc784961(v=ws.10).aspx
You can involve the use of Powershell scripts for the management of roaming profiles:
http://social.technet.microsoft.com/wiki/contents/articles/12460.powershell-automate-roaming-profile-folder-permissions.aspx
http://gallery.technet.microsoft.com/scriptcenter/Check-if-an-AD-user-has-a-45ed5d1c
This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.
Get Active Directory User Last Logon
Create an Active Directory test domain similar to the production one
Management of test accounts in an Active Directory production domain - Part I
Management of test accounts in an Active Directory production domain - Part II
Management of test accounts in an Active Directory production domain - Part III
Reset Active Directory user password

Similar Messages

  • I traded for a mac; how can I change the home folder name?

         Well I traded a PC for my first iMac and well...... I love it.
    1.  I'm running into a little problem though; I can't seem to change the home folder name to my name.  Although I know it doesn't affect any of the operation of the system or my settings, it psychologically upsets me. 
    2.  Also, is there a way to assign my Apple ID to the computer or does that not matter either? 
    3.  I also see a little lag when trying to connect to the web, but once I do get on it seems pretty beefy, any suggestable reasons? 
    4.  And the final question, did I make the right decision? I traded a Sony Vaio S series tablet (laptop/PC) with an Intel core i5 @ 2.30ghz for an iMac with an Intel Duo Core processor @ 3.06ghz. I've heard the numbers don't really matter but some clarification would help.

    Trying to address some of your questions:
    You state you are running Mountain Lion? Was that the original OS on the Mac? That is very important because:
    a) if it was, the seller/trader needed to transfer the Mountain Lion license to you or it will stay with his Apple ID;
    b) if he purchased ML, he is required to uninstall it before selling the machine because the license is not transferable, which means - again - that it is tied to his Apple ID (along with the machine ID).
    Both/either can present some problems for you since ML is now tied to someone else's Apple ID. If you manage to "introduce" your Apple ID, it will no longer match the records MAS (Mac App Store) has, so updates or other purchases may present problems.
    I would suggest that you either call Apple or book an appointment at the nearest Genius Bar and ask them how to proceed - that way you may be able to set up your own Apple ID on the machine as well as get ML registered as yours (although, as explained above, they may require you to purchase it for yourself).
    Whether or not you made the right decision - well, I've never owned a Windows machine, so I can't answer your question since I have nothing to compare it with. Obviously, I use Macs...... you should be able to run your own test: just do what you normally do and see if it appears to take about the same time, is faster, or is slower.

  • How can I share the home folder with different accounts on the same mac?

    Hi, here's a question:
    How can I share the home folder with different accounts on the same mac?
    The whole point being not to have to install all my apps, and move all my files each time between users.
    The second thing would be to be able to modify one document on one account, and have it changed on the other account without having to copy it.
    I would like to have a pro and a private account on my mac.
    Thanks for you answers,
    Doug

    Your apps should not be installed in your home folder--they should be in /Applications where every user can access them.
    If you want to share things between users on the same Mac, use the /Users/Shared folder. Keep your home folder private. Trying to defeat the protections on the home folder subfolders just gets messy. I've never bothered to figure out all of the problems associated with it so I can't explain how to do it.
    Even with using Shared, you would need to alter the ACLs on the shared folder in order to allow both users to modify the documents.
    You must create a Group in Users & Groups and put each user in that group. Then create a folder inside /Users/Shared where you want to share the various files.
    Then, add an ACL to the shared folder that gives the group special permissions. on that folder.
    sudo chmod -R +a "<sharinggroup> allow delete,chown,list,search,add_file,add_subdirectory,delete_child,file_inherit,directory_inherit" /Users/Shared/<sharing folder>
    Replace <sharinggroup> and <sharingfolder> with the name of your group and your folder. Then, run the command in the Terminal.
    With that ACL, each user in <sharinggroup> will be able to alter the files created by any user in the group in that <sharingfolder>.
    Essentially, the client OS is not designed for true file sharing among the individual users. It is designed to isolate each user account from the others.

  • The home folder for user isn't located in the usual place......

    ....or can't be accessed.
    Ok so I have trawled the internet and found this to be a known problem, however mine has an extra twist.
    Ok, my Mac has a local admin account, lets call it Admin, but the account I use is a network account called PBN.
    This network account does not create a home folder path to the server, as such it stores a user folder in Macintosh HD/Users/.
    Since buying this mac this has been working fine, no issues, but today when I log onto the machine it gets the error "The home folder for <user> isn't located in the usual place or can't be accessed", whats more is that its created a new folder labelled "~".
    Things I have tried:
    1) repair permissions and repair disk while booted into SL DVD
    2) Right clicking while in System Pref - Users to get to advanced options to check the home drive path (Can't do this because its a network account although the profile is stored locally)
    3) xattr -d com.apple.FinderInfo / on problematic machine
    Couldn't do this on the PBN account as it has no permissions (although it is a domain admin)
    attr file no found error the admin account
    4) xattr -d com.apple.FinderInfo /volumes/users/ while booted into another machine with broken machine in target disk mode.
    So, I am at a major loss and would really preciate any help

    The error messages regarding network homes really don't offer any specific clues as to what's wrong. The error message you're getting means one of several things - you've done something wrong setting up your server, you've done something wrong setting up your clients, your server has hardware/software issues, or your network infrastructure is bad. I'm honestly not trying to give you a bad time here, just going over possibilities.
    DNS, which you mentioned, is a good place to start. You mentioned that forward/reverse lookups work, and that's a good sign. But just to be sure, have you run sudo changeip -checkhostname
    If that reports back that the names match and there is nothing to change, then it's pretty certain that DNS is not the issue. Just to be sure, your clients are using your OS X Server, or whatever server is hosting DNS records for your setup?
    The next step is to double-check permissions on the shares where user homes are located. The clients should also have accurate date&time settings.
    The logs on the clients and server can also offer clues, however cryptic they may be, be sure to look at them if you haven't.
    Also, has this setup worked before, if not, can you describe how you set everything up? I've been stymied by OS X Server myself, so I get where you're at, but the more details you provide, the better chance that Tony, Mr. Hoffman, or other folks here can offer a few more clues/suggestions.
    hth
    Jeff

  • HT2470 I need to change the home folder name. I just bought this mac today and my cousin put his name in because he had to back up his phone while we were still at the store so he could get a new phone and now my brand new imac says his name in the home f

    I need to change the home folder name. I just bought this mac today and my cousin put his name in because he had to back up his phone while we were still at the store so he could get a new phone and now my brand new imac says his name in the home folder. This is very frustrating. I would not have let him put his name in there if I didn't think you could change it. Someone please help!

    Delete his user account and create your own, using your name.

  • How can I change the home computer to sync an iphone 3?

    How can I change the home home computer to sync an iphone 3?

    no idea what you are asking.

  • Can we change the Home screen Background for iPhone 5C

    Can we change the Home screen Background for iPhone 5C

    I would assume that the home screen image and the lock screen image would be changed 100% the same way all other iphones change them in the settings

  • Can we change the home screen.

    Can we change the home screen and view it like a PDA screen, where we can view appointments,reminders and it should stay on the home screen.

    If app Calendar is running when you click the lock button on the top of the iPhone, then app Calendar will be again open the next time you "Slide to Unlock".
    But of course you won't see your private appointments unless you unlock!

  • Can I change the defualt folder that opens when I press 'save' in answers?

    Hi
    like in the question above: can I change the default folder that opens when I press 'save' in answers?
    it shows the path but in order to see the content of the folder where I wanna save sth i need to navigate through folders to get to that destination folder
    can i change the set up so that by default directly the content of the folder displays where the report is saved?

    I am on a webiste and wish to upload a photo.
    I click on select file on the website
    You are attempting to download the picture to your computer not uploading photo to the website if I am understanding you correctly.
    To change the download direction, you must do so through your browser's Preferences.  If you are using Safari, hopefully, someone who uses Safari will help you and/or post over in their forums.  I do not use Safari.
    If using Firefox>Preferences>General>Save Files to:

  • Can i change the cursor icon when hover over an active link by another one ?

    Can i change the cursor icon when hover over an active link by another one ?

    i have multiple links,so is there a way to have the custom cusrsor work on all links in a page and not just one?......you can see here i have 3 links..but only the top one changes to the crosshair cursor when rolled over  http://prntscr.com/5oxkj6
    actually it seems its not working on multiple instances of the same button.
    nvm found out why,lol...it was because i ndidnt have an actual link associated with the other instances of the button....all good now:)

  • How can I change the payment method to None with gift card balance.

    How can I change the payment method to None with gift card balance?
    I already have an Apple ID account with no credit card but when I try to log in download free app it says Apple ID has not been used in iTunes store please review your account and it appears the billing info and there's no none in the option..how can I solve this so that I can used my Apple ID and can download free apps?

    Hi ..
    Help here >  Why can’t I select None when I edit my payment information?HHi

  • Help with understanding the Home Folder plus User Accounts

    I just got the IMac (replacing an ageing...that is an understatement...Grape iMac from long ago) and this is my first go at the OSX. My previous iMac had OS9.2
    I am having a problem understanding the Home folder and the Users to a point. The concepts are fine, it is the changing of names that is the problem. When I first started the iMac and went through the set-up and finally looked at the file structure, there was the Home Folder with a name, which i guess was pre-entered during set-up since I did not enter it (lets call it JOE). There was also 1 User, JOE with all the iLife folders. Since I did not like the name, i went to the Systems Preferences, into Accounts and found that JOE is an Admin. So, I changed the name to, lets say BILL, who still is an Admin. I also changed some settings and made BILL the auto log account. OK so far I am happy. I go back to the HD and find that now there are 2 users (folders), BILL and JOE, and that the Home Folder is still named JOE butall the iLife files are now under BILL.
    So I went and also renamed the Home Folder to BILL, so everything looks fine. But when I restarted the iMac latter it lost all the settings (mouse, etc.) This is really getting confusing.
    Here is what I want to do (after some reasearch):
    I want to change the Short Name (JOE) but so far I have read that you can not do that. Where did this name come from (basically my first initial and my last name) because I don't want my Home Folder to be named that. I found somewhere that the only way to do that is an Erase and Install. I am willing to do that since I have a backup of all the iLife files on an external disk anyways and I have not put anything new yet.
    Can someone enlighten me as to what would be the best course of action....this Short Name thing is frustrating.
    iMac 20" 2.33MHz   Mac OS X (10.4.9)  

    Welcome To Discussions kapklo!
    First you need to sort out the extra Home folder issue, that was created by changing the Short Names.
    The info in one or more of the articles linked to below, will help you with that.
    Return to Default Desktop, Apparent "Loss" of Home Directory
    My home folder and desktop are different than before
    Recover from renaming your Home folder, authored by Dr Smoke
    Then you can change the Short Name using this Change Short Name The Easy Way.
    Or you could do an Erase & Install, making sure you enter your preferred Short Name, during the setup process.
    ali b

  • Can I share the home folder between 2 MacBook Pros?

    I have a mid 2009 15 in. MacBook Pro running OS X 10.9.4.
    I recently sucessfully moved my home folder to an external disk in order to increase the space on my hard drive.
    I am planning to acquire a 13 in. MacBook Pro with Retina display. I would like to have both computers use the same home folder. This would allow me to share all data files with both computers without having to move the data files about, although I could use only one or the other of the computers at a time.
    Does anyone know if this is possible? If not, why not?

    Your apps should not be installed in your home folder--they should be in /Applications where every user can access them.
    If you want to share things between users on the same Mac, use the /Users/Shared folder. Keep your home folder private. Trying to defeat the protections on the home folder subfolders just gets messy. I've never bothered to figure out all of the problems associated with it so I can't explain how to do it.
    Even with using Shared, you would need to alter the ACLs on the shared folder in order to allow both users to modify the documents.
    You must create a Group in Users & Groups and put each user in that group. Then create a folder inside /Users/Shared where you want to share the various files.
    Then, add an ACL to the shared folder that gives the group special permissions. on that folder.
    sudo chmod -R +a "<sharinggroup> allow delete,chown,list,search,add_file,add_subdirectory,delete_child,file_inherit,directory_inherit" /Users/Shared/<sharing folder>
    Replace <sharinggroup> and <sharingfolder> with the name of your group and your folder. Then, run the command in the Terminal.
    With that ACL, each user in <sharinggroup> will be able to alter the files created by any user in the group in that <sharingfolder>.
    Essentially, the client OS is not designed for true file sharing among the individual users. It is designed to isolate each user account from the others.

  • How can we change the default folder icon

    hi, is there anyway we can change the default folder icons of OS X?

    A quick search in these forums for folder icon brings up many hits, including this one: http://discussions.apple.com/thread.jspa?messageID=3792805

  • Changing The Home Folder-A Snag

    I currently have my startup and apps on a pair of WD Raptors(RAID0) and my home folder on a Hitachi 500 GHz HD. I want to migrate the home folder to a 1 THz hitachi HD.
    I used SuperDuper to make a copy of my existing home folder onto the new HD. I then read in another thread how to direct the OS to the new home folder in the account applet. I restarted and it opened to the home folder on the new drive and all of my data was there but none of my preferences. There was also a problem with permissions as my Adobe CS3 apps would not open due to an 'unrecoverable error'.
    I think my process is correct but the copy made by SuperDuper doesn't contain the correct settings. If so, I would appreciate a suggestion on how to make a copy of my current home folder that will avoid these problems.
    Conversely, if I'm doing this in a completely wrong way, please let me know.

    I haven't tried Time Machine since 10.5.1, but my first use of it did not go smoothly and I haven't had time since. I have been using SuperDuper on a weekly automatic setting for years without issue though I will have to check their site in light your response.
    Since I am only trying to migrate the home folder to a new HD, I still have a functioning computer, so I think I will try making a copy with Finder. I'll let you know if it works.

Maybe you are looking for

  • Using same MCU as a Media resource group in differents CM clusters

    Hi, I have 1 MCU 3545 (MCU and EMP) connected as a media resource group in a CCM6.1 cluster and it is working fine. The entire network has 4 CCM clusters and the problem that I have is that I'm not able to publish this media resource in the other 3 c

  • SAP GRC Error CX_SY_SEND_DYNPRO_NO_RECEIVER

    Hello Experts, I am trying to create a master data like (org unit, objectives, activities ....etc) in NWBC while saving the system through an exception as in the attached details following error getting 500 SAP Internal Server Error Error : screen ou

  • Best way to access Word doc from Forms 6i

    We have a requirement whereby the user can press a button on the form, and this starts up Word and opens a document. The user can update the doc, and save it, and on exiting Word, control returns to the form. I know that we can use DDE for this, but

  • UI: Save system form as xml

    Hi, I tried to export a system form like the delivery note form to a XML document, but it doesn't work. For the forms I created with the Screen Painter it works without problems. I can run an import or export and I always receive an XML document. For

  • Raw partition creation on RHEL5 for OCR and Voting disk

    Hi all, I want to create MAp raw device for block device to use for installing OCR and Voting disk. As i see fro mmetalonk note 465001.1 we can creaet rules to do that but when i follow the steps given in that note, nothing is changed see bellow: [ro