Reset AO user RDP-Profile
Sometimes user has saved wrong settings to host server. For example default browser is Microsoft edge. etc.
How To solve this problem:
- Kick out user who has problems with maps How to end user session and process when patching client (https://app.clickup.com/2496230/docs/2c5q6-69975/2c5q6-261635)
- Login to Datapump server (10.170.0.54)
- Open PowerShell and locate to
PS E:\UHD-Disks\RDS-Profile-Live> - Run this script:
Get-Acl -path *.vhdx | Select-Object -ExpandProperty Access PSChildName | Where-Object identityreference -eq "attracs2\firstname.lastname"and remember to fill "attracs2\firstname.lastname"
- You can delete profile via PowerShell
rm UVHD-S-1-5-21-2123242984-836582291-933701185-xxxx.vhdxor- locate to
PS E:\UHD-Disks\RDS-Profile-Live>and find correct profile ➝ right click ➝ security (shows who the profile belongs to) ➝ delete
- Open PowerShell and locate to