{
    "api_version": "1",
    "kind": "dse_post",
    "self": "https://update.dsesecurity.com/api/v1/posts/dse-20260908-228-review-wac-management-compatibility-with-enforced-application-control/",
    "item": {
        "id": "https://update.dsesecurity.com/updates/dse-20260908-228-review-wac-management-compatibility-with-enforced-application-control/",
        "slug": "dse-20260908-228-review-wac-management-compatibility-with-enforced-application-control",
        "url": "https://update.dsesecurity.com/updates/dse-20260908-228-review-wac-management-compatibility-with-enforced-application-control/",
        "alternate_urls": {
            "markdown": "https://update.dsesecurity.com/updates/dse-20260908-228-review-wac-management-compatibility-with-enforced-application-control.md",
            "json": "https://update.dsesecurity.com/api/v1/posts/dse-20260908-228-review-wac-management-compatibility-with-enforced-application-control/"
        },
        "title": "Review WAC management compatibility with enforced application control",
        "summary": "What should be checked before using Windows Admin Center against WDAC-enforced nodes?",
        "format": {
            "slug": "guide",
            "name": "Guide"
        },
        "priority": {
            "slug": "info",
            "name": "Information"
        },
        "featured": false,
        "image": {
            "theme": "continuity-recovery",
            "label": "Continuity & recovery",
            "alt": "Paired infrastructure paths converging on a stable recovered service.",
            "card_url": "https://update.dsesecurity.com/assets/editorial/continuity-recovery-card.webp?v=1.8.20",
            "hero_url": "https://update.dsesecurity.com/assets/editorial/continuity-recovery-hero.webp?v=1.8.20",
            "social_url": "https://update.dsesecurity.com/assets/editorial/continuity-recovery-social-v2.jpg?v=1.8.20",
            "width": 2400,
            "height": 1350
        },
        "topics": [
            {
                "slug": "business-continuity",
                "name": "Business Continuity",
                "url": "https://update.dsesecurity.com/topic/business-continuity/"
            },
            {
                "slug": "it",
                "name": "IT",
                "url": "https://update.dsesecurity.com/topic/it/"
            }
        ],
        "author": {
            "name": "DSE Security Editorial Team",
            "url": "https://update.dsesecurity.com/#editorial-team",
            "type": "Organization"
        },
        "publisher": {
            "name": "Detection Systems & Engineering",
            "url": "https://dsesecurity.com/"
        },
        "published_at": "2026-09-08T18:13:23+00:00",
        "modified_at": "2026-09-08T18:29:34+00:00",
        "reviewed_on": "2026-09-08",
        "reading_minutes": 2,
        "word_count": 224,
        "potentially_affected": "Administrators managing WDAC-enforced servers or clusters through Windows Admin Center.",
        "dse_recommendation": "Have the security and management owners review the required signer allowances and the intended managed-node scope.",
        "primary_source": {
            "name": "WDAC enforced infrastructure in Windows Admin Center",
            "url": "https://learn.microsoft.com/en-us/windows-server/manage/windows-admin-center/use/manage-application-control-infrastructure",
            "published_on": null,
            "authority": "Microsoft Learn"
        },
        "publishing_principles": "https://update.dsesecurity.com/updates/dse-updates-editorial-methodology/",
        "usage_info": "https://update.dsesecurity.com/usage/",
        "copyright_notice": "Copyright © 2026 Detection Systems & Engineering. All rights reserved.",
        "content_html": "<h2>Source facts</h2>\n<p>Microsoft notes that WDAC policies can block unsigned scripts and installers and enforce PowerShell ConstrainedLanguage behavior. The documented WAC integration may require authorizing the appropriate certificates in a base or supplemental allow policy. For troubleshooting, the source directs administrators to check whether Microsoft.SME modules were transferred into the managed node&#8217;s PowerShell modules directory. <a href=\"https://learn.microsoft.com/en-us/windows-server/manage/windows-admin-center/use/manage-application-control-infrastructure\" target=\"_blank\" rel=\"noopener noreferrer\">Microsoft Learn</a>.</p>\n<h2>Applicability</h2>\n<p>Identify the enforced application-control policy and the exact WAC task being attempted. Review current compatibility and known issues for that workload, rather than assuming that successful gateway sign-in proves every tool can run. Keep a policy decision separate from changing an execution setting.</p>\n<h2>DSE recommendation</h2>\n<p>Have the security and management owners review the required signer allowances and the intended managed-node scope. Use a representative test node with enforcement enabled. Record the initial policy and the WAC operations that must succeed, and agree on how denied activity will be investigated. Do not broaden the allow policy solely to clear an unexplained management error.</p>\n<h2>Verification</h2>\n<p>Run the selected management task and correlate its result with application-control observations and transferred module presence. Confirm the intended signer and file path before accepting an allowance. Test an unauthorized script or tool through the established policy-validation process. Record unsupported operations explicitly and preserve enforcement throughout the pilot.</p>\n<h2>Official references</h2>\n<p><a href=\"https://learn.microsoft.com/en-us/windows-server/manage/windows-admin-center/use/manage-application-control-infrastructure\" target=\"_blank\" rel=\"noopener noreferrer\">Microsoft Learn: WDAC enforced infrastructure in Windows Admin Center</a>. Source reviewed September 8, 2026.</p>",
        "content_text": "Source facts\nMicrosoft notes that WDAC policies can block unsigned scripts and installers and enforce PowerShell ConstrainedLanguage behavior. The documented WAC integration may require authorizing the appropriate certificates in a base or supplemental allow policy. For troubleshooting, the source directs administrators to check whether Microsoft.SME modules were transferred into the managed node’s PowerShell modules directory. Microsoft Learn.\nApplicability\nIdentify the enforced application-control policy and the exact WAC task being attempted. Review current compatibility and known issues for that workload, rather than assuming that successful gateway sign-in proves every tool can run. Keep a policy decision separate from changing an execution setting.\nDSE recommendation\nHave the security and management owners review the required signer allowances and the intended managed-node scope. Use a representative test node with enforcement enabled. Record the initial policy and the WAC operations that must succeed, and agree on how denied activity will be investigated. Do not broaden the allow policy solely to clear an unexplained management error.\nVerification\nRun the selected management task and correlate its result with application-control observations and transferred module presence. Confirm the intended signer and file path before accepting an allowance. Test an unauthorized script or tool through the established policy-validation process. Record unsupported operations explicitly and preserve enforcement throughout the pilot.\nOfficial references\nMicrosoft Learn: WDAC enforced infrastructure in Windows Admin Center. Source reviewed September 8, 2026.",
        "content_markdown": "## Source facts\n\nMicrosoft notes that WDAC policies can block unsigned scripts and installers and enforce PowerShell ConstrainedLanguage behavior. The documented WAC integration may require authorizing the appropriate certificates in a base or supplemental allow policy. For troubleshooting, the source directs administrators to check whether Microsoft.SME modules were transferred into the managed node’s PowerShell modules directory. [Microsoft Learn](https://learn.microsoft.com/en-us/windows-server/manage/windows-admin-center/use/manage-application-control-infrastructure).\n\n## Applicability\n\nIdentify the enforced application-control policy and the exact WAC task being attempted. Review current compatibility and known issues for that workload, rather than assuming that successful gateway sign-in proves every tool can run. Keep a policy decision separate from changing an execution setting.\n\n## DSE recommendation\n\nHave the security and management owners review the required signer allowances and the intended managed-node scope. Use a representative test node with enforcement enabled. Record the initial policy and the WAC operations that must succeed, and agree on how denied activity will be investigated. Do not broaden the allow policy solely to clear an unexplained management error.\n\n## Verification\n\nRun the selected management task and correlate its result with application-control observations and transferred module presence. Confirm the intended signer and file path before accepting an allowance. Test an unauthorized script or tool through the established policy-validation process. Record unsupported operations explicitly and preserve enforcement throughout the pilot.\n\n## Official references\n\n[Microsoft Learn: WDAC enforced infrastructure in Windows Admin Center](https://learn.microsoft.com/en-us/windows-server/manage/windows-admin-center/use/manage-application-control-infrastructure). Source reviewed September 8, 2026."
    },
    "json_ld": {
        "@context": "https://schema.org",
        "@graph": [
            {
                "@type": "Organization",
                "@id": "https://dsesecurity.com/#organization",
                "name": "Detection Systems & Engineering",
                "alternateName": "DSE Security",
                "url": "https://dsesecurity.com/",
                "logo": {
                    "@type": "ImageObject",
                    "url": "https://update.dsesecurity.com/assets/dse-logo-20260812.png?v=1.8.20"
                }
            },
            {
                "@type": "Organization",
                "@id": "https://update.dsesecurity.com/#editorial-team",
                "name": "DSE Security Editorial Team",
                "url": "https://update.dsesecurity.com/",
                "parentOrganization": {
                    "@id": "https://dsesecurity.com/#organization"
                }
            },
            {
                "@type": "WebSite",
                "@id": "https://update.dsesecurity.com/#website",
                "name": "DSE Updates",
                "alternateName": "DSE Security Knowledge Hub",
                "url": "https://update.dsesecurity.com/",
                "inLanguage": "en-US",
                "publisher": {
                    "@id": "https://dsesecurity.com/#organization"
                },
                "potentialAction": {
                    "@type": "SearchAction",
                    "target": {
                        "@type": "EntryPoint",
                        "urlTemplate": "https://update.dsesecurity.com/?q={search_term_string}"
                    },
                    "query-input": "required name=search_term_string"
                }
            },
            {
                "@type": "WebPage",
                "@id": "https://update.dsesecurity.com/updates/dse-20260908-228-review-wac-management-compatibility-with-enforced-application-control/",
                "url": "https://update.dsesecurity.com/updates/dse-20260908-228-review-wac-management-compatibility-with-enforced-application-control/",
                "isPartOf": {
                    "@id": "https://update.dsesecurity.com/#website"
                },
                "lastReviewed": "2026-09-08"
            },
            {
                "@type": "BreadcrumbList",
                "@id": "https://update.dsesecurity.com/updates/dse-20260908-228-review-wac-management-compatibility-with-enforced-application-control/#breadcrumbs",
                "itemListElement": [
                    {
                        "@type": "ListItem",
                        "position": 1,
                        "name": "DSE Updates",
                        "item": "https://update.dsesecurity.com/"
                    },
                    {
                        "@type": "ListItem",
                        "position": 2,
                        "name": "Review WAC management compatibility with enforced application control",
                        "item": "https://update.dsesecurity.com/updates/dse-20260908-228-review-wac-management-compatibility-with-enforced-application-control/"
                    }
                ]
            },
            {
                "@type": [
                    "Article",
                    "TechArticle"
                ],
                "@id": "https://update.dsesecurity.com/updates/dse-20260908-228-review-wac-management-compatibility-with-enforced-application-control/#article",
                "identifier": "https://update.dsesecurity.com/updates/dse-20260908-228-review-wac-management-compatibility-with-enforced-application-control/",
                "url": "https://update.dsesecurity.com/updates/dse-20260908-228-review-wac-management-compatibility-with-enforced-application-control/",
                "headline": "Review WAC management compatibility with enforced application control",
                "description": "What should be checked before using Windows Admin Center against WDAC-enforced nodes?",
                "abstract": "What should be checked before using Windows Admin Center against WDAC-enforced nodes?",
                "articleBody": "Source facts\nMicrosoft notes that WDAC policies can block unsigned scripts and installers and enforce PowerShell ConstrainedLanguage behavior. The documented WAC integration may require authorizing the appropriate certificates in a base or supplemental allow policy. For troubleshooting, the source directs administrators to check whether Microsoft.SME modules were transferred into the managed node’s PowerShell modules directory. Microsoft Learn.\nApplicability\nIdentify the enforced application-control policy and the exact WAC task being attempted. Review current compatibility and known issues for that workload, rather than assuming that successful gateway sign-in proves every tool can run. Keep a policy decision separate from changing an execution setting.\nDSE recommendation\nHave the security and management owners review the required signer allowances and the intended managed-node scope. Use a representative test node with enforcement enabled. Record the initial policy and the WAC operations that must succeed, and agree on how denied activity will be investigated. Do not broaden the allow policy solely to clear an unexplained management error.\nVerification\nRun the selected management task and correlate its result with application-control observations and transferred module presence. Confirm the intended signer and file path before accepting an allowance. Test an unauthorized script or tool through the established policy-validation process. Record unsupported operations explicitly and preserve enforcement throughout the pilot.\nOfficial references\nMicrosoft Learn: WDAC enforced infrastructure in Windows Admin Center. Source reviewed September 8, 2026.",
                "datePublished": "2026-09-08T18:13:23+00:00",
                "dateModified": "2026-09-08T18:29:34+00:00",
                "mainEntityOfPage": {
                    "@id": "https://update.dsesecurity.com/updates/dse-20260908-228-review-wac-management-compatibility-with-enforced-application-control/"
                },
                "inLanguage": "en-US",
                "isAccessibleForFree": true,
                "author": {
                    "@type": "Organization",
                    "name": "DSE Security Editorial Team",
                    "url": "https://update.dsesecurity.com/#editorial-team"
                },
                "publisher": {
                    "@id": "https://dsesecurity.com/#organization"
                },
                "image": {
                    "@type": "ImageObject",
                    "@id": "https://update.dsesecurity.com/updates/dse-20260908-228-review-wac-management-compatibility-with-enforced-application-control/#primaryimage",
                    "url": "https://update.dsesecurity.com/assets/editorial/continuity-recovery-social-v2.jpg?v=1.8.20",
                    "contentUrl": "https://update.dsesecurity.com/assets/editorial/continuity-recovery-social-v2.jpg?v=1.8.20",
                    "width": 1200,
                    "height": 630,
                    "caption": "Review WAC management compatibility with enforced application control"
                },
                "articleSection": [
                    "Business Continuity",
                    "IT"
                ],
                "keywords": [
                    "Business Continuity",
                    "IT",
                    "Guide",
                    "Information priority"
                ],
                "genre": "Guide",
                "about": [
                    {
                        "@type": "Thing",
                        "name": "Business Continuity",
                        "url": "https://update.dsesecurity.com/topic/business-continuity/"
                    },
                    {
                        "@type": "Thing",
                        "name": "IT",
                        "url": "https://update.dsesecurity.com/topic/it/"
                    }
                ],
                "wordCount": 224,
                "timeRequired": "PT2M",
                "publishingPrinciples": "https://update.dsesecurity.com/updates/dse-updates-editorial-methodology/",
                "usageInfo": "https://update.dsesecurity.com/usage/",
                "copyrightHolder": {
                    "@id": "https://dsesecurity.com/#organization"
                },
                "copyrightNotice": "Copyright © 2026 Detection Systems & Engineering. All rights reserved.",
                "citation": {
                    "@type": "CreativeWork",
                    "name": "WDAC enforced infrastructure in Windows Admin Center",
                    "url": "https://learn.microsoft.com/en-us/windows-server/manage/windows-admin-center/use/manage-application-control-infrastructure"
                }
            }
        ]
    }
}