How do we find out for DHCP client identifier?

Matt 101 Reputation points
2023-10-19T14:18:49.91+00:00

Hi all,

Is there a way to find out DHCP client identifier for windows 2022 or SQL?

Thank you!

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,524 questions
Windows DHCP
Windows DHCP
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.DHCP: Dynamic Host Configuration Protocol (DHCP). A communications protocol that lets network administrators manage centrally and automate the assignment of Internet Protocol (IP) addresses in an organization's network.
1,034 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Dave Patrick 426.4K Reputation points MVP
    2023-10-20T11:55:02.1733333+00:00

    Not sure what you're looking for? Try an

    ipconfig /all
    

    --please don't forget to close up the thread here by marking answer if the reply is helpful--


  2. Wesley Li 6,190 Reputation points
    2023-12-25T08:44:29.83+00:00

    Hello Matt,

    In Windows Server 2022, you can use "ipconfig /all".

    In SQL Server, it may not be possible to view the DHCP client identifier. The DHCP client identifier is the physical address (MAC address) assigned to the network adapter, while SQL Server mainly handles database-related operations and data.

    Best Regards,

    Wesley

    0 comments No comments