rpcinfo - Windows command-line utility to list programs on
remote computers
SYNOPSIS
List all programs registered with the port mapper:
rpcinfo -p [node]
Request a response from network nodes that have a specified
program:
rpcinfo -b program version
Use Transmission Control Protocol (TCP) to call a program:
rpcinfo -t nodeprogram[version]
Use User Datagram Protocol (UDP) to call a program:
rpcinfo -u node program[version]
DESCRIPTION
The rpcinfo(1w) Windows utility makes a remote procedure
call (RPC) to an RPC server and reports what it finds.
The rpcinfo utility accepts the following options:
-p [node]
Lists all programs registered with the port mapper on the
specified host. If you do not specify a node (computer) name, the
program queries the port mapper on the local host.
-bprogram version
Requests a response from all network nodes that have the
specified program and version registered with the port mapper. You
must specify both a program name or number and a version
number.
-tnode program [version]
Uses the TCP transport protocol to call the specified program.
You must specify both a node (computer) name and a program name. If
you do not specify a version, the program calls all versions.
-unode program [version]
Uses the UDP transport protocol to call the specified program.
You must specify both a node (computer) name and a program name. If
you do not specify a version, the program calls all versions.