How to backup users permissions and web parts on sharepoint? [closed] - sharepoint

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I want to backup all the users permission and web parts on my sharepoint, so I can restore them anytime. because few weeks ago, all of user permission and web parts on my sharepoint has gone mysteriously. I've backup all the content, but not the user permissions and web parts. Can it done without using 3rd party software?

Why don't you use regular site collection backups? It includes permissions and web parts:
http://technet.microsoft.com/en-us/library/ff607901.aspx
Alternatively you can make regular content database backups:
http://msdn.microsoft.com/en-us/library/ms191304(v=sql.105).aspx
It will also contains all permissions and web parts.

I don't know any way to do that without custom development and I think it is better to backup all content, but it could be useful for you to turn on Audit Reports for site collection. Using this reports you can track changes in your site collection even permission changes. To configure audit look at this link. Also you can look at third party tools for audit.

Related

Is it ok to remove Google TXT verification records after I've authorized my domain with Google? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
For Google Analytics, I had to prove that I owned my domain. I added a TXT record to do this. I also had to prove to Microsoft that I owned my domain by uploading a file (BingSiteAuth.xml) to my site.
Now that I'm up and running with Analytics and Webmaster tools for Google and Bing, can I remove these verification records, or will that break analytics? Does leaving the record and file there pose any kind of security risk?
No, you shouldn't remove any of the verification files or DNS records. Google will periodically recheck your site and if it doesn't succeed you will lose access to WMT, for example. See this WMT support page:
Removing the record from your server can cause your site to become
unverified, and you will need to go through the verification process
again.
I'm not 100% sure but I think Bing will do the same. It makes sense because a domain owner or the roles of administrators might change and you don't want anyone who ever had access to your site's data to keep that access right forever.

Building help system for a sharepoint site [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I have a sharepoint webapp that contains multiple site collections. Different users have rights to different subset of those site collections. I need to create a help system for that web application. For each of the site collections there will be several documents and/or videos that describe how to use that site collection. The requirement is that users should only have access to the help documents corresponding to the site collections they have rights for.
What is the best way to create and orgranize that?
Thanks
Create a document library in each site collection to store the help files. Then you can make sure people who have permission to see the site also get permission to view that document library in each site collection.

Sharepoint 2010 - locate new site that haven't been checked in [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
If a user create a new site and just saves is without checking the site in, where's the location?
I want to test what's happens if a farm administrator tries to publish a site that's not a "draft" or a published site. (got a custom "publish now"-button without having to go trough a workflow)
Since Sharepoint dot not support draft versions of sites, I think you mean List Items or documents that not have been checked in by your users.
To see those items you can use the Site Content and Structure facilities. Check this post:
http://arabic2000.com/blog/index.php/archives/364

sharepoint 2010 search not working [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I am working on a sharepoint 2010 project
The problem I am current have is the search function doesn't really work. Whatever I searched, the result was "We did not find any results for [the keywork I searched]". I have uploaded the documents and crawled the content source and the service is running on central admin. Any help will be appreciated.
Regards,
Bin
My guess is that the crawl didn't actually manage to crawl any content. You may want to go into the crawl log and check for any errors that occurred.
The most common error is that the Default Content Access account doesn't have rights to connect to the content source.
Check the default content access account in Search Administration and make sure it has enough rights on the content source.

Backup SharePoint Online "office365" using Client Object Model [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
Can we use SharePoint Online (Office365) Client Object Model to backup site structure and data?
we need to make an application to backup/restore our SharePoint 365 Online site.
Is it feasible to backup/restore the whole site data and structure? what are the limitations?
Yes, the CSOM API can do this with programming. Additionally there are 3rd party solutions that can out-of-the-box replicate / mirror the data to local on-premise applications, e.g. databases, the "Cloud Connector for Office 365".
By using ClientOM you aren't able to impersonate into a system account so you have to ensure that the backup progress will be started by an user having access to all the data.
You can access all the lists and libraries using the ClientOM but I think you should consider lookin at something like this http://www.avepoint.com/sharepoint-online-migration-docave/

Resources