I am making a PowerShell script for automating user creation in the company I work in, but I have a problem.
How can I set the "Remote Desktop Services Profile Path" through Powershell? I can set all the other attributes I needed through SET-ADUser, but I couldn't find any -command to change the Remote Profile Path.
Is this even possible?