All Projects → GLubomirov → SP_Hauler

GLubomirov / SP_Hauler

Licence: other
Copy Libraries and Lists Content between ANY Version of SharePoint (SP2010/SP2013/SP2016/SPOnline).

Programming Languages

powershell
5483 projects
C#
18002 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to SP Hauler

SharePoint-Security
A Github Repository Created to compliment a BSides Canberra 2018 talk on SharePoint Security.
Stars: ✭ 42 (+100%)
Mutual labels:  sharepoint, sharepoint-online, sharepoint2010, sharepoint-2013, sharepoint-2016, sharepoint-lists
SpRestLib
JavaScript SharePoint REST Web Services Library
Stars: ✭ 114 (+442.86%)
Mutual labels:  sharepoint, sharepoint-online, sharepoint-2013, sharepoint-2016, sharepoint-lists
sprest
An easy way to develop against the SharePoint 2013/Online REST api.
Stars: ✭ 72 (+242.86%)
Mutual labels:  sharepoint, sharepoint-online, sharepoint-2013
Public-Samples
Public samples from speaking engagements and blog posts
Stars: ✭ 29 (+38.1%)
Mutual labels:  sharepoint, sharepoint-online
gosip
⚡️ SharePoint authentication, HTTP client & fluent API wrapper for Go (Golang)
Stars: ✭ 71 (+238.1%)
Mutual labels:  sharepoint, sharepoint-online
gulp-spsync
Gulp plugin for synchronizing local files with a SharePoint library
Stars: ✭ 57 (+171.43%)
Mutual labels:  sharepoint, sharepoint-online
O365 SPO PowerShellScripts
PowerShell scripts related to SharePoint Online in Microsoft 365
Stars: ✭ 22 (+4.76%)
Mutual labels:  sharepoint, sharepoint-online
sp-live-reload
SharePoint pages live reload module for client side development
Stars: ✭ 23 (+9.52%)
Mutual labels:  sharepoint, sharepoint-online
sharepoint-ruby
A ruby client for Sharepoint's REST API.
Stars: ✭ 60 (+185.71%)
Mutual labels:  sharepoint, sharepoint-online
node-sp-auth-config
🔧 Config options builder for node-sp-auth (SharePoint Authentication in Node.js)
Stars: ✭ 20 (-4.76%)
Mutual labels:  sharepoint, sharepoint-online
pnp-starterkit-setup
x-platform setup script for the SharePoint Starter Kit
Stars: ✭ 14 (-33.33%)
Mutual labels:  sharepoint, sharepoint-online
SPOMod
SharePoint Module for managing lists, items and files. The module is a massive work comprising over 3000 lines of code and 50 SharePoint Online cmdlets for managing: lists list columns list items files content type taxonomy
Stars: ✭ 20 (-4.76%)
Mutual labels:  sharepoint, sharepoint-online
productivity-tools
List of popular productivity tools for SharePoint
Stars: ✭ 26 (+23.81%)
Mutual labels:  sharepoint, sharepoint-online
react-taxonomypicker
A Taxonomy Picker control built with TypeScript for React. Built for use in Office 365 / SharePoint
Stars: ✭ 23 (+9.52%)
Mutual labels:  sharepoint, sharepoint-online
sp-metadata
🔬 SharePoint Metadata Tracker
Stars: ✭ 12 (-42.86%)
Mutual labels:  sharepoint, sharepoint-online
OneManager-cfworkerskv
部署在cloudflare的workers中的OneManager。
Stars: ✭ 124 (+490.48%)
Mutual labels:  sharepoint
db-migrator.go
DB migrations. CLI and Golang
Stars: ✭ 13 (-38.1%)
Mutual labels:  migration-tool
toggl2clockify
Migrate data from toggl to clockify
Stars: ✭ 21 (+0%)
Mutual labels:  migration-tool
SharePointAdminBot
SharePoint Administration Bot
Stars: ✭ 19 (-9.52%)
Mutual labels:  sharepoint-online
camljs-console
Chrome extension, that provides a CamlJs console for creating SharePoint CAML queries right in browser, with live data preview.
Stars: ✭ 36 (+71.43%)
Mutual labels:  sharepoint

SharePoint Hauler is a desktop application for SharePoint power-users. The application allows you to copy the contents of SharePoint Libraries and Lists between SharePoint Web Sites, Site Collections or Tenants while preserving the Metadata associated with the content and the Folder Structure of the content.

####RELEASE

Download the latest release of the program here:

https://github.com/GLubomirov/SP_Hauler/releases/tag/1.0

####SUPPORTED VERSIONS

SharePoint 2010

SharePoint 2013

SharePoint 2016

SharePoint Online

Copying of the content of Lists/Libraries is possible between any of the above SharePoint Versions. Also content from any of the above SharePoint Versions can be backed up to a File System and restored later.

####GENERAL SCENARIOS

• Copy Content (List Items and Library files) fractionally or as a whole between any version of SharePoint while preserving the Metadata associated with the content and the Folder Structure of the content.

• Copy Content (Library Files) to File System while preserving the Metadata associated with the content and the Folder Structure of the content.

• Upload files from File System to SharePoint while preserving the Folder Structure of the content.

• Restore previously copied Content with the Application from File System to SharePoint while preserving the Metadata associated with the content and the Folder Structure of the content.

####METADATA CONSIDERATIONS

The following table shows how the Application handles all types of SharePoint fields and if there are any considerations before copying.

Single line of text: No considerations

Multiple lines of text: No considerations

Choice: The field should be configured the same as Source on Destination

Number: No considerations

Currency: The field should be configured the same as Source on Destination

Date and Time: No considerations

Lookup: No considerations if copying in the same Site Collection. Can be copied as Text in other scenarios

Yes/No (check box): No considerations

Person or Group: No considerations if copying in the same Active Directory. Can be copied if User Mapping is provided in other scenarios

Hyperlink or Picture: No considerations

Calculated: Will be automatically filled when dependent fields are copied. If these dependent fields are “Lookup” or “Metadata” fields reconfiguration of the Calculated field should be done.

Task Outcome: The field should be configured the same as Source on Destination

External Data: Not supported

Managed Metadata: No considerations if copying in the same Farm/Tenant. Can be copied as Text in other scenarios

####CROSS DOMAIN COPY OF CONTENT AND USER FIELDS

The Application provides a way to preserve “People and Groups” fields when copying content across Domains/Tenants. For such a scenario a CSV file should be prepared which maps the Source Users to the Destination Users. The CSV should be in the following format – two columns, one named Source_User and the other Destination_User.

####VERSIONING

The Application copies only the latest version of each Item/Document.

####LIST ITEM ATTACHMENTS

The Application copies all List Item Attachments automatically.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].