Ask a question

Art Saffran

How to get access to DHCP GUI tool

Migrating Server 2012 to 2016. I moved DHCP settings to the new server and removed DHCP role from the old DC and installed on the new DC. Did all this with PowerShell commands as in the Migration Guide. 

I'd like to have the DHCP GUI added in addition to managing DHCP via PowerShell. DHCP doesn't appear in the Administrative Tools list. How can I add it?

Many thanks.

--Art


asked08/31/2018 02:26
393 views
Add Comment
Last Activity 09/01/2018 07:02

1 Answer(s)

  • Mariette Knap
    Add Comment
    Art Saffran

    If I run the the command again with the -IncludeManagementTools option, will it just install the GUI or will I have to reconfigure DHCP again?

    I found the following command: Add-WindowsFeature RSAT-DHCP that indicates it will install the DHCP console...is that correct? DHCP is all configured and I just want the GUI for future use.

    Thanks.

    --Art

    Mariette Knap

    The Powershell command Add-WindowsFeature is obsolete since the release of Windows Server 2012 and will soon be removed. The new command is Install-WindowsFeature and if you run that again with the option –IncludeManagementTools it will just add the ManagementTools. It does not alter an existing installation. Good read https://docs.microsoft.com/en-us/powershell/module/servermanager/install-windowsfeature?view=winserver2012r2-ps


    replied 09/01/2018 07:02

    Reply
    replied 08/31/2018 12:12
Add an Answer