- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Disable SSO on a Single Desktop Pool
Hey Guys,
with this regkey i can disable sso for a single desktop pool.
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\VMware, Inc.\VMware VDM\Agent\Configuration
AllowSingleSignon = false
So if I start the vdi and open the desktop, where the regkey is set to false, I jump right into the welcome/lock screen where I can change the user.
Is there a way that I can save the username?
So when I start the vdi horizon client with user "userxy" and switch on the welcomescreen to "userzz" the next time I try the same the user "userzz" is already preconfigured and i only have to type the password in?
Can anyone help me here?
Kind Regards,
Daniel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I doubt that will be possible. You are probably using instant clones, so the next time, you get a newly provisioned VM, which cannot know what the last user was on the previous VM.
Regards,
Mickeybyte (ITPro blog)
If you found this comment useful or an answer to your question, please mark as 'Solved' and/or click the 'Kudos' button, please ask follow-up questions if you have any.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey Mickeybyte,
thanks for your answer.
No there are persistent manual registered RDS Hosts.
Kind Regards,
Daniel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In that case, can you check the following GPO:
Computer Configuration > Administrative Templates > Windows Components > Windows Logon Options: Display information about previous logons during user logon
Or regkey: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\DisplayLastLogonInfo (dword, 1 = show, 0 = hide)
Regards,
Mickeybyte (ITPro blog)
If you found this comment useful or an answer to your question, please mark as 'Solved' and/or click the 'Kudos' button, please ask follow-up questions if you have any.