To install roles and features on the svr-mbr-b server using tools on the svr-dc-a server, you can utilize Windows PowerShell Remoting or the Server Manager console. First, ensure that PowerShell Remoting is enabled on svr-mbr-b by running Enable-PSRemoting
on that server. Then, from svr-dc-a, you can use the Invoke-Command
cmdlet to run installation commands remotely, or use Server Manager to add the desired roles and features by connecting to the remote server.