判斷是否存在域
1. 網路卡資訊查詢
ipconfig /all
檢視DNS字尾搜尋列表
2. 查詢主機資訊
systeminfo
檢視域,如果"域的值為WORKGROUP",表示當前伺服器不在域內。
3. 查詢當前登入域及登入使用者資訊
net config workstation
4. 檢視時間服務
net time /doamin
存在以下三種情況:
- 存在域,但當前使用者不是域使用者。命令會執行失敗
- 存在域,且當前使用者是域使用者
- 當前網路環境為工作組,不存在域
判斷主域
1. ping域名
ping god.org
2. nslookup域名
nslookup god.org