Home profile not mapping for users

FR009RUST 1 Reputation point
2021-07-15T11:19:04.937+00:00

Hi,

The home profile is not mapping for users on my domain.

I have configured this through the user -> profile -> home folder

Connect U to \myshare\%username%

I have also replaced %username% with the actual username

The drive doesn't map, when I login and map the drive manually, it works (so it is not a networking error). I have also attempted to map the drive via GPO and same issue, it does not map.

I have configured the 'always wait for the network at computer startup and login'

I also seem to be getting this in the event log which suggests the GPO isn't applying. Even though,

  • I apply the home profile on the user not the GPO (although trying it with the GPO it doesn't map either)
  • I apply other settings via GPO (proxy settings with a pac file) and this is successfully applied

Event ID: 1053
Description:
The processing of Group Policy failed. Windows could not resolve the user name. This could be caused by one of more of the following:
a) Name Resolution failure on the current domain controller.
b) Active Directory Replication Latency (an account created on another domain controller has not replicated to the current domain controller).

What's the next steps for troubleshooting?

Windows for business Windows Client for IT Pros Directory services Active Directory
Windows for business Windows Client for IT Pros User experience Other
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2021-07-16T00:42:25.72+00:00

    Hi,

    Welcome to ask here!
    Before any configuration, it is suggested to fix the issues on the DC.
    Run command on all DCs.

    ipconfig /all > C:\dc.txt
    Dcdiag /v >c:\dcdiag1.log
    Repadmin /showrepl >C:\repl.txt
    Repadmin /showrepl *
    repadmin /showrepl /all >c:\repadmin.txt (Inbound and outbound replication for one single DC)
    Repadmin /syncall /APeD

    After the fixing the errors on DC , we can try to configure the Home Profile again.
    a, Create a shared folder for users, configure share permission for users as following:

    Administrators: Full Control
    System: Full Control
    Authenticated Users: Full Control

    b, Configure NTFS permission for users.

    c, The UNC path should be:xt box area
    \servername\sharename\%username%
    For more details, you can refer to the following link
    https://techcommunity.microsoft.com/t5/ask-the-directory-services-team/automatic-creation-of-user-folders-for-home-roaming-profile-and/ba-p/395527


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.