Forum Discussion
AB21805
Jan 12, 2022Bronze Contributor
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
- Jan 12, 2022I 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
Jan 12, 2022Bronze 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