Questions tagged [copy-and-paste]
Copy and paste is a basic operating system function that involves duplicating a file or content, placing it into the clipboard, and "copying" it to a new location.
60 questions
1 vote
2 answers
681 views
PowerShell script to overwrite copy folder and all folders and files inside SharePoint library
This is the first PowerShell-script I ever wrote. I want to keep digging into the folder 10 times. Is there a better way to do this than my way to keep repeating? Here is the script: # Connect Connect-...
0 votes
1 answer
636 views
Copy permissions of a folder and subfolder in a library
I have a library that contains different projects. The projects are created based on a specific project structure format in the same library as a sample for the users using that library. Currently, ...
0 votes
1 answer
73 views
Pasting...pdf docuemnt directly into Sharepoint Online M365 fails/timesout
I try to copy and paste a pdf directly from windows explorer into a text webpart in Sharepoint and it just sittings in a 'pasting...' status until the site timesout. Any ideas why or if this is even ...
2 votes
3 answers
3k views
Paste a url together with title (Display Text) in Quick Edit mode
I have several hundred urls I need to paste in to a Sharepoint list. I can paste the urls with no problem, but I need to paste in a Title too (or 'Display Text' to give the exact system name for the ...
0 votes
1 answer
551 views
Document Library column header copy
For a Document Library I would like to copy all the column headers including the managed metadata column headers and past them in another site's Document Library.
2 votes
1 answer
3k views
How can I copy a calendar event to another day?
Actually what the question says. I banged my head a lot to find an option to copy one calendar event from one day to another day but in vain. Am I missing something? I am using sharepoint from browser ...
0 votes
2 answers
2k views
Moving Folders and Files From a Team Site to Sub-Site
I want to move a large volume of folders, sub-folders, and files from: OurURL.SharePoint.com/HQ/Working to OurURL.SharePoint.com/HQ/Collaborate I've tried to accomplish this in Windows Explorer but I ...
2 votes
2 answers
3k views
Browser freezing when pasting large data?
I'm trying to paste data from an excel spreadsheet to an already existing SharePoint 2013 list. The spreadsheet and the list have the same format and there are no conflicting values. The problem is ...
0 votes
1 answer
977 views
Sync/Map/Copy Excel columns with SharePoint List columns in SP Online
I have SP Online environment, where i am trying to map/sync/copy multiple excel column values to SharePoint list columns. Scenario: I have a Excel spreadsheet with Question, Answer, Category and ...
0 votes
1 answer
1k views
Copy document library - Document set to other Site
I need to copy document library to other site via powershell. My structure of this document library is like this: In a root si many folder, these folders can contains subfolder and these subfolder ...
1 vote
3 answers
322 views
Solution to duplicate Site or Copy a site collection granularly
I'm a sharepoint admin and I'm receiving request everyday to duplicate a site or site collection. Site templates has limitations so I really want to have something to help me. I want to be able to ...
1 vote
0 answers
751 views
I can no longer copy & paste from clipboard into SharePoint online
A few weeks ago, I was able to copy/paste an image from the clipboard into a rich textbox in SharePoint Online. I just realised that this feature is no longer available.I have tried with Chrome, ...
1 vote
0 answers
566 views
IE + Pasting base 64 Image Data to ContentEditable Div
I'm having a problem getting Internet Explorer 11 to fire the paste event when I paste an image to a contenteditable div. I've got a .html file with javascript and html inside a Sharepoint Online ...
3 votes
1 answer
682 views
Recieving Error when copying certain files and folders from SharePoint Windows Explorer to another SharePoint Windows Explorer
I am receiving errors on certain files and folders which I am trying to copy and paste from SharePoint 2010 to another SharePoint 2010. Below is an example of the error: I am receiving this for both ...
1 vote
1 answer
395 views
PowerShell Copy SharePoint 2010 List Item Attachments into SharePoint 2013 Document Library
I have created PowerShell script to Copy SharePoint 2010 List Item Attachments into SharePoint 2010 Document Library. but now I am trying to Copy SharePoint 2010 List Item Attachments into SharePoint ...