zoukankan      html  css  js  c++  java
  • 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.

  • 相关阅读:
    Python+request+unittest实现接口测试框架集成实例
    真正解决Jenkins安装插件总是报错的问题(网上查的解决方案都无效)
    Rancher 2.2.2
    Rancher管理k8s集群
    清理cosbench工具所占用磁盘空间的小脚本
    一个检查本机和远程机器的根目录所在磁盘的剩余空间的bash小脚本
    当df命令hang住了, 怎么办?
    OpenCV操作像素的几种方法(单个像素|操作多像素|遍历像素)
    OpenCV-颜色通道的分离、合并(转)
    ImageMagick 提取四通道png图片的alpha及magick使用
  • 原文地址:https://www.cnblogs.com/oskb/p/4482145.html
Copyright © 2011-2022 走看看