Hello MM-7013
You can still use PNP RPC after enable Remote management as in: https://learn.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/remote-desktop-allow-access
Also RSAT is possible to install in 2016 and later with the next modules:
Get-WindowsFeature | Where-Object {$_.Name -like 'RSAT*'} | select Name,DisplayName
or from Server Manger as:
On Add Roles and Features: On Feature page, scroll down and select AD DS and AD LDS Tools which is under Remote Server Administration Tools > Role Administration Tools. Selecting this feature will automatically select other features required related to it:
Active Directory module for Windows PowerShell
Active Directory Administrative Center
AD DS Snap-Ins and Command-Line Tools
------------------------------------------------------------------------------------------------------------------------------------------------------------
--If the reply is helpful, please Upvote and Accept as answer--