I need a solution
Hi,
I am looking for a way to programatically find out the following:
1. An easy way to programatically get the closest Site Server ..
- I am guessing there is a registry key but I am unable to find it in HKLM\Software\Altiris
- My best guess is in HKLM\Software\Altiris\Communications\Servers but there are multiple serers there.. I am not sure how to programatically get it from there.
2. Programatically Scan for the closest site server
Since the above method may be stale, I am looking for an easy way to find the closest Site Server. There use to be an ASP page we could hit off the NS to get this info in 6.9 days, but I am using 7.5 so that is out as far as I know. I tried digging and the best I found is GetPackageInfo.aspx, but that doesn't seem to do the trick.Is there some C# or VB api I can call or a webservice I can hit to find this out?