Brian West
Brian West
I see what you mean. The required modules need to be in the PSModulePath and then the New-GuestConfigurationPackage cmdlet will be able to include them in the configuration package artifact:...
@MrAutomater, it looks like the issue is the processing of the Windows Server 2022 MS .xml. In v2.4 there's one missing entry: https://github.com/microsoft/PowerStig/blob/81b70faff07124ffb2aa019e9105a7f6c5e8d5ca/source/StigData/Processed/WindowsServer-2022-MS-2.4.xml#L5529 and in v2.5 there are two: https://github.com/microsoft/PowerStig/blob/81b70faff07124ffb2aa019e9105a7f6c5e8d5ca/source/StigData/Processed/WindowsServer-2022-MS-2.5.xml#L5529...
@MrAutomater, I can add some testing to the Azure Pipeline to ensure a configuration that includes each DSC resource being updated is tested by generating a MOF and running `Test-DscConfiguration`...