text
stringlengths
0
4.23k
/b
Retrieves the server certificate subject from the certificate sent by the server and prints it to a screen or a log file. Valid only when the Proxy echo only option (/E) and the use SSL options are specified.You must specify security package (/u) and authentication level (/a) in order to use this option.
/R
Specifies the HTTP proxy. If none, the RPC proxy is used. The value default means to use the IE settings in your client machine. Any other value will be treated as the explicit HTTP proxy. If you do not specify this flag, the default value is assumed, that is, the IE settings are checked. This flag is valid only when the /E (echo Only) flag is enabled.
/E
Restricts the ping to the RPC/HTTP proxy only. The ping does not reach the server. Useful when trying to establish whether the RPC/HTTP proxy is reachable. To specify an HTTP proxy, use the /R flag. If an HTTP proxy is specified in the /o flag, this option will be ignored.You must specify security package (/u) and authentication level (/a) in order to use this option.
/q
Specifies quiet mode. Does not issue any prompts except for passwords. Assumes Y response to all queries. Use this option with care.
/c
Use smart card certificate. rpcping will prompt user to choose smart card.
/A
Specifies the identity with which to authenticate to the HTTP proxy. Has the same format as for the /I option.You must specify authentication schemes (/U), security package (/u) and authentication level (/a) in order to use this option.
/U
Specifies the authentication schemes to use for HTTP proxy authentication. This option is a list of numerical values or names separated by comma. Example: Basic,NTLM. Recognized values are (names are not case sensitive):Basic / 1 or BasicNTLM / 2 or NTLMYou must specify security package (/u) and authentication level (/a) in order to use this option.
/r
If multiple iterations are specified, this option will make rpcping display current execution statistics periodically instead after the last call. The report interval is given in seconds. Default is 15.
/v
Tells rpcping how verbose to make the output. Default value is 1. 2 and 3 provide more output from rpcping.
/d
Launches RPC network diagnostic UI.
/p
Specifies to prompt for credentials if authentication fails.
/?
Displays help at the command prompt.
<protseq>
If not specified, default is ncacn_ip_tcp.
<server_addr>
<endpoint>
This option is mutually exclusive with the interface (/f) option.
<binding_options>
<interface UUID>[,Majorver]
if the majorver is not specified, version 1 of the interface will be sought.When interface is specified, rpcping will query the endpoint mapper on the target machine to retrieve the endpoint for the specified interface. The endpoint mapper will be queried using the options specified in the command line.
When interface is specified, rpcping will query the endpoint mapper on the target machine to retrieve the endpoint for the specified interface. The endpoint mapper will be queried using the options specified in the command line.
<object UUID>
<#_iterations>
<security_package_id>
<authn_level>
<server_princ_name>
This field can be used only when authentication level and security package are selected.
<auth_identity>
\*
This field can be used only when authentication level and security package are selected.
<capabilities>
<identity_tracking>
This field can be used only when authentication level and security package are selected.
<impersonation_type>
This field can be used only when authentication level and security package are selected.
<server_sid>
This field can be used only when authentication level and security package are selected.
<proxy_auth_identity>
<RPCHTTP_flags>
<RPC/HTTP_authn_schemes>
You must specify security package (/u) and authentication level (/a) in order to use this option.
<server_certificate_subject>
You must specify security package (/u) and authentication level (/a) in order to use this option.
You must specify security package (/u) and authentication level (/a) in order to use this option.
You must specify security package (/u) and authentication level (/a) in order to use this option.
You must specify authentication schemes (/U), security package (/u) and authentication level (/a) in order to use this option.
Examples
To find out if the Exchange server you connect through RPC/HTTP is accessible, type:
rpcping /t ncacn_http /s exchange_server /o RpcProxy=front_end_proxy /P username,domain,* /H Basic /u NTLM /a connect /F 3
rsh
Runs commands on remote computers running the RSH service or daemon.
Important
The rexec command has been deprecated, and isn't guaranteed to be supported in Windows.
After installing the subsystem for UNIX-based Applications, you can then open a C Shell or Korn Shell command window and run rsh. For more information, type man rsh at the C Shell or Korn Shell prompt.
rundll32 printui.dll,PrintUIEntry
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012
Automates many printer configuration tasks. printui.dll is the executable file that contains the functions used by the printer configuration dialog boxes. These functions can also be called from within a script or a command-line batch file, or they can be run interactively from the command prompt.
Syntax
rundll32 printui.dll PrintUIEntry [baseparameter] [modificationparameter1] [modificationparameter2] [modificationparameterN]
You can also use the following alternate syntaxes, although the examples in this topic use the previous syntax: