What is "YourSiteName"

  • Thread starter Thread starter George Hester
  • Start date Start date
George said:
in this article:

http://support.microsoft.com/default.aspx?scid=kb;en-us;258805

Is it my MachineName; is it my Qualified Name; is it my FQDN; is is my Share Name??? Wha is my Site Name? Thanks.

Hi


It is the Site name that is associated with the IP sub-net that the computer is placed in (Sites are e.g. defined and
displayed using "Active Directory Sites and Services" in "Administrative Tools".


Here is a VBScript that displays the Site name for the computer it is run on:

Set oADsSysInfo = CreateObject("ADSystemInfo")
Wscript.Echo "Location (Site name): " & oADsSysInfo.SiteName
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top