mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-10 11:58:15 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
25
tldr/windows/rpcinfo
Normal file
25
tldr/windows/rpcinfo
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, windows]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# rpcinfo
|
||||
|
||||
> List programs via RPC on remote computers.
|
||||
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/rpcinfo>.
|
||||
|
||||
- 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}}`
|
||||
Reference in New Issue
Block a user