DHCP

Guys.

Is it possible through Quest to allow our Helpdesk to manage DHCP reservations?

Cheers

Craig
Parents
  • I would do this with a new virtual attribute callec something like virtIP which will hold ip of a selected object (workstation or server)

    Than use a script which could run on every change of this attribute and asign reservations . You can call this also from powershell:

    add reservedip ReservedIP MACAddress [ClientName] [ClientComment] [{DHCP | BOOTP | BOTH}]

    but before you should also declare dhcp server

    se here for reference on netsh dhcp : technet.microsoft.com/.../cc787375(WS.10).aspx

    In this way helpdesk can assign IP's to your computers via ARS Helpdesk site
Reply
  • I would do this with a new virtual attribute callec something like virtIP which will hold ip of a selected object (workstation or server)

    Than use a script which could run on every change of this attribute and asign reservations . You can call this also from powershell:

    add reservedip ReservedIP MACAddress [ClientName] [ClientComment] [{DHCP | BOOTP | BOTH}]

    but before you should also declare dhcp server

    se here for reference on netsh dhcp : technet.microsoft.com/.../cc787375(WS.10).aspx

    In this way helpdesk can assign IP's to your computers via ARS Helpdesk site
Children
No Data