msgoodies
Welcome to our blog on the topics that we find interesting in our work life.
Wednesday, October 13, 2004
Scriptaholic - Get the current site of a computer
Just use this function:
function GetSite
dim objInfo
set objInfo = CreateObject("ADSystemInfo")
GetSite = objInfo.SiteName
end function
Want more information about
ADSystemInfo
?
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment