Rick_Munck Did you manage to run it yet?
Since:
>> & "$localInstallFile" -WS2019NonDomainJoined
--------------------------------------------------------------------------------------------------
Windows Server 2019 - non-domain-joined
GPOs to be installed:
...
==================================================================================================
Copy custom administrative templates...
Configuring Client Side Extensions...
Running LGPO.exe /v /e mitigation /e audit /e zone
Installing Exploit Protection settings...
Set-ProcessMitigation : Unable to load DLL 'MitigationConfiguration.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
At C:\tmp\baseline\Local_Script\BaselineLocalInstall.ps1:250 char:1
+ Set-ProcessMitigation -PolicyFilePath $rootDir\ConfigFiles\EP.xml
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Set-ProcessMitigation], DllNotFoundException
+ FullyQualifiedErrorId : System.DllNotFoundException,Microsoft.Samples.PowerShell.Commands.SetProcessMitigationsCommand
...