Crosse/SchannelGroupPolicy

Empty options

jimbju opened this issue · 3 comments

Hi,

Thanks for providing these templates!
I have installed the templates on my lab DC. When I configure a GPO, both settings (".NET Framework 2 STrong Crypto" and ".NET Framework 4 Strong Crypto") shows under "SSL Configuration Settings". However, when I open the setting, the "options window" is empty.
My DC is Windows Server 2019 (schema version 88). Did anyone try these templates on a Windows Server 2019 Domain Controller?

If I had to guess, the supportedOn values for these settings may need to be updated. Currently they are set to:

.NET 2:

<supportedOn ref="windows:SUPPORTED_WindowsUpdate" />

.NET 4:

<supportedOn ref="windows:SUPPORTED_Windows7" />

It's been a long time since I've used Windows in a capacity where I've been able to use these GPOs, so it might take me a minute to figure out which Windows versions these settings should apply to, and the relevant/correct supportedOn values, but I'll see what I can find.

Hi, I must have made a mistake when copying the content of the templates to my DC. All is working fine on a Windows 2019 DC.

Oh, that’s great to hear! I’m glad it’s working for you. Thanks for the update.