Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Site Settigns > Modify Navigation > Show subsites

  Asked By: Johanna Byrd         Date: Mar 09, 2010      Category: Sharepoint      Views: 478
 

anyone have a better way to enable this? We have about 1000+ sites/subs and going through every one is going to be a pain!

Tagged:            

 

2 Answers Found

 
Answer #1       Answered By: Mason Davis          Answered On: Mar 09, 2010       

Sounds like a job for a recursive loop in custom code.

The good news is that if this is a one-time need, you can just create an
aspx to get the job done (rather than messing with a whole feature
deployment).

 
Answer #2       Answered By: Savannah Pena          Answered On: Mar 09, 2010       

To add to that, here's what I've got:

- A powershell script (setting the execution policy to disabled)
- Loading the Microsoft.SharePoint, and Microsoft.SharePoint.Publishing
assemblies.
- Reading a text file, and creating the sites/subsites based off what I've got
in there.

...still searching for the magic that will enable  me to do this. Ideally, I'd
like to stick to doing it with powershell. If that's not an option, I'm open to
any means to get it done!

 
Didn't find what you were looking for? Find more on Site Settigns > Modify Navigation > Show subsites Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].