RPC Dump Main Topic | Next

RPC Dump Syntax


One Steprpcdump [/s] [/v] [/i] [/p protocol] [-?]

Where:

/s
specifies the name of server to interrogate. Defaults to local if not specified.
/v
runs in verbose mode.
/i
pings all registered endpoints to determine if the service that registered the endpoint is listening.

 

note-icon

Note

This can take a while over slow network links. RPC Dump is multi-threaded to help with performance in this area. A status bar displays the progress.

/p protocol
is the name for one of the supported transport mechanisms of RPC. The default is ncacn_ip_tcp. Valid protocols include the following:
ncacn_np Connection-oriented named pipes
ncacn_mq Datagram connectionless over the Message Queuing server
ncadg_ipx Datagram connectionless IPX
ncacn_spx Connection-oriented SPX
ncacn_http Connection-oriented TCP/IP using Microsoft Internet Information Services as HTTP proxy.
ncacn_nb_nb Connection-oriented NetBEUI
ncacn_nb_tcp Connection-oriented NetBIOS over TCP
ncacn_nb_ipx Connection-oriented NetBIOS over IPX
ncacn_ip_tcp Connection-oriented TCP/IP
ncacn_at_dsp AppleTalk DSP
ncadg_ip_udp Datagram connectionless UDP/IP
ncacn_vns_spp Connection-oriented Vines SPP transport
ncacn_dnet_nsp Connection-oriented DECnet transport
ncacn_nb_xns Connection-oriented XNS
-?
displays a command-line syntax screen.