Using the Set-AdUser cmdlet in PowerShell to set the home directory folder path.
Set-ADUser -Identity Arons -HomeDirectory 'D:\Arons'
Get-Aduser -Identity Arons -Properties * | Select SamAccountName,HomeDirectory,HomeDrive,ProfilePath
curl -s -o /dev/null -w "Conecction: %{time_connect}s | Start transfer: %{time_starttransfer}s | Total time: %{time_total}s\n" ...