Hi,
I am using netsh to reserve ip addresses. i.e. by
netsh dhcp server scope X.X.X.X add reservedip IP, MAC, ClientName, ClientCommand
Now I can get all leases of the dhcp by
netsh dhcp server Server scope Scope show clients 1
and all reservations by
netsh dhcp server Server scope Scope show reservedip
But I can't see a way to get the ClientCommand entries over netsh.
Any idea how I can get these informations?
Best,
Robert