Ask a question

Todd Tolson

Remove-WindowsFeature DHCP returns error

Thanks again for the quick turn-around on questions as I bump into things during thei migration.  I just hit another snag on step 11. Migrate DHCP Scope and settings from SBS 2011 to Windows Server Essentials 2016

Remove-WindowsFeature DHCP

netsh dhcp server export was successful.  Subsequently ran:
Remove-WindowsFeature DHCP
This returned " Gthe term 'Remove-WindowsFeature' is no recognized as the name of a cmdlet...

Is Uninstall-Windows​Feature the proper cmdlet? If yes, what would be the complete PS command?

 


asked04/28/2019 21:08
348 views
Add Comment
Todd Tolson

Found resolution.

Resolved with PowerShell commands:
Import-Module ServerManager
Get-Command -module ServerManager

This imported six cmdlets including Remove-WindowsFeature

Presently running Remove-WindowsFeature DHCP

Last Activity 04/29/2019 06:43

1 Answer(s)

  • Mariette Knap
    Add Comment
Add an Answer