Rpcinfo Command in Windows Server 2008

In this article I am going to explain about rpcinfo command in windows server 2008 operating system.
  • 4958

Rpcinfo command in Windows Server 2008

The Rpcinfo command is provides list programs on remote computers. The rpcinfo command-line utility makes a remote procedure call(RPC) to an rpc server and reports what it finds.

Syntax of Rpcinfo command

rpcinfo [/p [<Node>]] [/b <Program Version>] [/t <Node Program> [<Version>]] [/u <Node Program> [<Version>]]

Parameters in Rpcinfo  command

It contains following parameter, which is given below:
 
Parameter Description
/p[<Node>] It specifies lists all programs registered  with the port mapper on the specified host.
 /b <Program Version> It requests a responce from all network nodes that have the specified program and version registered with the port mapper.
/t <Node Program> It uses the TCP transport protocol to call the specified program.
/u <Node Program[<Version>] It uses the UDP transport protocol to call the specified program.
<Gateway> It specifies the forwarding or next hop IP address over which the set of addresses defined by the network destination and subnet mask are reachable.
if<interface> It specifies the interface index for the interface over which the destination is reachable.
<options> It specifies options to be used with the robocopy command.

Example of Rpcinfo command

rpcinfo /p [<Node>]

Ask Your Question 

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.