Tagged Questions
0
votes
1answer
144 views
Get-SPWeb: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
I'm having issue with Get-SPWeb:
I did everything suggested at
Error - Get-SPWeb in Powershell
but still not working. weird thing is: it worked before. Did MS change something?
the account i ...
0
votes
0answers
30 views
No Content type available on site collection, even though they appear on subsites
Accessing content types on sharepoint foundation 2010 using /_layouts/mngctype.aspx (site settings>site content types) and nothing appears. When I goto a subsite within the same site collection all ...
0
votes
1answer
90 views
Blocking some keywords (inappropriate words) in Sharepoint 2010 Blogs comments, posts title
I figured how to block inappropriate words from sharepoint blog posts through workflow. I want to do the same when those keywords appear in posts title or comments.
0
votes
2answers
250 views
What is the physical path of newly created SiteCollection
I am very new to SharePoint 2010. I have created a new site Collection named "MySiteCollection",
I want to know where this "MySiteCollection" is created?
What is the physical path?
0
votes
1answer
371 views
property similar to SPQuery listitemcollectionposition for spsitedataquery
I am using SPSiteDataQuery to get all matched items from all lists in site collection.
Results set is really large, so I want to limit the results to 1000 or 10K, process these items and then iterate ...
1
vote
1answer
1k views
query all list items in site collection, any way to optimise this code or make it better?
I am going through all the lists in site collection, where list contains content type MvContentType, and for all list items in this list (this list only contain this content type, so all items have ...
1
vote
1answer
900 views
How to make Internet facing SharePoint website to cater different geographical locations?
I have a SharePoint Foundation hosting account. I want to provide SharePoint to private teams through an Internet facing site. There needs to be a selector page at the root domain where users can ...
0
votes
1answer
2k views
What is the difference between site collection subsites and rootweb subsites?
If I create site collection at http://server/sitecollection and if i create 3 sites:
http://server/sitecollection/site1
http://server/sitecollection/site2
...
2
votes
4answers
1k views
Best way to migrate a site collection from Enterprise to Foundation?
I have a site collection on an Enterprise server that I need to migrate to a server that only has Foundation on it. I have disabled all Enterprise-only features, and attempted a backup and restore, ...
4
votes
1answer
841 views
Is it possible to create Site Collection such that URL should not have “/sites” in SharePoint foundation 2010?
I want to create Site Collection such that Site collection should not contain "/sites" in its URL(Except root Site Collection) in SharePoint Foundation 2010.
Is it possible to do it?