These commands demonstrate how you can extract RPC server information from Windows binary. This data is embed inside of any Windows RPC server binary and includes general information about the RPC server and the methods it exposes(including parameter counts and type/struct info).
Run all these commands in a PowerShell window.
In a PowerShell window, install NtObjectManager:
Install-Module NtObjectManager -Scope CurrentUser