Tech Accelerator: Microsoft Intune Suite
Apr 11 2023 08:00 AM - Apr 12 2023 11:00 AM (PDT)
SOLVED

how to set "EnableAzureAD" to 1 in regedit

Valued Contributor

Hi all,

 

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

 

Screenshot 2022-01-12 at 1.55.49 PM.png

 

How would I do this? 

 

Please help

1 Reply
best response confirmed by AB21805 (Valued Contributor)
Solution
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