Skip to content

Commit

Permalink
allowing login with temp profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
danycontre committed Oct 30, 2023
1 parent 1994795 commit a7737fb
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions workload/scripts/Set-SessionHostConfiguration.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -220,20 +220,20 @@ try {
PropertyType = 'DWord'
Value = 1
},
# Loads FRXShell if there's a failure attaching to, or using an existing profile VHD(X): https://docs.microsoft.com/en-us/fslogix/profile-container-configuration-reference#preventloginwithfailure
[PSCustomObject]@{
Name = 'PreventLoginWithFailure'
Path = 'HKLM:\SOFTWARE\FSLogix\Profiles'
PropertyType = 'DWord'
Value = 1
},
# Loads FRXShell if it's determined a temp profile has been created: https://docs.microsoft.com/en-us/fslogix/profile-container-configuration-reference#preventloginwithtempprofile
[PSCustomObject]@{
Name = 'PreventLoginWithTempProfile'
Path = 'HKLM:\SOFTWARE\FSLogix\Profiles'
PropertyType = 'DWord'
Value = 1
},
# # Loads FRXShell if there's a failure attaching to, or using an existing profile VHD(X): https://docs.microsoft.com/en-us/fslogix/profile-container-configuration-reference#preventloginwithfailure
# [PSCustomObject]@{
# Name = 'PreventLoginWithFailure'
# Path = 'HKLM:\SOFTWARE\FSLogix\Profiles'
# PropertyType = 'DWord'
# Value = 1
# },
# # Loads FRXShell if it's determined a temp profile has been created: https://docs.microsoft.com/en-us/fslogix/profile-container-configuration-reference#preventloginwithtempprofile
# [PSCustomObject]@{
# Name = 'PreventLoginWithTempProfile'
# Path = 'HKLM:\SOFTWARE\FSLogix\Profiles'
# PropertyType = 'DWord'
# Value = 1
# },
# List of file system locations to search for the user's profile VHD(X) file: https://docs.microsoft.com/en-us/fslogix/profile-container-configuration-reference#vhdlocations
[PSCustomObject]@{
Name = 'VHDLocations'
Expand Down

0 comments on commit a7737fb

Please sign in to comment.