text stringlengths 0 4.23k |
|---|
rpcinfo /u <node program> [<version>] |
rpcping |
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012 |
Confirms the RPC connectivity between the computer running Microsoft Exchange Server and any of the supported Microsoft Exchange Client workstations on the network. This utility can be used to check if the Microsoft Exchange Server services are responding to RPC requests from the client workstations via the network. |
Syntax |
rpcping [/t <protseq>] [/s <server_addr>] [/e <endpoint> |
|/f <interface UUID>[,majorver]] [/O <interface object UUID] |
[/i <#_iterations>] [/u <security_package_id>] [/a <authn_level>] |
[/N <server_princ_name>] [/I <auth_identity>] [/C <capabilities>] |
[/T <identity_tracking>] [/M <impersonation_type>] |
[/S <server_sid>] [/P <proxy_auth_identity>] [/F <RPCHTTP_flags>] |
[/H <RPC/HTTP_authn_schemes>] [/o <binding_options>] |
[/B <server_certificate_subject>] [/b] [/E] [/q] [/c] |
[/A <http_proxy_auth_identity>] [/U <HTTP_proxy_authn_schemes>] |
[/r <report_results_interval>] [/v <verbose_level>] [/d] |
Parameters |
Parameter |
Description |
/t <protseq> |
Specifies the protocol sequence to use. Can be one of the standard RPC protocol sequences: ncacn_ip_tcp, ncacn_np, or ncacn_http.If not specified, default is ncacn_ip_tcp. |
/s <server_addr> |
Specifies the server address. If not specified, the local machine will be pinged. |
/e <endpoint> |
Specifies the endpoint to ping. If none is specified, the endpoint mapper on the target machine will be pinged.This option is mutually exclusive with the interface (/f) option. |
/o <binding_options> |
Specifies the binding options for the RPC ping. |
/f <interface UUID>[,Majorver] |
Specifies the interface to ping. This option is mutually exclusive with the endpoint option. The interface is specified as a UUID.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. |
/O <object UUID> |
Specifies the object UUID if the interface registered one. |
/i <#_iterations> |
Specifies the number of calls to make. The default is 1. This option is useful for measuring connection latency if multiple iterations are specified. |
/u <security_package_id> |
Specifies the security package (security provider) RPC will use to make the call. The security package is identified as a number or a name. If a number is used it is the same number as in the RpcBindingSetAuthInfoEx API. If you specify this option, you must specify an authentication level other than none. There's no default for this option. If it isn't specified, RPC won't use security for the ping. The list below shows the names and numbers. Names are not case sensitive:Negotiate / 9 or one of nego, snego or negotiateNTLM / 10 or NTLMSChannel / 14 or SChannelKerberos / 16 or KerberosKernel / 20 or Kernel |
/a <authn_level> |
Specifies the authentication level to use. If this option is specified, the security package ID (/u) must also be specified. If this option isn't specified, RPC won't use security for the ping. There's no default for this option. Possible values are:connectcallpktintegrityprivacy |
/N <server_princ_name> |
Specifies a server principal name.This field can be used only when authentication level and security package are selected. |
/I <auth_identity> |
Allows you to specify alternative identity to connect to the server. The identity is in the form user,domain,password. If the user name, domain, or password have special characters that can be interpreted by the shell, enclose the identity in double quotes. You can specify \* instead of the password and RPC will prompt you to enter the password without echoing it on the screen. If this field is not specified, the identity of the logged on user will be used.This field can be used only when authentication level and security package are selected. |
/C <capabilities> |
Specifies a hexadecimal bitmask of flags. This field can be used only when authentication level and security package are selected. |
/T <identity_tracking> |
Specifies static or dynamic. If not specified, dynamic is the default.This field can be used only when authentication level and security package are selected. |
/M <impersonation_type> |
Specifies anonymous, identify, impersonate or delegate. Default is impersonate.This field can be used only when authentication level and security package are selected. |
/S <server_sid> |
Specifies the expected SID of the server.This field can be used only when authentication level and security package are selected. |
/P <proxy_auth_identity> |
Specifies the identity to authenticate with to the RPC/HTTP proxy. Has the same format as for the /I option. You must specify security package (/u), authentication level (/a), and authentication schemes (/H) in order to use this option. |
/F <RPCHTTP_flags> |
Specifies the flags to pass for RPC/HTTP front end authentication. The flags may be specified as numbers or names The currently recognized flags are:Use SSL / 1 or ssl or use_sslUse first auth scheme / 2 or first or use_firstYou must specify security package (/u) and authentication level (/a) to use this option. |
/H <RPC/HTTP_authn_schemes> |
Specifies the authentication schemes to use for RPC/HTTP front end 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 NTLMCertificate / 65536 or CertYou must specify security package (/u) and authentication level (/a) in order to use this option. |
/B <server_certificate_subject> |
Specifies the server certificate subject. You must use SSL for this option to work.You must specify security package (/u) and authentication level (/a) in order to use this option. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.