Azure / Azure/GuestConfiguration

Compliance not updating until Reboot has been completed

Open
#302 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
PowerShell
Stars
8
Forks
13
PR merge metrics
No merged PRs in 30d

Description

#### Details of the scenario you tried and the problem that is occurring

My policy has installed the software successfully and I can see that the GC logs show as compliant. When I take the guest config package locally and run Get-GuestConfigurationPackageComplianceStatus against it, it also shows compliant

I've left the target machines for two days and they still show as non-compliant in Azure Policy:

Reason for non-compliance
Current value must be equal to the target value.
Field
Microsoft.GuestConfiguration/guestConfigurationAssignments/complianceStatus
Path
properties.complianceStatus
Current value
"Pending"
Target value
"Compliant"

On a sample I have then rebooted nodes in turn and discovered that only then do they correctly report compliance in Azure Portal

#### Verbose logs showing the problem

[2024-08-28 10:56:50.374] [PID 20116] [TID 2148] [CONSISTENCY_OPERATIONS] [INFO] [04fb1997-a475-4d15-9be0-8b94b66d31ed] Starting consistency for Trellix_v1@pidutskege7mvxvs
[2024-08-28 10:56:50.374] [PID 20116] [TID 2148] [CONSISTENCY_OPERATIONS] [INFO] [04fb1997-a475-4d15-9be0-8b94b66d31ed] Starting run_consistency for configuration : 'Trellix_v1@pidutskege7mvxvs', Compliance status : 'Pending', solution type : 'inguest_apply_and_auto_correct'
[2024-08-28 10:56:50.375] [PID 20116] [TID 2148] [CONSISTENCY_OPERATIONS] [INFO] [04fb1997-a475-4d15-9be0-8b94b66d31ed] Calling start_dsc_configuration for Trellix_v1@pidutskege7mvxvs.
[2024-08-28 10:56:50.381] [PID 20116] [TID 2148] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job {D7FD86FD-6523-11EF-8D3B-000D3A7ECCED} : LCM has released the resource state cache.
[2024-08-28 10:56:50.382] [PID 20116] [TID 2148] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job {D7FD86FD-6523-11EF-8D3B-000D3A7ECCED} : Reading the file content from DSCEngineCache.mof
[2024-08-28 10:56:50.382] [PID 20116] [TID 2148] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job {D7FD86FD-6523-11EF-8D3B-000D3A7ECCED} : Reading agent registration information from ('C:\Packages\Plugins\Microsoft.GuestConfiguration.ConfigurationforWindows\1.29.80.0\dsc\GC\..\GC\..\\GC\PullServiceRegistrationInfo\RegistrationInfo.txt')
[2024-08-28 10:56:50.383] [PID 20116] [TID 2148] [Engine] [INFO] [04fb1997-a475-4d15-9be0-8b94b66d31ed] Applying configuration : configuration_name = Trellix_v1@pidutskege7mvxvs, file_path = , useexisting = true, force = true
[2024-08-28 10:56:50.384] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Operation Update-DscConfiguration -Force started by user sid null from computer null.
[2024-08-28 10:56:50.384] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Deleting file from C:\ProgramData\GuestConfig\Configuration\Trellix_v1@pidutskege7mvxvs\\DSCEngineCache.mof
[2024-08-28 10:56:50.404] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Getting Metaconfiguration details.
[2024-08-28 10:56:50.404] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Getting Metaconfiguration details.
[2024-08-28 10:56:50.405] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Getting Metaconfiguration details.
[2024-08-28 10:56:50.405] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Function CallConsistencyEngineInternal started with parameters
DataSize: 0
Flags: 0
Execution Mode: 0
[2024-08-28 10:56:50.406] [PID 20116] [TID 21436] [DSCEngine] [WARNING] [00000000-0000-0000-0000-000000000000] [C:\__w\1\s\src\dsc\engine\ConfigurationManager\LocalConfigManagerHelper.c:4615] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Displaying messages from built-in DSC resources:
WMI channel 1
ResourceID:
Message : [WPAHI0058-0]: [] Starting consistency engine.
[2024-08-28 10:56:50.408] [PID 20116] [TID 21436] [DSCEngine] [WARNING] [00000000-0000-0000-0000-000000000000] [C:\__w\1\s\src\dsc\engine\ConfigurationManager\LocalConfigManagerHelper.c:4615] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Displaying messages from built-in DSC resources:
WMI channel 1
ResourceID:
Message : [WPAHI0058-0]: [] Checking consistency for current configuration.
[2024-08-28 10:56:50.409] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Applying configuration from C:\ProgramData\GuestConfig\Configuration\Trellix_v1@pidutskege7mvxvs\\Current.mof.
[2024-08-28 10:56:50.409] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Getting Metaconfiguration details.
[2024-08-28 10:56:50.410] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Module manager is loading instance document from location C:\ProgramData\GuestConfig\Configuration\Trellix_v1@pidutskege7mvxvs\\Current.mof
[2024-08-28 10:56:50.416] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : The base folder of native resources 'C:\ProgramData\GuestConfig\Configuration\Trellix_v1@pidutskege7mvxvs\Modules\DscNativeResources\' does not exist.
[2024-08-28 10:56:50.416] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : The base folder of native resources 'C:\ProgramData\GuestConfig\Configuration\Trellix_v1@pidutskege7mvxvs\Modules\DscNativeResources\' does not exist.
[2024-08-28 10:56:50.416] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Getting Metaconfiguration details.
[2024-08-28 10:56:50.439] [PID 20116] [TID 21436] [PSPROVIDER] [INFO] [00000000-0000-0000-0000-000000000000] InitializeCoreCLR(). intializeCoreClr() is successful
[2024-08-28 10:56:50.441] [PID 20116] [TID 21436] [PSPROVIDER] [INFO] [00000000-0000-0000-0000-000000000000] CreateDelegate(). successfully created managed delegate for assemblyName:Microsoft.Windows.DSC.CoreConfProviders, Culture=neutral, PublicKeyToken=31bf3856ad364e35 className:Microsoft.PowerShell.DesiredStateConfiguration.Internal.DscPluginManagedEntryWrapper methodName:InitPlugin
[2024-08-28 10:56:50.443] [PID 20116] [TID 21436] [PSPROVIDER] [INFO] [00000000-0000-0000-0000-000000000000] GetFunctionPtrs(). returnValue:0
[2024-08-28 10:56:59.328] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Validating instance document.
[2024-08-28 10:56:59.328] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Parsing the configuration to apply.
[2024-08-28 10:56:59.328] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Method SendConfigurationApply started with parameters
Class name: OMI_ConfigurationDocument
Resource ID:
Flags: 0
Execution Mode: 12582912
DSC resource Namespace: null
[2024-08-28 10:56:59.329] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Resolving Dependencies inside the configuration document.
[2024-08-28 10:56:59.329] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Resource execution sequence :: [Script]DownloadTrellixMSI, [Script]DownloadAgentConfig, [MsiPackage]Trellix.
[2024-08-28 10:56:59.329] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Setting resources in order. Number of resources: 3
[2024-08-28 10:56:59.330] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Activity LCM
CurrentOperation [WPAHI0058-0] Set
StatusDescription Applying Configuration
PercentComplete 33
SecondsRemaining 3
[2024-08-28 10:56:59.330] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Displaying messages from the engine:
WMI channel 1
ResourceID: [Script]DownloadTrellixMSI
Message : [WPAHI0058-0]: LCM: [ Start Resource ] [[Script]DownloadTrellixMSI]
[2024-08-28 10:56:59.330] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Getting a registration instance for MSFT_ScriptResource
[2024-08-28 10:56:59.330] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Moving the resource [Script]DownloadTrellixMSI of class MSFT_ScriptResource to desired state.
[2024-08-28 10:56:59.331] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Getting Metaconfiguration details.
[2024-08-28 10:56:59.331] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Executing operations for PS DSC resource MSFT_ScriptResource with resource name [Script]DownloadTrellixMSI
[2024-08-28 10:56:59.331] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Method Exec_PSProvider started with parameters
Class name: MSFT_ScriptResource
Resource ID: [Script]DownloadTrellixMSI
Flags: 0
Execution Mode: 12582912
DSC resource Namespace: null
[2024-08-28 10:56:59.332] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Displaying messages from the engine:
WMI channel 1
ResourceID: [Script]DownloadTrellixMSI
Message : [WPAHI0058-0]: LCM: [ Start Test ] [[Script]DownloadTrellixMSI]
[2024-08-28 10:57:00.507] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Displaying messages from the engine:
WMI channel 1
ResourceID: [Script]DownloadTrellixMSI
Message : [WPAHI0058-0]: LCM: [ End Test ] [[Script]DownloadTrellixMSI] in 1.1750 seconds.
[2024-08-28 10:57:00.507] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Displaying messages from the engine:
WMI channel 1
ResourceID: [Script]DownloadTrellixMSI
Message : [WPAHI0058-0]: LCM: [ Skip Set ] [[Script]DownloadTrellixMSI]
[2024-08-28 10:57:00.508] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Displaying messages from the engine:
WMI channel 1
ResourceID: [Script]DownloadTrellixMSI
Message : [WPAHI0058-0]: LCM: [ End Resource ] [[Script]DownloadTrellixMSI]
[2024-08-28 10:57:00.508] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Activity LCM
CurrentOperation [WPAHI0058-0] Set
StatusDescription Applying Configuration
PercentComplete 66
SecondsRemaining 2
[2024-08-28 10:57:00.509] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Displaying messages from the engine:
WMI channel 1
ResourceID: [Script]DownloadAgentConfig
Message : [WPAHI0058-0]: LCM: [ Start Resource ] [[Script]DownloadAgentConfig]
[2024-08-28 10:57:00.509] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Getting a registration instance for MSFT_ScriptResource
[2024-08-28 10:57:00.509] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Moving the resource [Script]DownloadAgentConfig of class MSFT_ScriptResource to desired state.
[2024-08-28 10:57:00.510] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Getting Metaconfiguration details.
[2024-08-28 10:57:00.510] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Executing operations for PS DSC resource MSFT_ScriptResource with resource name [Script]DownloadAgentConfig
[2024-08-28 10:57:00.510] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Method Exec_PSProvider started with parameters
Class name: MSFT_ScriptResource
Resource ID: [Script]DownloadAgentConfig
Flags: 0
Execution Mode: 12582912
DSC resource Namespace: null
[2024-08-28 10:57:00.511] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Displaying messages from the engine:
WMI channel 1
ResourceID: [Script]DownloadAgentConfig
Message : [WPAHI0058-0]: LCM: [ Start Test ] [[Script]DownloadAgentConfig]
[2024-08-28 10:57:00.539] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Displaying messages from the engine:
WMI channel 1
ResourceID: [Script]DownloadAgentConfig
Message : [WPAHI0058-0]: LCM: [ End Test ] [[Script]DownloadAgentConfig] in 0.0280 seconds.
[2024-08-28 10:57:00.539] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Displaying messages from the engine:
WMI channel 1
ResourceID: [Script]DownloadAgentConfig
Message : [WPAHI0058-0]: LCM: [ Skip Set ] [[Script]DownloadAgentConfig]
[2024-08-28 10:57:00.540] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Displaying messages from the engine:
WMI channel 1
ResourceID: [Script]DownloadAgentConfig
Message : [WPAHI0058-0]: LCM: [ End Resource ] [[Script]DownloadAgentConfig]
[2024-08-28 10:57:00.540] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Activity LCM
CurrentOperation [WPAHI0058-0] Set
StatusDescription Applying Configuration
PercentComplete 100
SecondsRemaining 1
[2024-08-28 10:57:00.540] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Displaying messages from the engine:
WMI channel 1
ResourceID: [MsiPackage]Trellix
Message : [WPAHI0058-0]: LCM: [ Start Resource ] [[MsiPackage]Trellix]
[2024-08-28 10:57:00.541] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Getting a registration instance for MSFT_MsiPackage
[2024-08-28 10:57:00.541] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Moving the resource [MsiPackage]Trellix of class MSFT_MsiPackage to desired state.
[2024-08-28 10:57:00.541] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Getting Metaconfiguration details.
[2024-08-28 10:57:00.541] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Executing operations for PS DSC resource MSFT_MsiPackage with resource name [MsiPackage]Trellix
[2024-08-28 10:57:00.542] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Method Exec_PSProvider started with parameters
Class name: MSFT_MsiPackage
Resource ID: [MsiPackage]Trellix
Flags: 0
Execution Mode: 12582912
DSC resource Namespace: null
[2024-08-28 10:57:00.542] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Displaying messages from the engine:
WMI channel 1
ResourceID: [MsiPackage]Trellix
Message : [WPAHI0058-0]: LCM: [ Start Test ] [[MsiPackage]Trellix]
[2024-08-28 10:57:01.160] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Displaying messages from the engine:
WMI channel 1
ResourceID: [MsiPackage]Trellix
Message : [WPAHI0058-0]: LCM: [ End Test ] [[MsiPackage]Trellix] in 0.6180 seconds.
[2024-08-28 10:57:01.161] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Displaying messages from the engine:
WMI channel 1
ResourceID: [MsiPackage]Trellix
Message : [WPAHI0058-0]: LCM: [ Skip Set ] [[MsiPackage]Trellix]
[2024-08-28 10:57:01.161] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Displaying messages from the engine:
WMI channel 1
ResourceID: [MsiPackage]Trellix
Message : [WPAHI0058-0]: LCM: [ End Resource ] [[MsiPackage]Trellix]
[2024-08-28 10:57:01.162] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : The local configuration manager has applied the configuration successfully.
[2024-08-28 10:57:01.163] [PID 20116] [TID 21436] [DSCEngine] [WARNING] [00000000-0000-0000-0000-000000000000] [C:\__w\1\s\src\dsc\engine\ConfigurationManager\LocalConfigManagerHelper.c:4615] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Displaying messages from built-in DSC resources:
WMI channel 1
ResourceID:
Message : [WPAHI0058-0]: [] Consistency check completed.
[2024-08-28 10:57:01.163] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Method CallConsistencyEngineInternal ended successfully
[2024-08-28 10:57:01.163] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Operation Update-DscConfiguration -Force completed successfully.
[2024-08-28 10:57:01.164] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Getting Metaconfiguration details.
[2024-08-28 10:57:01.164] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Deleting file from C:\ProgramData\GuestConfig\Configuration\Trellix_v1@pidutskege7mvxvs\\DSCEngineCache.mof
[2024-08-28 10:57:01.166] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Method CU_ApplyConfiguration ended successfully
[2024-08-28 10:57:01.166] [PID 20116] [TID 2148] [Engine] [INFO] [04fb1997-a475-4d15-9be0-8b94b66d31ed] Configuration apply completed successfully.
[2024-08-28 10:57:01.621] [PID 20116] [TID 2148] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job : LCM has released the resource state cache.
[2024-08-28 10:57:01.621] [PID 20116] [TID 2148] [CONSISTENCY_OPERATIONS] [INFO] [Starting test_dsc_configuration in run_consistency for configuration '{0}'] Trellix_v1@pidutskege7mvxvs
[2024-08-28 10:57:01.621] [PID 20116] [TID 2148] [CONSISTENCY_OPERATIONS] [INFO] [04fb1997-a475-4d15-9be0-8b94b66d31ed] Calling test_dsc_configuration for Trellix_v1@pidutskege7mvxvs.
[2024-08-28 10:57:01.626] [PID 20116] [TID 2148] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job {DEB16BAE-6523-11EF-8D3B-000D3A7ECCED} : LCM has released the resource state cache.
[2024-08-28 10:57:01.627] [PID 20116] [TID 2148] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job {DEB16BAE-6523-11EF-8D3B-000D3A7ECCED} : Reading the file content from DSCEngineCache.mof
[2024-08-28 10:57:01.628] [PID 20116] [TID 2148] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job {DEB16BAE-6523-11EF-8D3B-000D3A7ECCED} : Reading agent registration information from ('C:\Packages\Plugins\Microsoft.GuestConfiguration.ConfigurationforWindows\1.29.80.0\dsc\GC\..\GC\..\\GC\PullServiceRegistrationInfo\RegistrationInfo.txt')
[2024-08-28 10:57:01.628] [PID 20116] [TID 2148] [Engine] [INFO] [04fb1997-a475-4d15-9be0-8b94b66d31ed] Testing configuration : configuration_name = Trellix_v1@pidutskege7mvxvs, file_path =
[2024-08-28 10:57:01.635] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Operation Test-DscConfiguration started by user sid null from computer null.
[2024-08-28 10:57:01.636] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Deleting file from C:\ProgramData\GuestConfig\Configuration\Trellix_v1@pidutskege7mvxvs\\DSCEngineCache.mof
[2024-08-28 10:57:01.642] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Getting Metaconfiguration details.
[2024-08-28 10:57:01.642] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Getting Metaconfiguration details.
[2024-08-28 10:57:01.643] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Getting Metaconfiguration details.
[2024-08-28 10:57:01.643] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Function CallTestConfiguration started with parameters
DataSize: 0
Flags: 0
Execution Mode: 0
[2024-08-28 10:57:01.644] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Displaying messages from the engine:
WMI channel 1
ResourceID:
Message : [WPAHI0058-0]: LCM: [ Start Test ]
[2024-08-28 10:57:01.644] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Applying configuration from C:\ProgramData\GuestConfig\Configuration\Trellix_v1@pidutskege7mvxvs\\Current.mof.
[2024-08-28 10:57:01.645] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Getting Metaconfiguration details.
[2024-08-28 10:57:01.645] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Module manager is loading instance document from location C:\ProgramData\GuestConfig\Configuration\Trellix_v1@pidutskege7mvxvs\\Current.mof
[2024-08-28 10:57:01.649] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : The base folder of native resources 'C:\ProgramData\GuestConfig\Configuration\Trellix_v1@pidutskege7mvxvs\Modules\DscNativeResources\' does not exist.
[2024-08-28 10:57:01.649] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : The base folder of native resources 'C:\ProgramData\GuestConfig\Configuration\Trellix_v1@pidutskege7mvxvs\Modules\DscNativeResources\' does not exist.
[2024-08-28 10:57:01.649] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Getting Metaconfiguration details.
[2024-08-28 10:57:01.650] [PID 20116] [TID 21436] [PSPROVIDER] [INFO] [00000000-0000-0000-0000-000000000000] GetFunctionPtrs(). returnValue:0
[2024-08-28 10:57:01.735] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Validating instance document.
[2024-08-28 10:57:01.736] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Parsing the configuration to apply.
[2024-08-28 10:57:01.736] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Method SendConfigurationApply started with parameters
Class name: OMI_ConfigurationDocument
Resource ID:
Flags: 16777216
Execution Mode: 12582912
DSC resource Namespace: null
[2024-08-28 10:57:01.736] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Resolving Dependencies inside the configuration document.
[2024-08-28 10:57:01.736] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Resource execution sequence :: [Script]DownloadTrellixMSI, [Script]DownloadAgentConfig, [MsiPackage]Trellix.
[2024-08-28 10:57:01.737] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Setting resources in order. Number of resources: 3
[2024-08-28 10:57:01.737] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Activity LCM
CurrentOperation [WPAHI0058-0] Test
StatusDescription Testing Configuration
PercentComplete 33
SecondsRemaining 3
[2024-08-28 10:57:01.737] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Displaying messages from the engine:
WMI channel 1
ResourceID: [Script]DownloadTrellixMSI
Message : [WPAHI0058-0]: LCM: [ Start Resource ] [[Script]DownloadTrellixMSI]
[2024-08-28 10:57:01.738] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Getting a registration instance for MSFT_ScriptResource
[2024-08-28 10:57:01.738] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Moving the resource [Script]DownloadTrellixMSI of class MSFT_ScriptResource to desired state.
[2024-08-28 10:57:01.738] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Getting Metaconfiguration details.
[2024-08-28 10:57:01.738] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Executing operations for PS DSC resource MSFT_ScriptResource with resource name [Script]DownloadTrellixMSI
[2024-08-28 10:57:01.739] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Method Exec_PSProvider started with parameters
Class name: MSFT_ScriptResource
Resource ID: [Script]DownloadTrellixMSI
Flags: 16777216
Execution Mode: 12582912
DSC resource Namespace: null
[2024-08-28 10:57:01.739] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Displaying messages from the engine:
WMI channel 1
ResourceID: [Script]DownloadTrellixMSI
Message : [WPAHI0058-0]: LCM: [ Start Test ] [[Script]DownloadTrellixMSI]
[2024-08-28 10:57:01.755] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Displaying messages from the engine:
WMI channel 1
ResourceID: [Script]DownloadTrellixMSI
Message : [WPAHI0058-0]: LCM: [ End Test ] [[Script]DownloadTrellixMSI] True in 0.0160 seconds.
[2024-08-28 10:57:01.755] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Displaying messages from the engine:
WMI channel 1
ResourceID: [Script]DownloadTrellixMSI
Message : [WPAHI0058-0]: LCM: [ End Resource ] [[Script]DownloadTrellixMSI]
[2024-08-28 10:57:01.755] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Activity LCM
CurrentOperation [WPAHI0058-0] Test
StatusDescription Testing Configuration
PercentComplete 66
SecondsRemaining 2
[2024-08-28 10:57:01.756] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Displaying messages from the engine:
WMI channel 1
ResourceID: [Script]DownloadAgentConfig
Message : [WPAHI0058-0]: LCM: [ Start Resource ] [[Script]DownloadAgentConfig]
[2024-08-28 10:57:01.756] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Getting a registration instance for MSFT_ScriptResource
[2024-08-28 10:57:01.756] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Moving the resource [Script]DownloadAgentConfig of class MSFT_ScriptResource to desired state.
[2024-08-28 10:57:01.756] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Getting Metaconfiguration details.
[2024-08-28 10:57:01.757] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Executing operations for PS DSC resource MSFT_ScriptResource with resource name [Script]DownloadAgentConfig
[2024-08-28 10:57:01.757] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Method Exec_PSProvider started with parameters
Class name: MSFT_ScriptResource
Resource ID: [Script]DownloadAgentConfig
Flags: 16777216
Execution Mode: 12582912
DSC resource Namespace: null
[2024-08-28 10:57:01.757] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Displaying messages from the engine:
WMI channel 1
ResourceID: [Script]DownloadAgentConfig
Message : [WPAHI0058-0]: LCM: [ Start Test ] [[Script]DownloadAgentConfig]
[2024-08-28 10:57:02.259] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Displaying messages from the engine:
WMI channel 1
ResourceID: [Script]DownloadAgentConfig
Message : [WPAHI0058-0]: LCM: [ End Test ] [[Script]DownloadAgentConfig] True in 0.5030 seconds.
[2024-08-28 10:57:02.260] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Displaying messages from the engine:
WMI channel 1
ResourceID: [Script]DownloadAgentConfig
Message : [WPAHI0058-0]: LCM: [ End Resource ] [[Script]DownloadAgentConfig]
[2024-08-28 10:57:02.260] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Activity LCM
CurrentOperation [WPAHI0058-0] Test
StatusDescription Testing Configuration
PercentComplete 100
SecondsRemaining 1
[2024-08-28 10:57:02.261] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Displaying messages from the engine:
WMI channel 1
ResourceID: [MsiPackage]Trellix
Message : [WPAHI0058-0]: LCM: [ Start Resource ] [[MsiPackage]Trellix]
[2024-08-28 10:57:02.261] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Getting a registration instance for MSFT_MsiPackage
[2024-08-28 10:57:02.261] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Moving the resource [MsiPackage]Trellix of class MSFT_MsiPackage to desired state.
[2024-08-28 10:57:02.261] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Getting Metaconfiguration details.
[2024-08-28 10:57:02.262] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Executing operations for PS DSC resource MSFT_MsiPackage with resource name [MsiPackage]Trellix
[2024-08-28 10:57:02.262] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Method Exec_PSProvider started with parameters
Class name: MSFT_MsiPackage
Resource ID: [MsiPackage]Trellix
Flags: 16777216
Execution Mode: 12582912
DSC resource Namespace: null
[2024-08-28 10:57:02.262] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Displaying messages from the engine:
WMI channel 1
ResourceID: [MsiPackage]Trellix
Message : [WPAHI0058-0]: LCM: [ Start Test ] [[MsiPackage]Trellix]
[2024-08-28 10:57:02.353] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Displaying messages from the engine:
WMI channel 1
ResourceID: [MsiPackage]Trellix
Message : [WPAHI0058-0]: LCM: [ End Test ] [[MsiPackage]Trellix] True in 0.0910 seconds.
[2024-08-28 10:57:02.354] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Displaying messages from the engine:
WMI channel 1
ResourceID: [MsiPackage]Trellix
Message : [WPAHI0058-0]: LCM: [ End Resource ] [[MsiPackage]Trellix]
[2024-08-28 10:57:02.808] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Displaying messages from the engine:
WMI channel 1
ResourceID:
Message : [WPAHI0058-0]: LCM: [ End Test ] Completed processing test operation. The operation returned True.
[2024-08-28 10:57:02.808] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Method CallTestConfiguration ended successfully
[2024-08-28 10:57:02.809] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Displaying messages from the engine:
WMI channel 1
ResourceID: LCM
Message : [WPAHI0058-0]: LCM: [ End Test ] in 1.1730 seconds.
[2024-08-28 10:57:02.809] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Operation Test-DscConfiguration completed successfully.
[2024-08-28 10:57:02.809] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Getting Metaconfiguration details.
[2024-08-28 10:57:02.810] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Deleting file from C:\ProgramData\GuestConfig\Configuration\Trellix_v1@pidutskege7mvxvs\\DSCEngineCache.mof
[2024-08-28 10:57:02.813] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Method CU_TestConfiguration ended successfully
[2024-08-28 10:57:02.814] [PID 20116] [TID 2148] [Engine] [INFO] [04fb1997-a475-4d15-9be0-8b94b66d31ed] Test configuration completed successfully.
[2024-08-28 10:57:02.816] [PID 20116] [TID 2148] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job : LCM has released the resource state cache.
[2024-08-28 10:57:02.816] [PID 20116] [TID 2148] [CONSISTENCY_OPERATIONS] [INFO] [Starting get_dsc_configuration in run_consistency for configuration '{0}'] Trellix_v1@pidutskege7mvxvs
[2024-08-28 10:57:02.817] [PID 20116] [TID 2148] [CONSISTENCY_OPERATIONS] [INFO] [04fb1997-a475-4d15-9be0-8b94b66d31ed] Calling get_dsc_configuration for Trellix_v1@pidutskege7mvxvs.
[2024-08-28 10:57:02.835] [PID 20116] [TID 2148] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job {DEB16BAF-6523-11EF-8D3B-000D3A7ECCED} : LCM has released the resource state cache.
[2024-08-28 10:57:02.836] [PID 20116] [TID 2148] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job {DEB16BAF-6523-11EF-8D3B-000D3A7ECCED} : Reading the file content from DSCEngineCache.mof
[2024-08-28 10:57:02.836] [PID 20116] [TID 2148] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job {DEB16BAF-6523-11EF-8D3B-000D3A7ECCED} : Reading agent registration information from ('C:\Packages\Plugins\Microsoft.GuestConfiguration.ConfigurationforWindows\1.29.80.0\dsc\GC\..\GC\..\\GC\PullServiceRegistrationInfo\RegistrationInfo.txt')
[2024-08-28 10:57:02.837] [PID 20116] [TID 2148] [Engine] [INFO] [04fb1997-a475-4d15-9be0-8b94b66d31ed] Getting configuration : configuration_name = Trellix_v1@pidutskege7mvxvs, file_path = ''
[2024-08-28 10:57:02.837] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Operation Get-DscConfiguration started by user sid null from computer null.
[2024-08-28 10:57:02.837] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Deleting file from C:\ProgramData\GuestConfig\Configuration\Trellix_v1@pidutskege7mvxvs\\DSCEngineCache.mof
[2024-08-28 10:57:02.844] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Getting Metaconfiguration details.
[2024-08-28 10:57:02.844] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Getting Metaconfiguration details.
[2024-08-28 10:57:02.845] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Getting Metaconfiguration details.
[2024-08-28 10:57:02.845] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Function CallGetConfiguration started with parameters
DataSize: 0
Flags: 0
Execution Mode: 0
[2024-08-28 10:57:02.847] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Module manager is loading instance document from location C:\ProgramData\GuestConfig\Configuration\Trellix_v1@pidutskege7mvxvs\\Get.mof
[2024-08-28 10:57:02.859] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : The base folder of native resources 'C:\ProgramData\GuestConfig\Configuration\Trellix_v1@pidutskege7mvxvs\Modules\DscNativeResources\' does not exist.
[2024-08-28 10:57:02.859] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : The base folder of native resources 'C:\ProgramData\GuestConfig\Configuration\Trellix_v1@pidutskege7mvxvs\Modules\DscNativeResources\' does not exist.
[2024-08-28 10:57:02.860] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Getting Metaconfiguration details.
[2024-08-28 10:57:02.860] [PID 20116] [TID 21436] [PSPROVIDER] [INFO] [00000000-0000-0000-0000-000000000000] GetFunctionPtrs(). returnValue:0
[2024-08-28 10:57:03.437] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Validating instance document.
[2024-08-28 10:57:03.437] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Displaying messages from the engine:
WMI channel 1
ResourceID:
Message : [WPAHI0058-0]: LCM: [ Start Get ]
[2024-08-28 10:57:03.437] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Getting Metaconfiguration details.
[2024-08-28 10:57:03.438] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Executing GET for PS DSC resource MSFT_ScriptResource with resource name [Script]DownloadTrellixMSI
[2024-08-28 10:57:03.438] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Method Get_PSProvider started with parameters
Class name: MSFT_ScriptResource
Resource ID: [Script]DownloadTrellixMSI
Flags: 0
Execution Mode: 12582912
DSC resource Namespace: null
[2024-08-28 10:57:03.469] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Displaying messages from the engine:
WMI channel 1
ResourceID: [Script]DownloadTrellixMSI
Message : [WPAHI0058-0]: LCM: [ End Get ] [[Script]DownloadTrellixMSI] in 0.0320 seconds.
[2024-08-28 10:57:03.470] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Method Get_PSProvider ended successfully
[2024-08-28 10:57:03.470] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Getting Metaconfiguration details.
[2024-08-28 10:57:03.470] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Executing GET for PS DSC resource MSFT_ScriptResource with resource name [Script]DownloadAgentConfig
[2024-08-28 10:57:03.471] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Method Get_PSProvider started with parameters
Class name: MSFT_ScriptResource
Resource ID: [Script]DownloadAgentConfig
Flags: 0
Execution Mode: 12582912
DSC resource Namespace: null
[2024-08-28 10:57:03.497] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Displaying messages from the engine:
WMI channel 1
ResourceID: [Script]DownloadAgentConfig
Message : [WPAHI0058-0]: LCM: [ End Get ] [[Script]DownloadAgentConfig] in 0.0260 seconds.
[2024-08-28 10:57:03.497] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Method Get_PSProvider ended successfully
[2024-08-28 10:57:03.498] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Getting Metaconfiguration details.
[2024-08-28 10:57:03.498] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Executing GET for PS DSC resource MSFT_MsiPackage with resource name [MsiPackage]Trellix
[2024-08-28 10:57:03.498] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Method Get_PSProvider started with parameters
Class name: MSFT_MsiPackage
Resource ID: [MsiPackage]Trellix
Flags: 0
Execution Mode: 12582912
DSC resource Namespace: null
[2024-08-28 10:57:04.088] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Displaying messages from the engine:
WMI channel 1
ResourceID: [MsiPackage]Trellix
Message : [WPAHI0058-0]: LCM: [ End Get ] [[MsiPackage]Trellix] in 0.5890 seconds.
[2024-08-28 10:57:04.088] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Method Get_PSProvider ended successfully
[2024-08-28 10:57:04.089] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Deleting file from C:\ProgramData\GuestConfig\Configuration\Trellix_v1@pidutskege7mvxvs\\Get.mof
[2024-08-28 10:57:04.090] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Method CallGetConfiguration ended successfully
[2024-08-28 10:57:04.090] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Displaying messages from the engine:
WMI channel 1
ResourceID: LCM
Message : [WPAHI0058-0]: LCM: [ End Get ] in 1.2450 seconds.
[2024-08-28 10:57:04.091] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Operation Get-DscConfiguration completed successfully.
[2024-08-28 10:57:04.091] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Getting Metaconfiguration details.
[2024-08-28 10:57:04.092] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Deleting file from C:\ProgramData\GuestConfig\Configuration\Trellix_v1@pidutskege7mvxvs\\DSCEngineCache.mof
[2024-08-28 10:57:04.094] [PID 20116] [TID 21436] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job 04fb1997-a475-4d15-9be0-8b94b66d31ed : Method CU_GetConfiguration ended successfully
[2024-08-28 10:57:04.095] [PID 20116] [TID 2148] [Engine] [INFO] [04fb1997-a475-4d15-9be0-8b94b66d31ed] Get configuration completed successfully.
[2024-08-28 10:57:04.097] [PID 20116] [TID 2148] [DSCEngine] [INFO] [00000000-0000-0000-0000-000000000000] Job : LCM has released the resource state cache.
[2024-08-28 10:57:04.099] [PID 20116] [TID 2148] [Pull Client] [INFO] [04fb1997-a475-4d15-9be0-8b94b66d31ed] Initializing pull client.
[2024-08-28 10:57:04.156] [PID 20116] [TID 2148] [METADATA_INFO] [INFO] [00000000-0000-0000-0000-000000000000] Resouce Id from get_vm_resource_id - subscriptions/ee81357a-cdaf-41a5-8413-2a18a03a4a02/resourceGroups/rg-avd-dev-avd-uks-01/providers/Microsoft.Compute/virtualMachines/vm-hp-developer-win11-dev-avd-uks-01-0
[2024-08-28 10:57:04.209] [PID 20116] [TID 2148] [METADATA_INFO] [INFO] [00000000-0000-0000-0000-000000000000] Getting msi info from public region for vm located in 'uksouth' location.
[2024-08-28 10:57:04.209] [PID 20116] [TID 2148] [METADATA_INFO] [INFO] [00000000-0000-0000-0000-000000000000] Connecting to MSI endpoint: http://169.254.169.254/metadata/identity/oauth2/token?api-version=2018-02-01&resource=https%3A%2F%2Fmonitor.azure.com%2F
[2024-08-28 10:57:04.257] [PID 20116] [TID 2148] [Pull Client] [INFO] [04fb1997-a475-4d15-9be0-8b94b66d31ed] [GAS IPs: Public IPv4: 51.140.151.168]
[2024-08-28 10:57:04.258] [PID 20116] [TID 2148] [Pull Client] [INFO] [04fb1997-a475-4d15-9be0-8b94b66d31ed] [GAS IPs: Public IPv4: 51.140.151.168] Sending report for 'Trellix_v1@pidutskege7mvxvs' to 'https://uksouth-gas.guestconfiguration.azure.com/virtualMachines/76057d0a-e6da-4ef1-9847-e358ae3f8ba5/assignments/Trellix_v1$pidutskege7mvxvs/reports?api-version=2020-11-08'
[2024-08-28 10:57:04.259] [PID 20116] [TID 2148] [PULL_CLIENT_CERT_HELPER] [INFO] [00000000-0000-0000-0000-000000000000] Proxy settings are disabled. Proxy settings 'https_proxy' environment variable is empty.
[2024-08-28 10:57:04.605] [PID 20116] [TID 2148] [Reports] [INFO] [04fb1997-a475-4d15-9be0-8b94b66d31ed] Sent assignment report for job '04fb1997-a475-4d15-9be0-8b94b66d31ed'. Compliance = true'
[2024-08-28 10:57:04.605] [PID 20116] [TID 2148] [CONSISTENCY_OPERATIONS] [INFO] [04fb1997-a475-4d15-9be0-8b94b66d31ed] Completed consistency run successfully for Trellix_v1@pidutskege7mvxvs
#### Suggested solution to the issue

#### The DSC configuration that is used to reproduce the issue (if applicable)
```powershell
Configuration Install
{
Import-DscResource -ModuleName PSDscResources

Script DownloadTrellixMSI
{
GetScript = { return @{} } # Minimal implementation
TestScript = { Test-Path "C:\temp\xagtSetup_35.31.25_universal.msi" }
SetScript = {
Invoke-WebRequest -Uri "https://storage.blob.core.windows.net/dsc-software/trellix/xagtSetup_universal.msi?sp=r&st=xxxxxx" -OutFile "C:\temp\xagtSetup_35.31.25_universal.msi"
}
}

Script DownloadAgentConfig
{
GetScript = { return @{} } # Minimal implementation
TestScript = { Test-Path "C:\temp\agent_config.json" }
SetScript = {
Invoke-WebRequest -Uri "https://storage.blob.core.windows.net/dsc-software/trellix/agent_config.json?sp=rxxx" -OutFile "C:\temp\agent_config.json"
}
}

MsiPackage Trellix
{
Ensure = "Present"
Path = "C:\temp\xagtSetup_35.31.25_universal.msi"
ProductId = "0B5B83F3-7160-4164-A314-F2D1A42A789A"
Arguments = "/quiet"
LogPath = "C:\temp\trellix.dsc.installer.log"
DependsOn = "[Script]DownloadTrellixMSI", "[Script]DownloadAgentConfig"
}
}

$appName = "Trellix"
$version = "v1"
Install -OutputPath .\CompiledMOF\${appName}_${version}
```

#### The operating system the target node is running

Microsoft Windows [Version 10.0.22631.4037]

#### Version and build of PowerShell the target node is running

Name Value
---- -----
PSVersion 7.4.4
PSEdition Core
GitCommitId 7.4.4
OS Microsoft Windows 10.0.22631
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
#### Version of the module that was used

Name Version Path
---- ------- ----
GuestConfiguration 4.5.0 C:\Program Files\WindowsPowerShell\Modules\GuestConfiguration\4.5.0\GuestConfiguration.psd1

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.