Forum Discussion

AB21805's avatar
AB21805
Bronze Contributor
Jan 12, 2022

how to set "EnableAzureAD" to 1 in regedit

Hi all,

 

I have to enable EnableAzureAD to be 1 in regedit in the following location: 

 

 

How would I do this? 

 

Please help

  • I have figured it out - if anyone else needs to know its : New-ItemProperty -Path "HKLM:\Software\Smoothwall\Safeguarding Client" -Name EnableAzureAD -Value 1 -PropertyType "DWORD" -Force
  • AB21805's avatar
    AB21805
    Bronze Contributor
    I have figured it out - if anyone else needs to know its : New-ItemProperty -Path "HKLM:\Software\Smoothwall\Safeguarding Client" -Name EnableAzureAD -Value 1 -PropertyType "DWORD" -Force

Resources