I am running Windows Server 2016, and added a Windows Feature via the Powershell command:
Add-WindowsFeature NET-WCF-MSMQ-Activation45
If I were to remove/uninstall it, which should I be using?
Remove-WindowsFeature NET-WCF-MSMQ-Activation45
Uninstall-WindowsFeature NET-WCF-MSMQ-Activation45
Also, will a server restart be required after the change?
Thank you.