If the roaming profiles are not creating user folders for the new accounts, there are several potential issues to consider:
- Permissions: Ensure that the shared location where the user profiles are being stored has the correct permissions set. The users must have write access to the shared folder to create their profile folders.
- Group Policy Settings: Verify that the Group Policy settings for roaming profiles are correctly applied to the new user accounts. Check if the GPO that sets the roaming profile path is linked to the appropriate Organizational Unit (OU) containing the new user accounts.
- Profile Path Configuration: Double-check the profile path configuration for the new accounts in Active Directory. Ensure that the path is correctly specified and follows the format required (e.g.,
\\server\share\%username%). - Event Logs: Look at the event logs on the client machines for any errors related to user profile creation. This can provide insights into what might be going wrong during the login process.
- Network Issues: Ensure that there are no network connectivity issues between the client machines and the server hosting the shared profile folder. Network problems can prevent the folders from being created.
- Profile Corruption: If there are issues with existing profiles, it might be necessary to delete any corrupted profiles from the server or local machine to allow new profiles to be created successfully.
By checking these areas, you should be able to identify the cause of the issue with the new accounts not creating user folders for their roaming profiles.