en-US fslogix computer

Healthy Providers Required For Register

Verified with Microsoft FSLogix — updated on July 12, 2026

Supported on: v2105 or later

Path in the GPO console

Computer Configuration\Administrative Templates\FS Logix\Profile Containers\Cloud Cache

Description

NOTE: Once this policy is Enabled, only Disable will remove the registry value. Enabled to Not Configured will have NO EFFECT. This setting specifies the number of healthy CCD Locations required to allow a sign in. If using the default setting, users will always be allowed to sign in, even if no CCD Locations are available. If a user signs in with no available CCD Locations, FSLogix assumes that one or more CCD Locations will become available prior to the user signing out. If a CCD Locations does not become available during the time of the user session, then the user is prevented from signing out (discussed in Healthy Provider Required For Unregister). If it is desired to block a user from signing in and a minimum number of CCD Locations are not available, the Healthy Providers Required For Register may be set to the number of CCD Locations required for a sign in. If the minimum number of CCD Locations required for registration aren't available, then the sign in will fail. When setting Healthy Providers Required For Register to anything other than 0, then Prevent Login With Failure and/or Preven tLogin With Temp Profile should be used in order to create the desired user experience. Registry Entry: HKLM\SOFTWARE\FSLogix\Profiles\HealthyProvidersRequiredForRegister Type: DWORD Values: Min = 0, Max = 4

Registry

HKLM Software\FSLogix\Profiles

More options available

Options

Healthy Providers Required For Register
HealthyProvidersRequiredForRegister decimal - range 0-4 - default: 0

Export Builder

BETA

Configure the state, scope and options, then generate .reg, PowerShell, Intune and SCCM outputs — or add the setting to a multi-setting collection.

These exports write the registry — this is not a managed GPO.

.reg file

Windows Registry Editor Version 5.00

; Exported from gporais.com
; Policy: Healthy Providers Required For Register
; State: Enabled
; Supported on: v2105 or later

[HKEY_LOCAL_MACHINE\Software\FSLogix\Profiles]
"HealthyProvidersRequiredForRegister"=dword:00000000
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Healthy Providers Required For Register
# State: Enabled
# Supported on: v2105 or later

$path = 'HKLM:\Software\FSLogix\Profiles'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'HealthyProvidersRequiredForRegister' -Value 0 -Type DWord

Building a multi-setting collection? Add this setting and generate combined .reg / PowerShell / GPO scripts.

Open the Builder

Embed this policy on your site

What to embed
Theme

Adds one script line: the theme follows your site’s appearance and the height fits the content. If your site blocks scripts, the embed follows the visitor’s system theme.

Preview