Change site URL in all SharePoint Online objects - sharepoint

We developed a new Intranet on a o365 SharePoint site collection name Intranet-test and soon will clone the site and rename it intranet. How can we rename all references to intranet-test to intranet in all lists, libraries, and web parts? The tools available to use are the REST API, powershell pnp, SharePoint designer, and Metalogix.

Could use PnP PowerShell Provision engine to clone all the lists,libraries and web parts into the new site "intranet", After provisioning, the list/library/web part url will be automatically changed to the new site url:
Getting started with the PnP Provisioning Engine and PnP PowerShell

Related

Migrate Sharpoint site to Google site

Is there any tool or service provided by Google by which i can completely migrate my sharepoint site to google site ?
If it is not possible, then can i move folders directory from sharepoint to google drive ?
You could use the open with Explorer option to do this manually https://support.microsoft.com/en-us/kb/2629108. Or sync the library first, and copy the documents.

migrate content from Sharepoint intranet to Sitecore

There are many paid tools available to migrate content from Sharepoint to Sitecore like Kapow, Siteport etc. Are there any open source tools available to migrate content from Sharepoint intranet to Sitecore?
There is an integration services marketplace module that does data transformation, but not specific to Sharepoint. I haven't tried to use it to query for data from Sharepoint, but it is shared source so you can probably make it do what you need.
https://marketplace.sitecore.net/Modules/I/Integration_Services_Components_for_Sitecore.aspx?sc_lang=en

Sync on premise Document Library with Cloud hosted SharePoint Server site in SharePoint 2013

As per my requirement I need to Sync Document Library of on premise hosted SharePoint site with cloud hosted SharePoint Document Library. For that I had wrote EventReceiver on ItemAdded of on premise SharePoint site. Users of on premise SharePoint site and cloud hosted SharePoint site are different.
For implementing above functionality, I wrote custom code in which I send new HttpRequest to the cloud hosted SharePoint site from my code using the cloud hosted SharePoint site URL. But it will throw exception that File not Found.
So, When I debug the code I realize at time of defining the object of cloud based SharePoint site there are one property i.e. "ServerVersion" which is read only has not able to get value so that it will throw exception.
Can any one help me to complete this functionality...??
Is there any other code snippet that will help me to implement this functionality..??

Sharepoint 2007 - creation of another site collection within a intranet web application

What would be the best way/ steps to create a SHAREPOINT 2007 SITE which any one can browse through in our situation?
We already have a web application in our production which is used as a authoring site and a extended application for that site collection, were the public can access it without authentication.
Can I create another SITE COLLECTION under the current web application and then create a required web page in it?
Thanks
Jag
You can create many site collections per web application. Just go to the Central Administration console and under Sharepoint Site Management, (Under Application Management), click Create site collection. You will then be asked to select the web application under which you want to create it.
Note too that the url will appear something like webappname/sites/sitecollection
hope this helps,
sivilian

Sharepoint Site Template - Activate dependent features on provisioning

I wish to define a Sharepoint site template that will also include a web part dependent feature. How can I install and activate the web part feature when I provision a site using my custom template?
You can't install a feature when provisioning a site you can only activate it
If your developing a Site Template then you can activate the feature by activating it inside the site you use to create your site template before you save it as a template.
But if this is something that's going to be reused I recommend that you develop a Site Definition instead and in here you can specify which feature to activate both at Site Collection and Site level. You can then package your feature and site definition into the same Solution package then the feature will always be installed when referenced by the Site definition

Resources