Try checking the status of RSAT from PowerShell using the following command:

 Get-WindowsCapability -Name RSAT* -Online | Select-Object -Property DisplayName, State

If the status is not present, try installing RSAT by using PowerShell and the following command:

 Get-WindowsCapability -Name RSAT* -Online | Add-WindowsCapability -Online