• Netdom query基本用法


    C:Usersuser1>netdom query
    The syntax of this command is:


    NETDOM QUERY [/Domain:domain] [/Server:server]
    [/UserD:user] [/PasswordD:[password | *]]
    [/Verify] [/RESEt] [/Direct] [/SecurePasswordPrompt]
    WORKSTATION | SERVER | DC | OU | PDC | FSMO | TRUST

    NETDOM QUERY Queries the domain for information

    /Domain Specifies the domain on which to query for the information

    /UserD User account used to make the connection with the domain
    specified by the /Domain argument

    /PasswordD Password of the user account specified by /UserD. A * means
    to prompt for the password

    /Server Name of a specific domain controller that should be used to
    perform the query.

    /Verify For computers, verifies that the secure channel between the
    computer and the domain controller is operating properly.
    For trusts, verifies that the the trust between domains is
    operating properly. Only outbound trust will be verified. The
    user must have domain administrator credentials to get
    correct verification results.

    /RESEt Resets the secure channel between the computer and the domain
    controller; valid only for computer enumeration

    /Direct Applies only for a TRUST query, lists only the direct trust
    links and omits the domains indirectly trusted through
    transitive links. Do not use with /Verify.

    /SecurePasswordPrompt
    Use secure credentials popup to specify credentials. This
    option should be used when smartcard credentials need to be
    specified. This option is only in effect when the password
    value is supplied as *

    WORKSTATION Query the domain for the list of workstations
    SERVER Query the domain for the list of servers
    DC Query the domain for the list of Domain Controllers
    OU Query the domain for the list of Organizational Units under
    which the specified user can create a machine object
    PDC Query the domain for the current Primary Domain Controller
    FSMO Query the domain for the current list of FSMO owners
    TRUST Query the domain for the list of its trusts

    The trust verify command checks only direct, outbound, Windows trusts. To
    verify an inbound trust, use the NETDOM TRUST command which allows you to
    specify credentials for the trusting domain.


    NETDOM HELP command | MORE displays Help one screen at a time.

    The command completed successfully.


    C:Usersuser1>netdom query fsmo
    Schema master ABC-DOM01.test.com
    Domain naming master ABC-DOM01.test.com
    PDC ABC-DOM01.test.com
    RID pool manager ABC-DOM01.test.com
    Infrastructure master ABC-DOM01.test.com
    The command completed successfully.


    C:Usersuser1>netdom query /D:test.com workstation
    List of workstations with accounts in the domain:

    ABC-APP01
    ABC-APP02
    ABC-DB01
    ABC-APP04
    ABC-APP06
    ABC-WIN7V2 ( Workstation or Server )
    The command completed successfully.


    C:Usersuser1>netdom query /D:test.com server
    List of servers with accounts in the domain:

    ABC-WIN7V2 ( Workstation or Server )

    The command completed successfully.


    C:Usersuser1>netdom query /D:test.com trust
    Direction TrustedTrusting domain Trust type
    ========= ======================= ==========

    The command completed successfully.

  • 相关阅读:
    MyCAT常用分片规则之分片枚举
    MySQL参数
    CentOS 7下MySQL服务启动失败的解决思路
    ERROR 1819 (HY000): Your password does not satisfy the current policy requirements
    CHECK_NRPE: Received 0 bytes from daemon. Check the remote server logs for error messages.
    MyCAT实现MySQL的读写分离
    搭建Spark的单机版集群
    如何部署Icinga服务端
    MyCAT简易入门
    如何部署Icinga客户端
  • 原文地址:https://www.cnblogs.com/oskb/p/4482145.html
Copyright © 2020-2023  润新知