The Command 'Start-SPOCrossTenantUserContentMove' is not working for me?
While migrating Tenant to Tenant (OneDrive and SharePoint), we've done with all the pre-requisites given in this. But while we start the OneDrive migration it says the below error. Using SharePoint shell recommended in the official documentation Command:…
How do I copy and paste a whole file structure within teams as well as the custom columns
I have made a teams channel with a file structure I want to use again and again. Along side the each folder is and columns with a single line of text explaining what needs to go in the folder, the relevant owner or owners and an incomplete / completed…
Best way to get list of files in Sharepoint whose permissions were updated
Hi I am using MSFT Graph API to download files from Sharepoint. I am using the delta API to only get the list of files updated since my last run. It looks like if only the permissions for a file are updated, then the file is not included in the delta…
How to create a Global variable that is a file path to a Sharepoint Folder
I have an Access database in a SharePoint folder. I need for any users that can open the database to be able to read and write to other folders in Sharepoint. I need to be able to use Export Specifications to write to the Sharepoint Folder I need to be…
In SharePoint 2019, after applying KB5002639 and subsequent updates, deploying BCS solutions is not possible.
In SharePoint 2019, after applying KB 5002639 and subsequent updates, deploying BCS solutions is not possible. Error messages is DotNetAssembly/WebService system type is not supported. Error was encountered at or just before Line: '4' and Position:…
How to Create a SharePoint Library based on a Template or Existing Library using Power Automate
My company receives up to 100 Bids in one week. I need to create a Library for each bid to keep the documents in one location and organized. I am trying to create a Library for each bid, including meta data and views, that is based on an existing…
AD RMS file bulk decryption using PowerShell
We’re in the process of trying to do a bulk decryption of Office files that were encrypted by AD RMS. We've identified a potentially effective PowerShell command, "Unprotect-RMSFile," that could address our decryption needs. We expected this…
How to add multiple conditions in formula in Sharepoint?
I am creating an Intake form and I need to have more than one condition for one field. For example, I want to show and hide a particular field based on other fields. Currently I have the following conditional formula below but I also want to Hide it if…
How to make a /subscriptions graph API call in a multi-geo URL setup? Getting a 404 error when trying to register a webhooks subscription.
We are getting a 404 error when trying to register a webhooks subscription using Graph API on a Sharepoint Online Document Library. We are working with a multi-geo environment, in which case there are 2 sharepoint URLs under the same tenant (E.g.…
SharePoint search result showing for those without permission to the documents
We have documents in a restricted SharePoint library that are appearing in searches (at both the site and organization level) for users who do not have access to the library. The users aren't able to actually open the documents, but seeing the titles and…
How can I get my SharePoint Online Management Module working in PowerShell?
(1) Trying to run any SPO command getting: Connect-SPOService : The term 'Connect-SPOService' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that…
Can we allow users to rename files but prevent them from deleting those files inside SharePoint online
We created a custom permission level which mimic the built-in Contribute permission level but without the ability to delete items and versions, but unchecking those 2 checkboxes:- our intention was to prevent users from moving folders and deleting…
Issue with translator in new Outlook and OWA
Issue Details: A user reported that access request emails for a personal OneDrive site, sent from SharePoint Online, are arriving in Finnish and are not being translated. Below are the observations and findings: Language Settings Checked: OneDrive…
How to show the appended multi line text content in the list rather than view enteries
I am using multi lines field in sharepoint online. It's shown as view entries, But I want the text to be shown in the list without showing view entries. How to do this?
Issue Opening PDFs Directly in Adobe from SharePoint Site
I would like the default application for opening PDF files in SharePoint Online to be Adobe Acrobat Reader. However, even after selecting the "Open with the client application" option in the library settings, the PDFs still do not open directly…
404 FILE NOT FOUND while accessing one drive app Business STD license
Hi. we have one user with very strange problem. When trying to open one drive from web getting below error. Initially user had permission issue for his own one drive that i resolved by removing and adding user again in sharepoint admin page in…
Making Calls from Excel Spreadsheet
What are the steps to set up a system for making 100 phone calls directly from an Excel spreadsheet?
Unable to Ingest one column from Sharepoint Using Azure datafactory's Sharepoint Online List
Im using azure data factory to Ingest the Data from Sharepoint and the Type of Linked Service im using is Sharepoint Online List, we are not using any filter's to fetch the columns and when we are Ingesting the data all columns are getting ingested…
Upload large files to SharePoint through python office365 API result in broken file
Hi all, Recently I am using the python office365 API to upload files to SharePoint. I have a single CSV file that has a file size of 1GB. Sometimes, a 503 Server Error occurs during the upload process. Other times, the upload seems successful without…
sdk 8.0 FilePicker for SharePoint, giving error "GetDataError: Exception of type 'Microsoft.IdentityModel.Tokens.AudienceUriValidationFailedException' was thrown"
I am trying to implement FilePicker v8 in my application. I am using the Javascript Basic code for developement. For authentication I am using OAuth2 flow and getting the access token. Access token is working with api such as…