Windows IT Pro is the authoritative and independent resource for windows nt, windows 2000, windows 2003, windows xp. Features a collection of resources and magazines for windows IT professionals.
  
  
  Advanced Search 


December 19, 2006

How can a batch retrieve the full DNS name of the current computer?

RSS
Subscribe to Windows IT Pro | See More Domain Name System (DNS) Articles Here | Reprints | Or get the Monthly Online Pass—only $5.95 a month!

11111 » How can a batch retrieve the full DNS name of the current computer? (19-Dec-06)

The full DNS name my workstation is JSI009.JSIINC.COM and it's Common Name is JSI009.

Using standard commands, I have scripted FullDNSName.bat to retrieve the full DNS name of the current computer.

The syntax for using FullDNSName.bat is:

[call] FullDNSName Name

Where Name is a call directed environment variable that will contain the computer's full DNS name.

FullDNSName.bat contains:

@echo off
if {%1}=={} @echo Syntax: FullDNSName Name&goto :EOF
if exist "%TEMP%\FullDNSName.vbs" goto doit
@echo.Set objSysInfo = CreateObject("ADSystemInfo") >"%TEMP%\FullDNSName.vbs"
@echo.strComputerDN = objSysInfo.ComputerName>>"%TEMP%\FullDNSName.vbs"
@echo.Set objComputer = GetObject("LDAP://" ^& strComputerDN)>>"%TEMP%\FullDNSName.vbs"
@echo.Wscript.Echo objComputer.dnsHostName>>"%TEMP%\FullDNSName.vbs"
:doit
set %1=Not Found
for /f "Tokens=*" %%a in ('cscript //nologo "%TEMP%\FullDNSName.vbs"') do (
 set %1=%%a
)


End of Article



Reader Comments

You must log on before posting a comment.

If you don't have a username & password, please register now.




Top Viewed ArticlesView all articles
Friday at PASS Europe 2006

Kevin talks about the closing day of the event and shares a funny Microsoft film. ...

PsExec

This freeware utility lets you execute processes on a remote system and redirect output to the local system. ...

Escape From Yesterworld

Kevin points you to the funniest SQL Server website ever! ...


Related Events Check out our list of Free Email Newsletters!

Related Resources Become a VIP member of the Windows IT Pro community!
Get it all with the VIP CD and VIP access. A $500+ value for only $279!

Subscribe to Windows IT Pro!
Solve your toughest technical problems with our experts and access 10,000 + articles online. 30% off

Monthly Online Pass - Only $5.95!
Get instant access to 10,000+ articles from Windows IT Pro Magazine!

TechNet Virtual Labs
Evaluate and test Microsoft's newest products.


Windows IT Pro Home Register FAQ for Windows WinInfo News
Europe Edition About Us Contact Us/Customer Service Media Kit Affiliates / Licensing  
SQL Server Magazine Office & SharePoint Pro Windows Dev Pro IT Job Hound ITTV
IT Library Technology Resource Directory Connected Home Windows Excavator Windows SuperSite 
 
 Windows IT Pro is a Division of Penton Media Inc.
 Copyright © 2008 Penton Media, Inc., All rights reserved. Terms and Use | Privacy Statement | Reprints and Licensing