DennisL68
DennisL68
Oh, I see. 443 is used anyway and shouldn't be configured. The Serviceport should state the unencrypted traffic, and SSL will follow...
Any takings on this? Surely, a trace file should be generated when setting asciidoc trace to verbose?
My guess is that the issue is with the CreateKDSRootKey script... ``` PS C:\Users\Administrator> Test-DscConfiguration -Detailed | select -ExpandProperty ResourcesInDesiredState | select ConfigurationName,InstanceName,ResourceName ConfigurationName InstanceName ResourceName ----------------- ------------ ------------ DC_FORESTPRIMARY...
Workaround will be to use a custom unattend.xml as specified in `about_LabBuilderSchema.help.txt` ``` 7.1.13A - UNATTENDFILE OPTIONAL ATTRIBUTE > unattendfile="xs:string" This optional attribute allows a specific unattend XML file to...
This should do the trick ``` $InstallHyperV = Get-WindowsOptionalFeature -Online -FeatureName 'Microsoft-Hyper-V*' | where State -ne 'Enabled' | Enable-WindowsOptionalFeature -Online -NoRestart If ($InstallHyperV.RestartNeeded){ Write-Host 'Computer needs to be restarted to...
Yes, that’s it. If I for some reason forget to clean up a duplicate VM entry in the lab confíg, that is the behavior.
Yes, on three different fresh setups. Maybe it’s a regional settings thing (I’m using English w Swedish keyboard). I’ll post a complete system info on Wednesday when I’m back at...
Oh, wait. It only happens the first time a virtual switch is created. Delete one and the issue will come back.
OK, found the reason in schema\labbuilderconfig-schema.xsd > This optional attribute configures this Virtual Adapter to use a static IPv4 address. > If this attribute is defined then the IPv4 subnetmask...
I don't know yet. My lab is about DSC itself, to replicate a production scenario. As long as the DSC config is only injected and not uphold, I would assume...