System Grab Bag

View all TLDR pages from Windows (or from all pages)

rpcinfo

List programs via RPC on remote computers. More information: https://learn.microsoft.com/windows-server/administration/windows-commands/rpcinfo.
  • List all programs registered on the local computer:
    rpcinfo
  • List all programs registered on a remote computer:
    rpcinfo /p {{computer_name}}
  • Call a specific program on a remote computer using TCP:
    rpcinfo /t {{computer_name}} {{program_name}}
  • Call a specific program on a remote computer using UDP:
    rpcinfo /u {{computer_name}} {{program_name}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.

Other Projects

This TLDR page is also found in other projects: