2019-10-30 17:04:21 +00:00
|
|
|
# rpcinfo
|
|
|
|
|
|
|
|
> List programs via RPC on remote computers.
|
2022-10-04 16:06:23 +01:00
|
|
|
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/rpcinfo>.
|
2019-10-30 17:04:21 +00:00
|
|
|
|
|
|
|
- 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}}`
|