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
You can use Export-DnsServerZone and Import-DnsServerZone . Export: Export-DnsServerZone -Name "test.com" -Filename "test...