spo
14 TopicsAlfresco to SharePoint Online Migration
Hi and thanks in advance. (: I have an urgent requirement from a client to Migrate from Alfresco to SharePoint Online. There are 300 documents that need to be moved ASAP and then another 2000 documents after that. Has anyone worked with Alfresco? So assuming there will be 2 methods: 3rd Party tool that can migrate from Alfresco to SPO with Metadata or Export Alfresco data to a PC and import with the Migratoft Migration Tool/PowerShell Some Pointers will be appreciated. Kind Regards13KViews0likes14CommentsSharepoint online management module reference broken in azure
I have a azure web job in C# where i am trying to connect to SPO through connect-sposervice. I have copied the complete Sharepoint online management shell folder from my local into my project and uploaded but still i get the error in web job D:\home\site\wwwroot\app_data\jobs\triggered\siteproj Unhandled Exception: System.Management.Automation.CmdletInvocationException: The type initializer for 'Microsoft.Online.SharePoint.PowerShell.Resources.StringResourceManager' threw an exception. ---> System.TypeInitializationException: The type initializer for 'Microsoft.Online.SharePoint.PowerShell.Resources.StringResourceManager' threw an exception. ---> System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Online.SharePoint.PowerShell.ResourceManager.Intl, Version=16.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' or one of its dependencies. The system cannot find the file specified. at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) at System.Reflection.Assembly.Load(AssemblyName assemblyRef) at Microsoft.Online.SharePoint.PowerShell.Resources.StringResourceManager..cctor() --- End of inner exception stack trace --- at Microsoft.Online.SharePoint.PowerShell.Resources.StringResourceManager.GetResourceString(String resourceId, Object[] args) at Microsoft.Online.SharePoint.PowerShell.GetSite.ProcessRecord() at System.Management.Automation.Cmdlet.DoProcessRecord() at System.Management.Automation.CommandProcessor.ProcessRecord() --- End of inner exception stack trace --- at System.Management.Automation.Runspaces.PipelineBase.Invoke(IEnumerable input) can anyone help or tell a better way to run powershell to SPOnline commandlets from Azure web job. Or is it Powershell is not for Azure ? Thanks4.9KViews1like9CommentsSharePoint Online: How to Associate subsites to a Hub site-Communications Site
I copied this site to a new tenant and they lost the hub-association. Please help been session whole day. Hub Site Association is not showing but new site do associate so now I have more than 60 sub sites created.3.9KViews0likes3CommentsModern Experience List Web Part missing functionality depending on the User
Hi, I encountered strange behavior in the Modern Experience List Web Part. When I am with one User I see a List View drop-down button on the right and an "Export to Excel" button. When I am with another user I don't see any of these Both users are with Full Control over the Site Collection. The only difference is that the one seeing the additional buttons is a SharePoint admin and the one not seeing them is a Global Admin. On the Tenant level all users are set for targeted release. I also checked the Web part version displayed for each user via ?maintenancemode=true and the Web Part is the same version for both. Any hint/help will be highly appreciated. Thanks in advance. Greetings, George1.5KViews0likes2CommentsObtaining full HTML of a SPO Site Page programatically
Hi I need to obtain the full HTML of a SPO Site Page programatically. I have a SPFx web part showing latest published site pages. So far I tried with PNPJS (ClientSidePage.fromFile) with Search (CanvasContent1OWSHTML) and with SP REST API (getbytitle('Site Pages')/Items?$select=CanvasContent1) All of them seem to return some HTML which is not the full page. Is there a way to obtain the full page without using iFrame? Greeitings, George1.5KViews0likes0CommentsHow to get the thumbnail in the highlighted content web part refreshed
Hi. Does anyone know how to get the thumbnails in the modern highlighted content web part refreshed after having updated the thumbnail for site pages? It seems to stick with the thumbnail that was grabbed at the creation of the individual pages (even if it is the standard thumbnail for no selected header). Is the only way to have all site pages re-created and add the images at creation? Thanks, Magnus1.5KViews1like1CommentSharePoint Online Access Rights on Shared Folders.
Hello! We have a web-site on SharePoint Online, specially dedicated for our developers team, and i have a specific request from them. Teams asking me: can we make a specific access rights for the clients where they can upload files in the shared folders, but can't delete same files afterwards. What i need to have for this?1.4KViews1like3CommentsQuestion regarding SharePoint Online Site.
Hello everyone! In every typical SharePoint Online Site we have link "Documents", inside it we can create a folders with a files. We also can share this folders with basic function "Share". But can i share not a subfolder but a Root "Documents" directly from a Site basic links? Or we can create a share only on subfolders level? Thanks!Solved1.4KViews0likes1CommentGetting error on Core.ListViewThreshold code while using camlQuery.FolderServerRelativeUrl property
Issue/Error Details I am trying to retrieve files from a specific document library folder(with RecursiveAll view option) using "GetListItemsByBatch()" method in the below mentioned code file. The document library am using is having more than 40000 files/folders and folder specific folder which am querying is at 4th to 5th level hierarchy and contains very few files. So while using the below PNP code to retrieve files from specific folder I set the camlQuery.FolderServerRelativeUrl = "/sites/site1/Doclibrary/Folder1/Folder2/Folder3/Folder4/Folder5"; When i executed the code i got Error "The attempted operation is prohibited because it exceeds the list view threshold enforced by the administrator". when i executed the same code without the "FolderServerRelativeUrl" property, I am able to retrieve all the 40000 files from document library. Please note that, View scope should be set to Recursive All. Steps to Reproduce Execute the "GetListItemsByBatch()" method on a document library which is having more than 5000 or 20000 files/folders and set the property camlQuery.FolderServerRelativeUrl to point to specific folder at 4th or 5th level. Please note that, View scope should be set to Recursive All. PFB //Set View Scope for the Query camlQuery.SetViewAttribute(QueryScope.RecursiveAll); Pnp Code Location: https://github.com/SharePoint/PnP/blob/master/Samples/Core.ListViewThreshold/Core.ListViewThreshold/Program.cs Environment [ ] Office 365 / SharePoint Online825Views0likes0Comments