guest configuration
2 TopicsAzure Guest Configuration + Powershell DSC ERROR!!!
I found this guide online on how to publish local user accounts to Servers using Azure Guest Configuration and Azure Policy.https://cloudbrothers.info/azure-persistence-azure-policy-guest-configuration/ i followed his guide, it worked fine. However, i want to enable WindowsFeatures, and install msi packages, not just local user management. So i followed the same steps, but i used his example for installing "Web-Server" instead. I start to remediate the policy and this is the error i get. (also posted a screenshot in this thread) Full Error PowerShell DSC resource MSFT_WindowsFeature failed to execute Test-TargetResource functionality with error message: System.InvalidOperationException: Installing roles and features using PowerShell Desired State Configuration is supported only on Server SKU's. It is not supported on Client SKU. PowerShell DSC resource MSFT_WindowsFeature failed to execute Test-TargetResource functionality with error message: System.InvalidOperationException: Installing roles and features using PowerShell Desired State Configuration is supported only on Server SKU's. It is not supported on Client SKU. The SendConfigurationApply function did not succeed. LCM failed to start desired state configuration manually.1.7KViews0likes0CommentsAzure Policy Guest Configuration - Find a VM with deactivated Windows Firewall
i have a short Question about the Azure Policy Guest Configuration with a Windows VM at Azure. I would like to write a Policy to find VMs with deactivated Windows Firewall. Can someone help me? At Azure Policy Templates i only have found a Policy with detailed Rules for the Windows Firewall. Many thanks. Best Regards, Phil503Views0likes0Comments