Have a couple of straggler Servers that need to be off of Window Server 2012 r2 and on 2016. Windows Server 2016 will not upgrade, it detects one or more Identity Management for Unix components installed. So I see these server have "Server for NIS Tools [DEPRECATED]", Now is where the issue comes in...
I have tried the following to remove NIS
- Simply following procedure as documented to uncheck the NIS box using the Remove Roles and Features Wizard.- PowerShell command Remove-WindowsFeature-RSAT-NIS- PowerShell using Dism.exe /online /disable-feature /featurename:RSAT-NIS
All three methods appear to be successful, Wizard gets to You must restart the destination server to finish removing features. The PowerShell remove comes back with Success=True, Restarted Needed = Yes, Exist Code=SuccessRestart, Dism comes back with The Operation completed successfully . Restart Windows to complete this operation.
Now it's during the restart cycle that all 3 fail the same way, 1st restart shows "Working on features 35% complete Don't turn off your computer" this then starts a 2nd restart and you see "Working on features 87% complete Don't turn off your computer" (87% is as high as I've seen it go, then you get a message "We couldn't complete the features Undoing changes Don't turn off your computer"
Once it comes back after that, the feature is active. I've tried several things and seem to get back to the same issue every time. Hoping this sounds familiar to someone or there may be ideas I've not thought of. I've removed it form the domain, logged in with local Administrator, same results. I tried booting into safe mode but the the ability to remove feature is not available.
Thanks
Alan