• 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.

  • 相关阅读:
    深入理解JVM(2)——揭开HotSpot对象创建的奥秘
    深入理解JVM(3)——垃圾收集策略详解
    深入理解JVM(4)——对象内存的分配策略
    深入理解JVM(1)——JVM内存模型
    学习 IOC 设计模式前必读:依赖注入的三种实现
    学习Struts--Chap07:Struts2文件上传和下载
    POJ2823_Sliding Window
    POJ3378_Crazy Thairs
    POJ2374_Fence Obstacle Course
    POJ3709_K-Anonymous Sequence
  • 原文地址:https://www.cnblogs.com/oskb/p/4482145.html
Copyright © 2020-2023  润新知