SOLVED

how to set "EnableAzureAD" to 1 in regedit

Bronze 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 (Bronze 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
1 best response

Accepted Solutions
best response confirmed by AB21805 (Bronze 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

View solution in original post