Rpcinfo


Applies To: Windows Server 2008,Windows Vista

You can use rpcinfo to list programs on remote computers.

Syntax

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 Node Program[Version]

Use User Datagram Protocol (UDP) to call a program:

rpcinfo -u Node Program[Version]

Description

The rpcinfo command-line utility makes a remote procedure call (RPC) to an RPC server and reports what it finds.

The rpcinfo utility accepts the following options: