WebAdministrationDsc
WebAdministrationDsc copied to clipboard
Suported? - xWebSite - Windows Authentication - Advanced Settings/Providers
@johlju --heavily edited-- xWebAdministration - Version 3.2.0
I need to set the order of the providers listed in "system.webServer/security/authentication/windowsAuthentication/providers" to make sure 'NTLM' is listed first, then 'Negotiate'.
In the IIS GUI I can manually move up/down the providers and save.
With RSAT IIS PS module, I can clear/blank the entries then serially add each item 'Remove-WebConfigurationProperty/Add-WebConfigurationProperty' to invoke the order.
I haven't found a way to accomplish this with xWebConfigProperty / xWebConfigPropertyCollection
Ca you elaborate?
I clarified the original post @johlju after I became more knowledgeable in DSC.