31
Fileshare to SharePoint – things to consider #SPSSTHLM09 Peter Kalmström, www.kalmstrom.com January 25 th , 2014 SharePoint Saturday Stockholm

Fileshare to SharePoint - things to consider

Embed Size (px)

DESCRIPTION

Session by Peter Kalmström at SharePoint Saturday Stockholm 2014 (download examples here http://sdrv.ms/L1u6QG) Most organizations have huge file-shares with terabytes of data gathered during decades of using Office for collaboration. This sessions takes a deep dive into some of the lessons learned, challenges met and issued considered when the Swedish Migration Board moved their data into SharePoint 2013. I will share some PowerShell scripts that were useful and also explain how what SharePoint features were used as well as do a short demo of the results.

Citation preview

Page 2: Fileshare to SharePoint - things to consider

Peter Kalmström www.kalmstrom.com

SharePoint and Outlook products

Cornerstone MCT Skype Toolbars http://blog.kalmstrom.com/ www.youtube.com/kalmstromcom

Page 3: Fileshare to SharePoint - things to consider

Agenda Converting to new file formats Inventory of existing files SharePoint containers Importing files Alternatives

Page 4: Fileshare to SharePoint - things to consider

Thanks to our sponsors!

SharePint

Silver

Bronze

Raffle

Platinum

Gold

Page 5: Fileshare to SharePoint - things to consider

Migrationsverket example• 225 000 directories• Average directory contains less than 10 files• 1.5 Tb• Oldest files from 1980• Inventory didn’t drive choices

Page 6: Fileshare to SharePoint - things to consider

Fileshare inventory Find out what you have

Page 7: Fileshare to SharePoint - things to consider

Pre-requisites• Read-permissions on the fileshare• Permissions to read permissions• Backup account or audit account?

Page 8: Fileshare to SharePoint - things to consider

How?• Third party tools• PowerShell script

Page 9: Fileshare to SharePoint - things to consider

FilesInventory.ps1• Powershell script that loops files in a directory• Outputs 3 csv-files

Folders Files Permissions

Page 10: Fileshare to SharePoint - things to consider

Discussion helpers

Page 11: Fileshare to SharePoint - things to consider

Migration cut-offs• Created > year?• File-types?• Changed > year?

Page 12: Fileshare to SharePoint - things to consider

Demo files inventory

12

Page 13: Fileshare to SharePoint - things to consider

Convert old Office files to new formats

.doc => .docx

.ppt => .pptx

.xls => .xlsx

and more

Page 14: Fileshare to SharePoint - things to consider

Why?

• Size – up to 75 % space saving (.zip)

• Security – no macros

• Open Office Document Format - .xml

• It’s new!

• SP 2013 Search format handlers

Page 15: Fileshare to SharePoint - things to consider

Links

Links will break when filenames change

• One document to another

• Email, web-pages, shortcuts, chats …

Page 16: Fileshare to SharePoint - things to consider

How?

• Microsoft Migration Manager

• Manually – file open + file save as

• PowerShell script

Page 17: Fileshare to SharePoint - things to consider

ConvertOfficeFiles.ps1

• More control

• File change dates remain the same

Page 18: Fileshare to SharePoint - things to consider

Automating Office

• Language packs must be installed

• Save format must be the new one

• Slow!!

Page 19: Fileshare to SharePoint - things to consider

Trust center

Page 20: Fileshare to SharePoint - things to consider

Protected view

Page 21: Fileshare to SharePoint - things to consider

Demo converting files

21

Page 22: Fileshare to SharePoint - things to consider

Why not folders?• 10 reasons to avoid• It is a bad way to store information!

Page 23: Fileshare to SharePoint - things to consider

All the files in one doc lib?• Permissions trouble• Navigation trouble• Search will work badly• Scales badly

Page 24: Fileshare to SharePoint - things to consider

Converting file folders• Instead of creating folders

Site collections – files go into root site default library Subsites – files go into root default lirary Document libraries Metadata – tagged with

Choice Managed metadata

Page 25: Fileshare to SharePoint - things to consider

Meta-data• Best but requires

Wide acceptance to change End-user training Agreement on which tags are needed

Page 26: Fileshare to SharePoint - things to consider

How low can you go?• 3-4 levels is easy• 17 gets really difficult!

Page 27: Fileshare to SharePoint - things to consider

Demo creating containers

27

Page 28: Fileshare to SharePoint - things to consider

Importing files• Putting them in the right place• Setting meta-data• Permissions• Last saved by• Author• Creating views

28

Page 29: Fileshare to SharePoint - things to consider

Demo importing files

29

Page 30: Fileshare to SharePoint - things to consider

Other alternatives• 3rd party tools• Just index the data and display it via Search• Delegate

30

Page 31: Fileshare to SharePoint - things to consider

...and visit our sponsors who made this day possible!

Thank you!

Please rate this session...