Remote Desktop Service (RDS)

Aus Wiki-WebPerfect
Wechseln zu: Navigation, Suche

Rename User Profile Disk (VHDX)

Logoff User from server

logoff <username/id> 

Close SMB-Sessions

With GUI
01-smb-sessions.png


With PowerShell

Get-SmbOpenFile | ? {$_.Path -match "<SID>"} | Close-SmbOpenFile


-> After the above steps you are able to rename the User Profile Disk (VHDX)