You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I could compile successfully and localhost.mof is generated in a folder named CIS_WindowsServer2019_v110.
I executed below command to Increase the maximum envelope size Set-Item -Path WSMan:\localhost\MaxEnvelopeSizeKb -Value 2048
I executed the command toapply the PowerShell DSC configuration and got the below error. Start-DscConfiguration -Path .\CIS_WindowsServer2019_v110 -Force -Verbose -Wait
'HKCU:\SOFTWARE\Policies\Microsoft\WindowsMediaPlayer\PreventCodecDownload' with type 'DWord' and data '1'
VERBOSE: [EC2AMAZ-G27IIMQ]: LCM: [ End Test ] [[Registry]PreventCodecDownload] in 0.0460 seconds.
VERBOSE: [EC2AMAZ-G27IIMQ]: LCM: [ Skip Set ] [[Registry]PreventCodecDownload]
VERBOSE: [EC2AMAZ-G27IIMQ]: LCM: [ End Resource ] [[Registry]PreventCodecDownload]
VERBOSE: [EC2AMAZ-G27IIMQ]: LCM: [ End Set ]
The SendConfigurationApply function did not succeed.
+ CategoryInfo : NotSpecified: (root/Microsoft/...gurationManager:String) [], CimException
+ FullyQualifiedErrorId : MI RESULT 1
+ PSComputerName : localhost
VERBOSE: Operation 'Invoke CimMethod' complete.
VERBOSE: Time taken for configuration job to complete is 69.122 seconds
The text was updated successfully, but these errors were encountered:
OS : Windows Server 2019 Base, (AWS)
Issue:
I could compile successfully and localhost.mof is generated in a folder named CIS_WindowsServer2019_v110.
I executed below command to Increase the maximum envelope size
Set-Item -Path WSMan:\localhost\MaxEnvelopeSizeKb -Value 2048
I executed the command toapply the PowerShell DSC configuration and got the below error.
Start-DscConfiguration -Path .\CIS_WindowsServer2019_v110 -Force -Verbose -Wait
The text was updated successfully, but these errors were encountered: