{
    "api_version": "1",
    "kind": "dse_post",
    "self": "https://update.dsesecurity.com/api/v1/posts/dse-20260908-073-separate-dhcp-role-installation-from-authorization-and-scope-readiness/",
    "item": {
        "id": "https://update.dsesecurity.com/updates/dse-20260908-073-separate-dhcp-role-installation-from-authorization-and-scope-readiness/",
        "slug": "dse-20260908-073-separate-dhcp-role-installation-from-authorization-and-scope-readiness",
        "url": "https://update.dsesecurity.com/updates/dse-20260908-073-separate-dhcp-role-installation-from-authorization-and-scope-readiness/",
        "alternate_urls": {
            "markdown": "https://update.dsesecurity.com/updates/dse-20260908-073-separate-dhcp-role-installation-from-authorization-and-scope-readiness.md",
            "json": "https://update.dsesecurity.com/api/v1/posts/dse-20260908-073-separate-dhcp-role-installation-from-authorization-and-scope-readiness/"
        },
        "title": "Separate DHCP role installation from authorization and scope readiness",
        "summary": "What must be ready before a newly installed Windows DHCP server can serve its intended clients?",
        "format": {
            "slug": "guide",
            "name": "Guide"
        },
        "priority": {
            "slug": "info",
            "name": "Information"
        },
        "featured": false,
        "image": {
            "theme": "network-infrastructure",
            "label": "Networks & infrastructure",
            "alt": "Resilient network core with engineered blue and gold data paths.",
            "card_url": "https://update.dsesecurity.com/assets/editorial/network-infrastructure-card.webp?v=1.8.20",
            "hero_url": "https://update.dsesecurity.com/assets/editorial/network-infrastructure-hero.webp?v=1.8.20",
            "social_url": "https://update.dsesecurity.com/assets/editorial/network-infrastructure-social-v2.jpg?v=1.8.20",
            "width": 2400,
            "height": 1350
        },
        "topics": [
            {
                "slug": "it",
                "name": "IT",
                "url": "https://update.dsesecurity.com/topic/it/"
            },
            {
                "slug": "networks-infrastructure",
                "name": "Networks & Infrastructure",
                "url": "https://update.dsesecurity.com/topic/networks-infrastructure/"
            }
        ],
        "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:15:58+00:00",
        "modified_at": "2026-09-08T18:20:22+00:00",
        "reviewed_on": "2026-09-08",
        "reading_minutes": 2,
        "word_count": 224,
        "potentially_affected": "Use this review for a new domain-based DHCP deployment.",
        "dse_recommendation": "Have the network owner review the proposed scope and options against the address plan.",
        "primary_source": {
            "name": "Install and configure DHCP Server on Windows Server",
            "url": "https://learn.microsoft.com/en-us/windows-server/networking/technologies/dhcp/quickstart-install-configure-dhcp-server",
            "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&#8217;s quickstart separates installing the DHCP role, authorizing it in Active Directory, and configuring an IPv4 scope with client options. The prerequisites include a supported Windows Server release, a static IPv4 address, a planned scope range, and administrative rights. An unauthorized DHCP server installed in an AD domain does not lease addresses properly; Microsoft identifies automatic disabling as a protection against unauthorized configuration. <a href=\"https://learn.microsoft.com/en-us/windows-server/networking/technologies/dhcp/quickstart-install-configure-dhcp-server\" target=\"_blank\" rel=\"noopener noreferrer\">Microsoft documentation</a>.</p>\n<h2>Applicability</h2>\n<p>Use this review for a new domain-based DHCP deployment. Identify the server address, approved client range, existing address assignments, and the administrator responsible for authorization. Keep installation success separate from service acceptance.</p>\n<h2>DSE recommendation</h2>\n<p>Have the network owner review the proposed scope and options against the address plan. Record the server identity that is to be authorized and verify it before making the directory change. Choose representative clients on the intended network segments and agree on the returned configuration they should receive. Preserve the approved plan with the server installation record.</p>\n<h2>Verification</h2>\n<p>Inspect role state, authorization, and the configured scope as separate checks. Test a client lease request and record the responding server, address, and supplied options. Compare these with the plan before adding more clients. Investigate authorization or scope errors individually rather than reinstalling the role as the default response.</p>\n<h2>Official references</h2>\n<p><a href=\"https://learn.microsoft.com/en-us/windows-server/networking/technologies/dhcp/quickstart-install-configure-dhcp-server\" target=\"_blank\" rel=\"noopener noreferrer\">Microsoft Learn: Install and configure DHCP Server on Windows Server</a>. Source reviewed September 8, 2026.</p>",
        "content_text": "Source facts\nMicrosoft’s quickstart separates installing the DHCP role, authorizing it in Active Directory, and configuring an IPv4 scope with client options. The prerequisites include a supported Windows Server release, a static IPv4 address, a planned scope range, and administrative rights. An unauthorized DHCP server installed in an AD domain does not lease addresses properly; Microsoft identifies automatic disabling as a protection against unauthorized configuration. Microsoft documentation.\nApplicability\nUse this review for a new domain-based DHCP deployment. Identify the server address, approved client range, existing address assignments, and the administrator responsible for authorization. Keep installation success separate from service acceptance.\nDSE recommendation\nHave the network owner review the proposed scope and options against the address plan. Record the server identity that is to be authorized and verify it before making the directory change. Choose representative clients on the intended network segments and agree on the returned configuration they should receive. Preserve the approved plan with the server installation record.\nVerification\nInspect role state, authorization, and the configured scope as separate checks. Test a client lease request and record the responding server, address, and supplied options. Compare these with the plan before adding more clients. Investigate authorization or scope errors individually rather than reinstalling the role as the default response.\nOfficial references\nMicrosoft Learn: Install and configure DHCP Server on Windows Server. Source reviewed September 8, 2026.",
        "content_markdown": "## Source facts\n\nMicrosoft’s quickstart separates installing the DHCP role, authorizing it in Active Directory, and configuring an IPv4 scope with client options. The prerequisites include a supported Windows Server release, a static IPv4 address, a planned scope range, and administrative rights. An unauthorized DHCP server installed in an AD domain does not lease addresses properly; Microsoft identifies automatic disabling as a protection against unauthorized configuration. [Microsoft documentation](https://learn.microsoft.com/en-us/windows-server/networking/technologies/dhcp/quickstart-install-configure-dhcp-server).\n\n## Applicability\n\nUse this review for a new domain-based DHCP deployment. Identify the server address, approved client range, existing address assignments, and the administrator responsible for authorization. Keep installation success separate from service acceptance.\n\n## DSE recommendation\n\nHave the network owner review the proposed scope and options against the address plan. Record the server identity that is to be authorized and verify it before making the directory change. Choose representative clients on the intended network segments and agree on the returned configuration they should receive. Preserve the approved plan with the server installation record.\n\n## Verification\n\nInspect role state, authorization, and the configured scope as separate checks. Test a client lease request and record the responding server, address, and supplied options. Compare these with the plan before adding more clients. Investigate authorization or scope errors individually rather than reinstalling the role as the default response.\n\n## Official references\n\n[Microsoft Learn: Install and configure DHCP Server on Windows Server](https://learn.microsoft.com/en-us/windows-server/networking/technologies/dhcp/quickstart-install-configure-dhcp-server). 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-073-separate-dhcp-role-installation-from-authorization-and-scope-readiness/",
                "url": "https://update.dsesecurity.com/updates/dse-20260908-073-separate-dhcp-role-installation-from-authorization-and-scope-readiness/",
                "isPartOf": {
                    "@id": "https://update.dsesecurity.com/#website"
                },
                "lastReviewed": "2026-09-08"
            },
            {
                "@type": "BreadcrumbList",
                "@id": "https://update.dsesecurity.com/updates/dse-20260908-073-separate-dhcp-role-installation-from-authorization-and-scope-readiness/#breadcrumbs",
                "itemListElement": [
                    {
                        "@type": "ListItem",
                        "position": 1,
                        "name": "DSE Updates",
                        "item": "https://update.dsesecurity.com/"
                    },
                    {
                        "@type": "ListItem",
                        "position": 2,
                        "name": "Separate DHCP role installation from authorization and scope readiness",
                        "item": "https://update.dsesecurity.com/updates/dse-20260908-073-separate-dhcp-role-installation-from-authorization-and-scope-readiness/"
                    }
                ]
            },
            {
                "@type": [
                    "Article",
                    "TechArticle"
                ],
                "@id": "https://update.dsesecurity.com/updates/dse-20260908-073-separate-dhcp-role-installation-from-authorization-and-scope-readiness/#article",
                "identifier": "https://update.dsesecurity.com/updates/dse-20260908-073-separate-dhcp-role-installation-from-authorization-and-scope-readiness/",
                "url": "https://update.dsesecurity.com/updates/dse-20260908-073-separate-dhcp-role-installation-from-authorization-and-scope-readiness/",
                "headline": "Separate DHCP role installation from authorization and scope readiness",
                "description": "What must be ready before a newly installed Windows DHCP server can serve its intended clients?",
                "abstract": "What must be ready before a newly installed Windows DHCP server can serve its intended clients?",
                "articleBody": "Source facts\nMicrosoft’s quickstart separates installing the DHCP role, authorizing it in Active Directory, and configuring an IPv4 scope with client options. The prerequisites include a supported Windows Server release, a static IPv4 address, a planned scope range, and administrative rights. An unauthorized DHCP server installed in an AD domain does not lease addresses properly; Microsoft identifies automatic disabling as a protection against unauthorized configuration. Microsoft documentation.\nApplicability\nUse this review for a new domain-based DHCP deployment. Identify the server address, approved client range, existing address assignments, and the administrator responsible for authorization. Keep installation success separate from service acceptance.\nDSE recommendation\nHave the network owner review the proposed scope and options against the address plan. Record the server identity that is to be authorized and verify it before making the directory change. Choose representative clients on the intended network segments and agree on the returned configuration they should receive. Preserve the approved plan with the server installation record.\nVerification\nInspect role state, authorization, and the configured scope as separate checks. Test a client lease request and record the responding server, address, and supplied options. Compare these with the plan before adding more clients. Investigate authorization or scope errors individually rather than reinstalling the role as the default response.\nOfficial references\nMicrosoft Learn: Install and configure DHCP Server on Windows Server. Source reviewed September 8, 2026.",
                "datePublished": "2026-09-08T18:15:58+00:00",
                "dateModified": "2026-09-08T18:20:22+00:00",
                "mainEntityOfPage": {
                    "@id": "https://update.dsesecurity.com/updates/dse-20260908-073-separate-dhcp-role-installation-from-authorization-and-scope-readiness/"
                },
                "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-073-separate-dhcp-role-installation-from-authorization-and-scope-readiness/#primaryimage",
                    "url": "https://update.dsesecurity.com/assets/editorial/network-infrastructure-social-v2.jpg?v=1.8.20",
                    "contentUrl": "https://update.dsesecurity.com/assets/editorial/network-infrastructure-social-v2.jpg?v=1.8.20",
                    "width": 1200,
                    "height": 630,
                    "caption": "Separate DHCP role installation from authorization and scope readiness"
                },
                "articleSection": [
                    "IT",
                    "Networks & Infrastructure"
                ],
                "keywords": [
                    "IT",
                    "Networks & Infrastructure",
                    "Guide",
                    "Information priority"
                ],
                "genre": "Guide",
                "about": [
                    {
                        "@type": "Thing",
                        "name": "IT",
                        "url": "https://update.dsesecurity.com/topic/it/"
                    },
                    {
                        "@type": "Thing",
                        "name": "Networks & Infrastructure",
                        "url": "https://update.dsesecurity.com/topic/networks-infrastructure/"
                    }
                ],
                "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": "Install and configure DHCP Server on Windows Server",
                    "url": "https://learn.microsoft.com/en-us/windows-server/networking/technologies/dhcp/quickstart-install-configure-dhcp-server"
                }
            }
        ]
    }
}