When attemtping to create a User's home folder or Roaming Profile Folder in Active Directory under the Profile tab beside the Home folder Connect (Z:\) To: <Textbox>

You receive the following error when attempting to have the server create the home folder: The home folder could not be created because: The System cannot find the file specified.

This error will occur when using the UNC path with the Server's NETBIOS Name instead of the server's actual Computer name or static IP address of the server.

To resolve this problem use the UNC Path with either:

\\SERVERNAME\users$\%username%
or
\\192.168.0.10\users$\%username%

Where 192.168.0.10 would be the IP address of the server you want the User home folder or roaming profile to reside.