Forum Discussion
bhuwan8051
Mar 30, 2021Copper Contributor
WVD logging in issue
I'm facing this problem while trying to login to my WVD for the first time. After clicking on ok I'm getting logged out of the system. Please help.
- Apr 02, 2021Maybe is better if you can give us some other details. Fslogix or something else... Seems an error on the profile... Try anyway to connect with mstsc and see if you have the same error
lightupdifire
Nov 24, 2021Brass Contributor
1. Get user SID, can run AD PowerShell (replace firstname.lastname@domain.com with affected user userprincipalname): get-aduser -filter {UserPrincipalName -eq "firstname.lastname@domain.com"} -Properties * | select objectSid
2. Check every Session host in the farm and go to: "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileService\References<sid affected user>"
3. Search for value RefCount and change all values to 00
So for example below is the current value:
Then you change it to:
The user will now be able to log in again.