In order to find the IP address of the reserved desktop using the MAC address of the user's existing desktop, the below command need to be issued at the command prompt:
Netsh dhcp server dump | find /I”00237db98ab4” > c:\reserved.txt
DHCP Server 128.155.1.29 Scope 128.248.0.0 Add reservedip 128.248.2.44 00237db98ab4 “zwen. KANDTI.com.sg” “Zhang Wen’s PC” “BOTH”
IP address reserved: 128.248.2.44
MAC address: 00237db98ab4
Reservation name: zwen.KANDTI.com.sg
Description: Zhang Wen’s PC
Support types: BOTH (i.e. DHCP and BOOTP)
From the output, we know that the desktop reservation can be found under the DHCP scope 128.248.0.0 with IP address 128.248.2.44.