Questions tagged [sitecollection]
65 questions
0
votes
1 answer
Remove users and their MySite using CSOM
I have a scenario in which I have to remove the users from SharePoint after they have left the company.
Say, I have 5 users who left the company. So I'll write a CSOM code to read the names from a file and delete their respective MySites.
Assuming,…

Dushi Sharma
- 1
- 1
- 1
0
votes
1 answer
Sharepoint Online: MSFT Management Activity API, incomplete details against SitePermissionsModified event
I'm using the Management Activity API to get events for External Sharing toggle for my O365 tenant collaboration/sharepoint site.
The documentation here ManagementActivityAPI lists down SitePermissionsModified as a potential match for that…

Syed Mauze Rehan
- 1,125
- 14
- 31
0
votes
0 answers
Host name site collections, access from different machine
I have created 2 host name site collections
http://site1.dev.com.au and
http://site2.dev.com.au
I have added these 2 entries in host file
127.0.0.0 site1.dev.com.au and
127.0.0.0 site2.dev.com.au
I can access both sites, now I am trying to…

Ali
- 1,015
- 14
- 40
0
votes
1 answer
Sharepoint 2013 New Web application, site collection does not work
I am a beginner at sharepoint, so sorry if the question is very simple. I have searched a lot but could not find the answer.
I have sharepoint 2013 installed and central admin. works fine. I created New Webapplication -> New site collection. but…

user993104
- 11
- 1
0
votes
1 answer
Programmatically create content database in C# (SP 2013)
The goal is to have a web user interface with the option to create new site collections with new Content Database.
With the admin user I can manually in the CA create new Content Databases. I can also create a new site collection in this content…

user3752660
- 31
- 6
0
votes
1 answer
Programmatically tell whether a webpart that has been deployed is a native one that ships with MOSS, or one that was custom developed?
I have a SharePoint 2007 MOSS instance, and I'm on a fact-finding mission. There have been multiple developers, developing multiple webparts and deploying them (using VS2005/2008 SharePoint Extensions).
I thought maybe I could look at the fields in…

program247365
- 3,951
- 7
- 33
- 44
0
votes
1 answer
A new site collection is for different users means different my-site in web application in sahrepoint 2013?
I am new to sharepoint and working on already configured project.
A new site collection is created for a each user in my site.
I.e : http://mysite is my web application URL.
For news and about us section all going good. But whenever i Click on tasks…

sandeep_arora
- 19
- 5
0
votes
1 answer
How to enforce web.config entries for one site collection in SP 2010 web farm
in our web farm we have a Site Collection that requires specific settings in web.config.
The installation instructions describe to manually edit web.config and add some entries to appSettings, system.WebServer/modules, system.WebServer/handlers and…

AllWorkNoPlay
- 454
- 1
- 4
- 20
0
votes
1 answer
create site Collection from site template containing blog subsite sp2013
I want to create a site collection based on a site template that contains a calendar app and a blog subsite.
I explain, i have a site that contains a subsite of type blog site and also contains a calendar in sharepoint 2013, i saved the site as a…

Haithem KAROUI
- 1,533
- 4
- 18
- 39
0
votes
2 answers
sharepoint 2013 top navigation menu with sitecollections
I have a SharePoint Site called ProxymGroup which has multiple affiliates and departments.
I created the webApplication and added 2 managed Paths of type WildCard called Affiliates and Departments.
Under affiliates i needed to create 3 site…

Haithem KAROUI
- 1,533
- 4
- 18
- 39
0
votes
2 answers
Create a new Navigation and add it to the left navigation bar in SharePoint 2010
In my company we try to make a Parent Child Navigation of a flat site collection(in SharePoint 2010). Meaning we just want to add new pages to the site collection instead of creating new site collections. We do this so we can easily reach all the…

Malin2763910
- 25
- 1
- 1
- 5
0
votes
1 answer
Need to count WebbApps, SC and Sites in the farm using PowerShell
Hi I´m tryin to get a count for all my Web App in the SahrePoint Farm, once that done I want to count the Site Colletions within the Webapps and the Sites with in the SC.I´m totally new in programing and this is my frist PwerShell script.
This is…

Hugo
- 1
- 1
- 2
0
votes
1 answer
How to prevent a SharePoint site collection from being deleted?
I am currently using Sharepoint 2010 admin web service and want to be sure that a specific site collection cannot be deleted. Does anyone know of a way to make this happen such that if I have a call…

PsiMatrix
- 61
- 8
0
votes
1 answer
How Create multiple site collections at root on single web application in SharePoint Server 2010(MOSS)
I would like to create multiple site collections like http://site1.contoso.com , http://site2.contoso.com in a SharePoint 2010 web application http://portal.contoso.com. So i have followed the host named site collection approach suggested on…

Nayan
- 327
- 6
- 16
0
votes
1 answer
how to create a site collection using more than one template in sharepoint 2013.
I want to create a new site collection merging more than one template together
ex: team site, community and Blog
Is there features to activate or what

Mailo
- 29
- 2