Ask a questionAsk a question
 

AnswerHow to import site boundaries

  • Monday, April 14, 2008 6:53 PMBrianLu Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Is it possible to import all of my Active Directory sites into SCCM as site boundaries?  I have over 750 sites that are already defined in AD Sites and Services and would hate to have to manually enter those.  I know SMS 2003 had the Site Boundary Tool in the Toolkit but I do not see that in the SCCM Toolkit.

    Thanks,
    Brian

Answers

  • Tuesday, April 15, 2008 2:16 AMWallyMSFT, OwnerUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    You can import them. You can browse to them individually in the console. We did not migrate the tool over. You could write a script using the SDK, but there is not a sample included in the SDK at this point.

     

All Replies

  • Tuesday, April 15, 2008 2:16 AMWallyMSFT, OwnerUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    You can import them. You can browse to them individually in the console. We did not migrate the tool over. You could write a script using the SDK, but there is not a sample included in the SDK at this point.

     

  • Saturday, March 28, 2009 3:35 PMmikidutzaa_celrau Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    We are in the same situation here (hundreds of sites to import into ConfigMGR). Can you provide some pointers on how I could make the script?

    Thanks.
  • Wednesday, April 01, 2009 8:31 AMG-Man8 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi Guys

    I had the same issue and found this BUT it's NOT  RISK free :(
    http://www.codeplex.com/sitebound

    In the end I did it manually....sorry

    G-Man8
  • Thursday, August 13, 2009 5:43 AMD D Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    I used the tool I wrote successfully in my environment and I know others who have successfully used it in their environments.

    You can test it out with only a few boundaries if you want to see if it works for you or test it in a dev environment. The source code is also posted on codeplex so if you want to make modifications or borrow from it to create your own program you can certainly do so.