rpcping.exe RPC Ping 实用程序 464bc855a48fa72f0d27321706e1fb15

File info

File name: rpcping.exe.mui
Size: 25088 byte
MD5: 464bc855a48fa72f0d27321706e1fb15
SHA1: 47dca44c846fafe077ddfebf0078751e1a7f397d
SHA256: 35813b0dc60e965c463105f883c0b309d5e0ca89c46f604a762a221e2f616051
Operating systems: Windows 10
Extension: MUI
In x64: rpcping.exe RPC Ping 实用程序 (32 位)

Translations messages and strings

If an error occurred or the following message in Chinese (Simplified) language and you cannot find a solution, than check answer in English. Table below helps to know how correctly this phrase sounds in English.

id Chinese (Simplified) English
0x00002711用法: rpcping [-t ] [-s ] [-e |-f [,MajorVer]] [-O ] [-u ] [-a ] [-N ] [-I ] [-C ] [-T ] [-M ] [-S ] [-P ] [-F ] [-H ] [-o ] [-B ] [-b] [-E] [-q] [-c] [-A ] [-U ] [-r ] [-v ] Usage: rpcping [-t ] [-s ] [-e |-f [,MajorVer]] [-O ] [-u ] [-a ] [-N ] [-I ] [-C ] [-T ] [-M ] [-S ] [-P ] [-F ] [-H ] [-o ] [-B ] [-b] [-E] [-q] [-c] [-A ] [-U ] [-r ] [-v ]
0x00002712使用 RPC 来 ping 服务器。选项为:-t - 要使用的协议序列。可以是标准 RPC 协议序列 之一 - ncacn_ip_tcp、ncacn_np、ncacn_http 等等。如果未 指定,默认值为 ncacn_ip_tcp。-s - 服务器地址。如果未指定,则将 ping 本地 计算机。例如,server、server.com、157.59.244.141-e - 要 ping 的终结点。如果未指定,则将 ping 目标计算机上的终结点映射器。此选项与接口(-f)选项 相互排斥。-o - RPC ping 的绑定选项。有关详细信息 请参阅 MSDN (HTTP 上的 RpcStringBindingCompose 和 RPC)。-f [,MajorVer] - 要 ping 的接口。 此选项与终结点选项相互排斥。该接口被指定为 一个 UUID。如果未指定 MajorVer,则将搜寻接口 的版本 1。指定了接口时,rpcping 将查询目标 计算机上的终结点映射器以检索指定接口的 终结点。将使用命令行中指定的选项查询终结点 映射器。-O - 对象 Uuid,如果接口已注册了一个此类对象。-i - 要进行的调用的次数。默认值为 1。 指定了多个迭代时,此选项对于测量连接延迟 很有用。-u - 安全程序包(安全提供程序),RPC 将使用它来实现该调用。该安全程序包被标识为一个编号 或一个名称。如果使用了某个编号,则会在 RpcBindingSetAuthInfoEx API 中使用相同的编号。下面的表 给出了这些名称和编号。名称不区分大小写: Negotiate - 9,或 nego、snego 或 negotiate 三者之一 NTLM - 10 或 NTLM SChannel - 14 或 SChannel Kerberos - 16 或 Kerberos Kernel - 20 或 Kernel 如果指定了此选项,则必须指定\"无\"之外的身份验证 级别。此选项无默认值。如果未指定此选项,RPC 将 不会为该 ping 使用安全性。-a - 要使用的身份验证级别。可能的值有 connect、call、pkt、integrity 和 privacy。如果指 定了此选项,则必须同时指定安全程序包 ID (-u)。此 选项无默认值。如果未指定此选项,RPC 将不会为 该 ping 使用安全性。 Pings a server using RPC. Options are:-t - protocol sequence to use. Can be one of the standard RPC protocol sequences - ncacn_ip_tcp, ncacn_np, ncacn_http, etc. If not specified, default is ncacn_ip_tcp. -s - the server address. If not specified, the local machine will be pinged. E.g. server, server.com, 157.59.244.141 -e - 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 - the binding options for the RPC ping. See the MSDN for more details (RpcStringBindingCompose and RPC over HTTP). -f [,MajorVer] - 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 if the interface registerd one.-i - number of calls to make. The default is 1. This option is useful for measuring connection latency if multiple iterations are specified. -u - 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. The table below gives the names and numbers. Names are not case sensitive: Negotiate - 9 or one of nego, snego or negotiate NTLM - 10 or NTLM SChannel - 14 or SChannel Kerberos - 16 or Kerberos Kernel - 20 or Kernel If you specify this option you must specify authentication level other than none. There is no default for this option. If it is not specified, RPC will not use security for the ping. -a - the authentication level to use. Possible values are connect, call, pkt, integrity and privacy. If this option is specified, the security package id (-u) must also be specified. There is no default for this option. If this option is not specified, RPC will not use security for the ping.
0x00002713-N - 指定一个服务器主体名称。与 RpcBindingSetAuthInfoEx 的 ServerPrincName 参数具有相同 的语义。有关 RpcBidningSetAuthInfoEx 的详细信息,请参阅 MSDN。仅当选中身份验证级别和安全程序包时,才可以使用此字段。-I - 允许你指定其他标识以连接到 该服务器。该标识使用“用户,域,密码”格式,其中 这三个字段具有明显的含义。如果该用户名、域或 密码具有可以由 shell 解释的特殊字符,请确保 将该标识括在双引号中。你可以指定 * 来代替该 密码,RPC 将提示你输入该密码,而不会在屏幕上 回显它。如果未指定此字段,则将使用已登录用户 的标识。仅当选中身份验证级别和安全程序包时, 才可以使用此字段。-C - 标志的一个十六进制位掩码。它与 MSDN 中 描述的 RPC_SECURITY_QOS 结构中的“容量”字段具有相同的 含义。仅当选中身份验证级别和安全程序包时,才可以使用 此字段。-T - 可以为静态或动态。如果未指定, 默认值为动态。仅当选中身份验证级别和安全程序包时, 才可以使用此字段。-M - 可以为匿名、标识、模拟或 委派。默认值为模拟。仅当选中身份验证级别和安全 程序包时,才可以使用此字段。 -N - specifies a server principal name. Same semantics as the ServerPrincName argument to RpcBindingSetAuthInfoEx. See the MSDN for more information on RpcBidningSetAuthInfoEx. This field can be used only when authentication level and security package are selected. -I - allows you to specify alternative identity to connect to the server. The identity is in the form user,domain,password where the three fields have the obvious meaning. If the user name, domain or password have special characters that can be interpreted by the shell be sure to 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 - a hex bitmask of flags. It has the same meaning as the Capabilities field in the RPC_SECURITY_QOS structure described in the MSDN. This field can be used only when authentication level and security package are selected. -T - can be 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 - can be anonymous, identify, impersonate or delegate. Default is impersonate. This field can be used only when authentication level and security package are selected.
0x00002714-S - 服务器的预期 SID。有关详细信息, 请参阅 MSDN 中的 RPC_SECURITY_QOS 结构中的 Sid 字段。 使用此选项需要 Windows .NET Server 2003 或更高版本。 仅当选中身份验证级别和安全程序包时,才可以使用此 字段。 -Z - 要使用的 EffectiveOnly 设置。有关详细信息, 请参阅 MSDN 中的 RPC_SECURITY_QOS 结构中的 EffectiveOnly 字段。 使用此选项需要 Windows Vista 或更高版本。仅当选中身份验证级别 和安全程序包时,才可以使用此字段。-D - 使用相互身份验证时服务器的 安全描述符(字符串格式)。有关详细信息, 请参阅 MSDN 中的 RPC_SECURITY_QOS 结构中的 ServerSecurityDescriptor 字段。使用此选项需要 Windows 8 或更高版本。 仅当选中身份验证级别和安全程序包时,才可以使用此 字段。 -P - 指定用以对 RPC/HTTP 代理进行 身份验证的标识。对于 -I 选项,具有相同的格式。 另外,为了使用此选项,必须指定安全程序包(-u)、 身份验证级别(-a)和身份验证方案(-H)。 -F - 为 RPC/HTTP 前端身份验证 传递的标志。可以将这些标志指定为编号或名称 当前可以识别的标志有: 使用 SSL - 1 或 ssl 或 use_ssl 使用 first auth scheme - 2 或 first 或 use_first 有关详细信息,请参阅 RPC_HTTP_TRANSPORT_CREDENTIALS 中的 Flags 字段。另外,为了使用此选项,必须指定安全 程序包(-u)和身份验证级别(-a)。-H - 用于 RPC/HTTP 前端身份验证 的身份验证方案。此选项是一个由逗号分隔的数字值或名称 列表。例如,Basic,NTLM。可以识别的值 有(名称不区分大小写): Basic - 1 或 Basic NTLM - 2 或 NTLM Certificate - 65536 或 Cert 另外,为了使用此选项,必须指定安全程序包(-u)和身份 验证级别(-a)。-B - 服务器证书使用者。有关 详细信息,请参阅 MSDN 中的 RPC_HTTP_TRANSPORT_CREDENTIALS 结构中的 ServerCertificateSubject 字段。必须使用 SSL 以使此选项工作。另外,为了使用此选项,必须 指定安全程序包(-u)和身份验证级别(-a)。-b - 从服务器发送的证书中检索 服务器证书主题并将它显示到屏幕上或记录到日志文件中。仅当 指定“仅代理回显”选项(-E)和“使用 SSL”选项时才有效。 另外,为了使用此选项,必须指定安全程序包(-u)和身份 验证级别(-a)。-R - 指定 HTTP 代理。如果它为 'none',我们将不使用 HTTP 代理而直接尝试 RPC 代理。值 'default' 意味着将使用你的 客户端计算机中的 IE 设置。任何其他值都将被视 为显式 HTTP 代理。如果未指定此标志,则会采用 默认值,即选中 IE 设置。仅当启用 -E (仅回显) 标志时此标志才有效。 -S - the expected SID of the server. For more information see the Sid field in the RPC_SECURITY_QOS structure in the MSDN. Using this option requires Windows .NET Server 2003 or higher. This field can be used only when authentication level and security package are selected. -Z - the EffectiveOnly setting to use. For more information see the EffectiveOnly field in the RPC_SECURITY_QOS structure in MSDN. Using this option requires Windows Vista or higher. This field can be used only when authentication level and security package are selected.-D - the security descriptor (in string format) of the server when using mutual authentication. For more information see the ServerSecurityDescriptor field in the RPC_SECURITY_QOS structure in MSDN. Using this option requires Windows 8 or higher. This field can be used only when authentication level and security package are selected.-P - specifies the identity to authenticate with to the RPC/HTTP proxy. Has the same format as for the -I option. Also, you must specify security package (-u), authentication level (-a), and authentication schemes (-H) in order to use this option. -F - 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_ssl Use first auth scheme - 2 or first or use_first See the Flags field in RPC_HTTP_TRANSPORT_CREDENTIALS for more information. Also, you must specify security package (-u) and authentication level (-a) in order to use this option. -H - the authentication schemes to use for RPC/HTTP front end authentication. This option is a list of numerical values or names separated by comma. E.g. Basic,NTLM. Recognized values are (names are not case sensitive: Basic - 1 or Basic NTLM - 2 or NTLM Certificate - 65536 or Cert Also, you must specify security package (-u) and authentication level (-a) in order to use this option. -B - the server certificate subject. For more information, see the ServerCertificateSubject field in the RPC_HTTP_TRANSPORT_CREDENTIALS structure in the MSDN. You must use SSL for this option to work. Also, you must specify security package (-u) and authentication level (-a) in order to use this option. -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. Also, you must specify security package (-u) and authentication level (-a) in order to use this option. -R - specifies the HTTP proxy. if it's 'none', we will not use HTTP proxy but directly attempt the RPC proxy. 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 don't 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.
0x00002715-E - 将该 ping 限制为仅用于 RPC/HTTP 代理服务器。无法通过该 ping 访问 该服务器。尝试建立时很有用,不论 RPC/HTTP 代理服务器是否可访问。另外,为了使用此选项,必须指定 安全数据包(-u)和身份验证级别(-a)。若要指定 HTTP 代理服务器, 请使用 -R 标志。如果在 -o 标志中指定 HTTP 代理服务器, 则将忽略此选项。-q - 安静模式。除密码之外,不会发出任何提示。假定 对所有查询均为 \"Y\" 响应。请慎重使用此选项。-c - 使用智能卡证书。RPCPing 将提示用户选择 智能卡。-A - 指定使用对 HTTP 代理服务器进行 身份验证的标识。具有与用于 -I 选项相同的格式。 另外,为了使用此选项,必须指定身份验证方案(-U)、 安全数据包(-u)以及身份验证级别(-a)。-U - 用于 HTTP 代理服务器身份验证 的身份验证方案。此选项是一个由逗号分隔的一系列数字值或 名称。例如,Basic,NTLM。已识别的值如下(名称不 区分大小写): Basic - 1 或 Basic NTLM - 2 或 NTLM 为了使用此选项,必须指定安全数据包(-u) 和身份验证级别(-a)。-r - 如果已指定多个迭代,则在上一次调用后 该选项将使得 rpcping 定期显示当前的执行统计信息。报告间隔以秒为单位 提供。默认值为 15。-v - 向 rpcping 提供输出内容的详细程度。 默认值为 1、2 和 3 提供 rpcping 的更多输出内容。 示例: 查明通过 RPC/HTTP 连接的 Exchange 服务器是否可访问: rpcping -t ncacn_http -s exchange_server -o RpcProxy=front_end_proxy -P \"username,domain,*\" -H Basic -u NTLM -a connect -F 3提示输入密码时,请输入该密码。exchange_server 是 Exchange服务器的名称;front_end_proxy 是代理服务器的名称;用户名和域是会在 Outlook 提示中输入的用户名和域。其他参数将请求 rpcping 来 ping Exchange 服务器,其方式与 Outlook 将连接到该服务器以获取典型配置文件的方式完全相同。-p - 在身份验证失败时提示输入凭据。 -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. Also, you must specify security package (-u) and authentication level (-a) in order to use this option. To specify an HTTP proxy, use the -R flag. If an HTTP proxy is specified in the -o flag, this option will be ignored. -q - 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 to authenticate with to the HTTP proxy. Has the same format as for the -I option. Also, you must specify authentication schemes (-U), security package (-u) and authentication level (-a) in order to use this option. -U - the authentication schemes to use for HTTP proxy authentication. This option is a list of numerical values or names separated by comma. E.g. Basic,NTLM. Recognized values are (names are not case sensitive: Basic - 1 or Basic NTLM - 2 or NTLM You 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. Example: Find out if your Exchange server that you connect throughRPC/HTTP is accessible: rpcping -t ncacn_http -s exchange_server -o RpcProxy=front_end_proxy -P \"username,domain,*\" -H Basic -u NTLM -a connect -F 3When prompted for the password, enter it. exchange_server is the name ofyour exchange server, front_end_proxy is the name of your proxy, usernameand domain are your user name and domain as you would enter them in theOutlook prompt. The other parameters will ask rpcping to ping yourExchange server in exactly the same way as Outlook will connect to it forthe typical profile.-p - Prompt for credentials if authentication fails.
0x00002725内存不足 Out of memory
0x00002726无法分配 %1!d! 字节 Cannot allocate %1!d! bytes
0x00002728无效开关: %1!s! Invalid switch: %1!s!
0x00002729无效选项 %1!c!,缺少要求的参数 Invalid option %1!c!, missing required parameter
0x0000272ARPCPing v6.0。版权所有 (C) Microsoft Corporation,2002-2006 RPCPing v6.0. Copyright (C) Microsoft Corporation, 2002-2006
0x0000272B%1!s! %1!s!
0x0000272D如果你指定身份验证标识,则必须指定身份验证级别和安全包 If you specify auth identity, you must specify authentication level and security package
0x0000272E如果你指定标识跟踪,则必须指定身份验证级别和安全包 If you specify identity tracking, you must specify authentication level and security package
0x0000272F如果你指定模拟类型,则必须指定身份验证级别和安全包 If you specify impersonation type, you must specify authentication level and security package
0x00002730如果你指定 SID,则必须指定身份验证级别和安全包 If you specify a SID, you must specify authentication level and security package
0x00002731若要提示输入凭据,你必须指定身份验证级别和安全包 To prompt for credentials, you must specify authentication level and security package
0x00002732无法解析安全包 ID Cannot parse security package id
0x00002733无法解析身份验证级别 Cannot parse authentication level
0x00002734无法解析标志字符串 Cannot parse flags string
0x00002735无法解析身份验证方案数组 Cannot parse auth schemes array
0x00002736无法解析标识跟踪模式 Cannot parse identity tracking mode
0x00002737无法解析模拟类型 Cannot parse impersonation type
0x00002774错误 %1!d! : 在 WinHttpQueryAuthSchemes 中返回 %2!s!。可能不允许匿名请求或不安全频道上的请求 Error %1!d! : %2!s! returned in the WinHttpQueryAuthSchemes. possibably anonymous requests or requests on unsecure channel are not allowed
0x00002775错误 %1!d! : 在 WinHttpSetOption 中返回 %2!s! Error %1!d! : %2!s! returned in WinHttpSetOption
0x00002776错误 %1!d! : 在 WinhttpSetOption (3) 中返回 %2!s! Error %1!d! : %2!s! returned in WinhttpSetOption (3)
0x00002778在 RpcCertGeneratePrincipalName 中返回状态 %1!d! Status %1!d! returned in the RpcCertGeneratePrincipalName
0x00002779错误 %1!d! : 在 CredIsMarshaledCredential 中返回 %2!s! Error %1!d! : %2!s! returned in CredIsMarshaledCredential
0x0000277A错误 %1!d! : 在 CredUnMarshalCredential 中返回 %2!s! Error %1!d! : %2!s! returned in CredUnMarshalCredential
0x0000277B错误 %1!d! : 在 CertOpenSystemStore 中返回 %2!s! Error %1!d! : %2!s! returned in CertOpenSystemStore
0x0000277C错误 %1!d! : 在 CertFindCertificateInStore 中返回 %2!s! Error %1!d! : %2!s! returned in CertFindCertificateInStore
0x0000277D错误 %1!d! : 在 CryptAcquireContext 中返回 %2!s! Error %1!d! : %2!s! returned in CryptAcquireContext
0x0000277E错误 %1!d! : 在 CryptSetProvParam 中返回 %2!s! Error %1!d! : %2!s! returned in CryptSetProvParam
0x0000277F错误 %1!d! : 在 WinHttpSetOption (1) 中返回 %2!s! Error %1!d! : %2!s! returned in WinHttpSetOption (1)
0x00002780错误 %1!d! : 在 WinHttpSetOption (cert) 中返回 %2!s! Error %1!d! : %2!s! returned in WinHttpSetOption (cert)
0x00002781错误 %1!d! : 在 MultiByteToWideChar 中返回 %2!s! Error %1!d! : %2!s! returned in MultiByteToWideChar
0x00002782错误 %1!d! : 在 RtlStringCbPrintf 中返回 %2!s! Error %1!d! : %2!s! returned in RtlStringCbPrintf
0x00002783错误 %1!d! : 在 WinHttpSetCredentials 中返回 %2!s! Error %1!d! : %2!s! returned in WinHttpSetCredentials
0x00002784错误 %1!d! : 在 WinHttpSendRequest 中返回 %2!s! Error %1!d! : %2!s! returned in WinHttpSendRequest
0x00002785错误 %1!d! : 在 WinHttpReceivedResponse 中返回 %2!s! Error %1!d! : %2!s! returned in WinHttpReceivedResponse
0x00002786错误 %1!d! : 在 WinHttpQueryHeadersFailed 中返回 %2!s! Error %1!d! : %2!s! returned in WinHttpQueryHeadersFailed
0x00002787错误 %1!d! : 在 RPC 代理的 WinHttpSetCredentials 中返回 %2!s! Error %1!d! : %2!s! returned in WinHttpSetCredentials for RPC Proxy
0x00002788错误 %1!d! : 在 WinHttpSetOption - 4 中返回 %2!s! Error %1!d! : %2!s! returned in WinHttpSetOption - 4
0x00002789错误 %1!d! : 在 Http 代理的 WinHttpSetCredentials 中返回 %2!s! Error %1!d! : %2!s! returned in WinHttpSetCredentials for Http Proxy
0x0000278A错误 %1!d! : 在 WinHttpQueryHeaders - 2 中返回 %2!s! Error %1!d! : %2!s! returned in WinHttpQueryHeaders - 2
0x0000278B错误 %1!d! : 在 RtlStringCchCopy 中返回 %2!s! Error %1!d! : %2!s! returned in RtlStringCchCopy
0x0000278C错误 %1!d! : 在 WinHttpOpen 中返回 %2!s! Error %1!d! : %2!s! returned in WinHttpOpen
0x0000278D错误 %1!d! : 在 WinHttpConnect 中返回 %2!s! Error %1!d! : %2!s! returned in WinHttpConnect
0x0000278E错误 %1!d! : 在 WinHttpOpenRequest 中返回 %2!s! Error %1!d! : %2!s! returned in WinHttpOpenRequest
0x0000278F错误 %1!d! : 在 GetModuleHandle 中返回 %2!s! Error %1!d! : %2!s! returned in GetModuleHandle
0x00002790错误 %1!d! : 在 GetProcessAddress 中返回 %2!s! Error %1!d! : %2!s! returned in GetProcessAddress
0x00002791%1!s! 失败 - %2!d! (%3!08x!) %1!s! failed - %2!d! (%3!08x!)
0x00002792错误 %1!d! : 在 CertGetCertificateContextProperty 中返回 %2!s! Error %1!d! : %2!s! returned in CertGetCertificateContextProperty
0x00002793错误 %1!d! : 在 WinHttpSendRequest 中返回 %2!s! - 可能没有将服务器配置为接受智能卡 Error %1!d! : %2!s! returned in WinHttpSendRequest - probably server is not configured to accept smart cards
0x00002794检索用户输入时出错 Error retrieving user input
0x000027D9使用服务器首选的身份验证方案: %1!d! Use Server Preffered Auth Scheme: %1!d!
0x000027DA使用代理首选的身份验证方案: %1!d! Use Proxy Preffered Auth Scheme: %1!d!
0x000027DB客户端无法对 RPC 代理进行身份验证 Client failed to authenticate to RPC proxy
0x000027DC若要为 RPC 代理使用 BASIC 身份验证方案,则必须指定该用户/域/密码(-P) To use BASIC authentication scheme for RPC Proxy, you must specify the user/domain/password (-P)
0x000027DD若要为 HTTP 代理使用 BASIC 身份验证方案,则必须指定该用户/域/密码(-A) To use BASIC authentication scheme for HTTP Proxy, you must specify the user/domain/password (-A)
0x000027DE将自动登录策略设置为低 Setting autologon policy to low
0x000027DF若要将隐式登录凭据与 NTLM 一起使用,则必须将 SSL 与服务器证书使用者一起使用,或者禁用 LanMan 哈希 To use implicit logon credentials with NTLM, you must use SSL with server certificate subject or disable lanman hash
0x000027E0将自动登录策略设置为高 Setting autologon policy to high
0x000027E1不支持身份验证方案 %1!d!。当前仅支持 NTLM 和 BASIC Authentication scheme %1!d! is not supported. Currently only NTLM and BASIC are supported
0x000027E2无法将服务器证书使用者转换为 Unicode Cannot convert server certificate subject to Unicode
0x000027E3来自 RPC 代理(%1!s!, %2!s!)的服务器证书使用者与指定的服务器证书使用者(%3!s!)不匹配 The server certificate subject from the RPC proxy (%1!s!, %2!s!) does not match the one (%3!s!) specified
0x000027E4CredIsMarshaledCredential 失败,certCredentialInfo 为 NULL CredIsMarshaledCredential failed with NULL certCredentialInfo
0x000027E5CredIsMarshaledCredential 失败,错误的 CredType: %1!d! CredIsMarshaledCredential failed with wrong CredType: %1!d!
0x000027E6CryptAcquireContextW 失败,cspProvider 为 NULL CryptAcquireContextW failed with NULL cspProvider
0x000027E7智能卡身份验证没有任何隐式凭据 Smart card auth has no implicit credentials
0x000027E8如果指定 RPC_C_HTTP_FLAG_USE_FIRST_AUTH_SCHEME,则必须至少指定一个身份验证方案 You must specify at least one authentication scheme if you specify the RPC_C_HTTP_FLAG_USE_FIRST_AUTH_SCHEME
0x000027E9已调用目标服务器的 WinHttpSetCredentials WinHttpSetCredentials for target server called
0x000027EA正在发送 ping 至服务器 Sending ping to server
0x000027EB服务器需要一个证书,而客户端没有指定证书。正在退出 ... Server requires a certificate and client did not specify one. Exiting ...
0x000027EC该服务器需要客户端证书 Client certificate is required by the server
0x000027ED已指定智能卡但服务器不接受(返回 ERROR_WINHTTP_CLIENT_AUTH_CERT_NEEDED)。正在退出 ... Smart card specified but not accepted by server (ERROR_WINHTTP_CLIENT_AUTH_CERT_NEEDED returned). Exiting ...
0x000027EE未指定任何智能卡。正在退出 ... No smart card specified. Exiting ...
0x000027EF已收到来自服务器的响应: %1!d! Response from server received: %1!d!
0x000027F0已使用智能卡且从服务器返回错误 401 - 可能没有将服务器配置为接受智能卡 Smart card used and error 401 returned from server - probably server is not configured to accept smart cards
0x000027F1未授权客户端 ping RPC 代理 Client is not authorized to ping RPC proxy
0x000027F2Ping HTTP 代理时访问被拒绝 Access denied pinging HTTP proxy
0x000027F3第一个 WinHttpQueryHeaders 应该还未成功 First WinHttpQueryHeaders should not have succeeded
0x000027F4必须指定 Rpc 代理 You mush specify Rpc Proxy
0x000027F5检查 IE 设置时发生错误 %1!d! Error when checking IE settings %1!d!
0x000027F6错误 %1!d! : %2!s! 端口号太长 Error %1!d! : %2!s! port # is too long
0x000027F7IE 设置不明确。我们不知道是应该直接访问 RPC 代理还是使用 HTTP 代理。可以使用 -R 来明确它 The IE settings are ambiguous. We don't know whether we should directly access RPC proxy or use HTTP proxy. You can use -R to clarify it
0x000027F8可以给出一个接口或一个终接点,但不能同时给出这两者 Either an interface or an endpoint can be given, but not both
0x000027F9找不到协议序列: %1!s!。正在退出... Cannot find protocol sequence: %1!s!. Exiting...
0x000027FASChannel 要求提供一个证书 SChannel requires a certificate to be supplied
0x000027FB正在尝试解析接口 %1!X!-%2!X!-%3!X!-%4!X!%5!X!%6!X!%7!X!%8!X!%9!X!%10!X!%11!X!,版本: %12!d!.0 Trying to resolve interface %1!X!-%2!X!-%3!X!-%4!X!%5!X!%6!X!%7!X!%8!X!%9!X!%10!X!%11!X!, Version: %12!d!.0
0x000027FC错误访问类型 %1!u! Wrong access type %1!u!
0x000027FDRPC 正在使用回显请求数据包 ping 代理服务器 %1!s! RPCPinging proxy server %1!s! with Echo Request Packet
0x000027FEPing 已在 %1!d! 毫秒内成功完成 Pinging successfully completed in %1!d! ms
0x000027FFPing 失败 Ping failed
0x00002800例外 %1!lu! (0x%2!08lX!) Exception %1!lu! (0x%2!08lX!)
0x00002801无法获取 EEInfo: %1!d! Couldn't get EEInfo: %1!d!
0x00002802记录数量为: %1!d! Number of records is: %1!d!
0x00002803无法完成枚举: %1!d! Couldn't finish enumeration: %1!d!
0x00002804ComputerName 为 %1!s! ComputerName is %1!s!
0x00002805ProcessID 为 %1!d! ProcessID is %1!d!
0x00002806系统时间为: %1!d!/%2!d!/%3!d! %4!d!:%5!d!:%6!d!:%7!d! System Time is: %1!d!/%2!d!/%3!d! %4!d!:%5!d!:%6!d!:%7!d!
0x00002807正在生成的组件为 %1!d! Generating component is %1!d!
0x00002808状态为 0x%1!X!,%2!d! Status is 0x%1!X!, %2!d!
0x00002809检测位置为 %1!d! Detection location is %1!d!
0x0000280A标志为 %1!d! Flags is %1!d!
0x0000280BNumberOfParameters 为 %1!d! NumberOfParameters is %1!d!
0x0000280CAnsi 字符串: %1!S! Ansi string: %1!S!
0x0000280DUnicode 字符串: %1!s! Unicode string: %1!s!
0x0000280E长值: 0x%1!x! Long val: 0x%1!x!
0x0000280F短值: %1!d! Short val: %1!d!
0x00002810指针值: 0x%1!x! Pointer val: 0x%1!x!
0x00002811已截断 Truncated
0x00002812无效类型: %1!d! Invalid type: %1!d!
0x00002813如果以格式 指定身份验证标识,则必须指定一个域: %1!s! If you specify auth identity in the form , a domain must be specified: %1!s!
0x00002814如果以格式 指定身份验证标识,则必须指定一个密码: %1!s!,%2!s! If you specify auth identity in the form , a password must be specified: %1!s!,%2!s!
0x00002815为 %1!s! 输入密码: Enter password for %1!s!:
0x00002816无法解析位标志: %1!s! Cannot parse bitflags: %1!s!
0x00002817如果要使用 RPC/HTTP 前端安全性(%1!s!),则必须指定身份验证级别、安全程序包和 ncacn_http 协议序列 You must specify authentication level, security package and ncacn_http protocol sequence if you want to use RPC/HTTP front end security (%1!s!)
0x00002818如果要 ping RPC 代理,则必须指定该绑定选项。(-E) You must specify the binding option if you want to Ping the RPC proxy. (-E)
0x00002819无效 BindingOption (%1!s!)。必须指定 RpcProxy Invalid BindingOption (%1!s!). You must specify the RpcProxy
0x0000281A无法检索计算机名 %1!d! : %2!s! Cannot retrieve computer name %1!d! : %2!s!
0x0000281B无法检索智能卡凭据 %1!d! : %2!s! Cannot retrieve smart card credentials %1!d! : %2!s!
0x0000281C无法解析接口 UUID: %1!s! Cannot parse interface UUID: %1!s!
0x0000281D如果指定的身份验证级别不是 1,则必须指定一个安全提供程序 If you specify authentication level other than 1, you must specify a security provider
0x0000281E如果指定了一个安全程序包,则必须指定“无”之外的身份验证级别 If you specify a security package, you must specify authentication level other than none
0x0000281F无法解析 SID: %1!s! Cannot parse SID: %1!s!
0x00002820如果要对 HTTP 代理进行身份验证,则必须指定一个或多个代理身份验证方案 You must specify one or more proxy authentication schemes if you want to authenticate to the HTTP Proxy
0x00002821如果要验证服务器证书使用者,则必须使用 SSL You must use SSL if you want to verify the server certificate subject
0x00002822如果要检索服务器证书使用者,则必须使用 SSL You must use SSL if you want to retrieve the server certificate subject
0x00002823仅当执行“仅代理回显”时,才可以检索服务器使用者证书 You can retrieve the server subject certificate only if you do Proxy Echo only
0x00002824如果将智能卡用于代理身份验证,则无法指定显式代理凭据 If you use a smart card for proxy auth, you cannot specify explicit proxy credentials
0x00002825如果将证书用于身份验证,则必须使用 SSL If you use certificate for authentication, you must use SSL
0x00002826如果使用证书,则必须使用 SCHANNEL 作为身份验证程序包,或使用 FE 安全并仅指定一个身份验证方案(cert) If you use a certificate, you must either use SCHANNEL as the auth package or use FE security and specify exactly one auth scheme (cert)
0x00002827无法使用智能卡进行 HTTP 代理身份验证 HTTP Proxy authentication cannot be done with a smart card
0x00002828仅当启用 -E 时,才需要指定 HTTP 代理 You need to specify the HTTP proxy only when -E is enabled
0x00002829由于已指定“仅 RPC/HTTP 代理回显”选项(-E),已指定的终结点/接口将被忽略,因为没有任何调用将访问到该 RPC/HTTP 服务器 Since you have specified the RPC/HTTP proxy echo only option (-E), the endpoint/interface you have specified will be ignored as no calls will reach the RPC/HTTP server
0x0000282A%1!s! [Y/N]: %1!s! [Y/N]:
0x0000282B%1!s! : %2!s! %1!s! : %2!s!
0x0000282C服务器证书使用者: (%1!s!;%2!s!) Server Certificate Subject: (%1!s!;%2!s!)
0x0000282D在 %2!d! 毫秒内已完成 %1!d! 个调用%3!d! T/S 或 %4!3d!.%5!03d! 毫秒/T Completed %1!d! calls in %2!d! ms%3!d! T/S or %4!3d!.%5!03d! ms/T
0x0000282E最多七个 -n 开关,多余的将被忽略 Maximum of seven -n switchs, extra ignored
0x0000282F如果要对 RPC/HTTP 代理进行身份验证,则必须指定一个或多个身份验证方案 You must specify one or more authentication schemes if you want to authenticate to the RPC/HTTP Proxy
0x00002830
0x00002831时间 %1!s!: %2!d!.%3!03d! Time %1!s!: %2!d!.%3!03d!
0x00002832无法运行 RPC 网络诊断: %1!d! Couldn't run RPC Network Diagnostics: %1!d!
0x00002833错误 %1!d! : 在 CertSetCertificateContextProperty 中返回 %2!s! Error %1!d! : %2!s! returned in CertSetCertificateContextProperty
0x00002834如果你使用智能卡进行 RPC 身份验证,则你无法指定显式凭据 If you use a smart card for rpc auth, you cannot specify explicit credentials
0x00002835如果你指定该证书身份验证方案,则必须使用智能卡 If you specify the certificate authentication scheme then you must use a smart card
0x00002836二进制值: 长度 %1!d! %2!X! %3!X! %4!X! %5!X! Binary val: Length %1!d! %2!X! %3!X! %4!X! %5!X!
0x00002837RPCPing 设置活动 ID: {%1!s!} RPCPing set Activity ID: {%1!s!}
0x00002838使用基本身份验证而不使用 SSL 会暴露你的凭据。是否希望继续? [%1!s!/%2!s!] %0 Using basic authentication without SSL can expose your credentials. Do you want to continue? [%1!s!/%2!s!] %0
0x00002839Y%0 Y%0
0x0000283Ay%0 y%0
0x0000283BN%0 N%0
0x0000283Cn%0 n%0
0x0000283DConvertStringSecurityDescriptorToSecurityDescriptor 中返回了错误 %1!d! : %2!s! Error %1!d! : %2!s! returned in ConvertStringSecurityDescriptorToSecurityDescriptor
0x0000283E无法分析 EffectiveOnly: %1!s! Cannot parse EffectiveOnly: %1!s!
0x0000283FEffectiveOnly 必须是 0 或 1。 EffectiveOnly must be either 0 or 1.

EXIF

File Name:rpcping.exe.mui
Directory:%WINDIR%\WinSxS\amd64_microsoft-windows-rpc-ping.resources_31bf3856ad364e35_10.0.15063.0_zh-cn_1de7952b2f239413\
File Size:24 kB
File Permissions:rw-rw-rw-
File Type:Win32 DLL
File Type Extension:dll
MIME Type:application/octet-stream
Machine Type:Intel 386 or later, and compatibles
Time Stamp:0000:00:00 00:00:00
PE Type:PE32
Linker Version:14.10
Code Size:0
Initialized Data Size:24576
Uninitialized Data Size:0
Entry Point:0x0000
OS Version:10.0
Image Version:10.0
Subsystem Version:6.0
Subsystem:Windows GUI
File Version Number:10.0.15063.0
Product Version Number:10.0.15063.0
File Flags Mask:0x003f
File Flags:(none)
File OS:Windows NT 32-bit
Object File Type:Executable application
File Subtype:0
Language Code:Chinese (Simplified)
Character Set:Unicode
Company Name:Microsoft Corporation
File Description:RPC Ping 实用程序
File Version:10.0.15063.0 (WinBuild.160101.0800)
Internal Name:RpcPing.exe
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original File Name:RpcPing.exe.mui
Product Name:Microsoft® Windows® Operating System
Product Version:10.0.15063.0
Directory:%WINDIR%\WinSxS\x86_microsoft-windows-rpc-ping.resources_31bf3856ad364e35_10.0.15063.0_zh-cn_c1c8f9a776c622dd\

What is rpcping.exe.mui?

rpcping.exe.mui is Multilingual User Interface resource file that contain Chinese (Simplified) language for file rpcping.exe (RPC Ping 实用程序).

File version info

File Description:RPC Ping 实用程序
File Version:10.0.15063.0 (WinBuild.160101.0800)
Company Name:Microsoft Corporation
Internal Name:RpcPing.exe
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original Filename:RpcPing.exe.mui
Product Name:Microsoft® Windows® Operating System
Product Version:10.0.15063.0
Translation:0x804, 1200