Skip to content

Latest commit

 

History

History
65 lines (49 loc) · 1.4 KB

DhcpServerAuthorization.adoc

File metadata and controls

65 lines (49 loc) · 1.4 KB

DSC Resource 'DhcpServerAuthorization'

DhcpServerAuthorization manages the authorizations of a DHCP server in Active Directory.

Source

DSC Resource

Documentation

Important
This resource must run on an Active Directory domain controller.
Table 1. Attributes of category 'DhcpServerAuthorization'
Parameter Attribute DataType Description Allowed Values

DnsName

String

DHCP Server FQDN or empty string for localhost.

IPAddress

String

DHCP Server IP Address or empty string for localhost.

Ensure

String

Whether the DHCP server should be authorized within Active Directory

  • Present (default)

  • Removed

Example
DhcpServerAuthorization:
    # authorize remote DHCP server
    DnsName: dhcp.contoso.com
    IPAddress: 192.168.1.12
    Ensure: Present