Forum Discussion

AB21805's avatar
AB21805
Bronze Contributor
Jan 12, 2022
Solved

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
  • AB21805's avatar
    Jan 12, 2022
    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