Tagged Questions
0
votes
1answer
114 views
Powershell Script to generate site collection administrators, site URL, Site Name,Members in the group named 'owners'
I have a requirement currently to generate all the Sharepoint site in a Web application with the following information:
Site URL
Site Name
Site Collection Administors : ID or name
Members in the group ...
0
votes
0answers
117 views
Fails to create publishing site collection in scripted web application
I have a problem on my SharePoint 2013 farm. I have a script to create web applications in my farm, but when I do I cant create publishing site collections within that web application.
So, the ...
3
votes
1answer
125 views
Access denied after creating site collection by using Powershell
I am using SP2013 single server dev environment. I use following scripts for creating web application and site collection. but when I browse to it, it says this site has not been shared with you. I am ...
0
votes
1answer
225 views
Custom Permission Level Using Powershell For Subsite
I am doing the following using powershell.
I am creating a site collection with 4 subsites and 5 custom groups.
Site Collection : Parent
Child Site : One
Child Site : Two
Child Site : Three
There ...
0
votes
1answer
62 views
TargetInvocationException sitecollection “no access” quota
I am getting this error:
+ CategoryInfo: NotSpecified: (:) [CheckSiteCollection], TargetInvocationException
+ FullyQualifiedErrorId : System.Reflection.TargetInvocationException,CheckSiteCollection
...
1
vote
1answer
367 views
Not able to delete site collection using powershell
I am trying to delete a just created site collection but it keep giving me this error,
PS C:\Users\svc_spadmin> Remove-SPSite -Identity "http://intranet.sharepoint2010
.com/portalll/DeleteMe" ...
0
votes
1answer
422 views
Trying to create a Site Collection using PS but keep getting error
I am trying to create a site collection using powershell script but keep getting error even though I already created Managed Path I am referencing in cmdlet,
PS C:\Users\svc_spadmin> ...
3
votes
1answer
726 views
creating site collections using SharePoint management shell 2013
I am creating Site Collections for Testing SharePoint. I am using Host Named Site Collection to do that instead of the path based site collection addressing.
For that
Got a reference to the HNSC ...
1
vote
1answer
168 views
Is there a way to move files with the SP Object model in MOSS whilst retaining meta data?
Is there a way in SharePoint 2007 to move a file from one document library to another, in the same site collection programatically? I made this post about this on StackOverflow, with a bounty not too ...
1
vote
1answer
857 views
Backup-SPFarm or Backup-SPSite to backup a site collection and it's content database
Should I use Backup-SPFarm or Backup-SPSite to backup a site collection with it's content database? Dont both of them backs up with it's content database?
2
votes
1answer
531 views
Why am I still getting quota reached upload error after increasing the quota for a site collection?
A user was trying to upload documents to their site collection and reached the quota limit. I increased the quota for him but he is still getting the same error that the quota has been reached when he ...
3
votes
3answers
362 views
How to create a site collection
I need to create a site collection so that url looks like http://hr.mycompany.com instead of http://portal.mycompany.com/hr. How do I do that?
0
votes
1answer
2k views
PowerShell to iterate through all SharePoint Lists
Is it possible to iterate through all the lists in a site collections and create a folder name "Test" using PowerShell?
Fine Regards
1
vote
1answer
185 views
Look & Feel - Pagelayouts and Site Templates
I recently ran into a rather unfortunate assignment. It regards the selection of pagelayouts and sitetemplates which subsites should be able to use.
As I'm supposed to change this for 20+ site ...
1
vote
1answer
229 views
Is it possible to run Content Deployment incrementally using code?
I am running some Content Deployment jobs using the code but the jobs are not run incrementally, instead they are run by exporting all the objects. Is it possible to run them incrementally using the ...
4
votes
1answer
2k views
Remove a single user from all site collections in a web application using powershell
Is there a way I can choose to remove a single user from all site collections within a single web application using powershell. There are number of user profiles whose domain account has been blocked ...
4
votes
3answers
8k views
How to activate feature using powershell script?
I need to activate specific feature to all site collection which is inside the particular web application using powershell script?
0
votes
2answers
2k views
Restore-SPSite reports “No content databases are available for this operation…”
I've run a site collection backup using Backup-SPSite. I then deleted the Site Collection using CA. Then tried to restore is using Restore-SPSite. Got the error "No content databases are available ...
2
votes
5answers
13k views
List all Site Collections in a Farm
I want to be able to see the number, names, url of all site collections there are in a given farm. Would there be a powershell command to do that?
0
votes
1answer
2k views
Restore-SPSite : Access Denied
Restore-SPSite : Access Denied
You do not have permission to perform this action or access this resource.
This is the error I get when trying to restore a Site Collection backup from the integrated ...
2
votes
6answers
5k views
Backup and Restore SharePoint 2010 SiteCollections
I am getting an error "Backup version is different" while restoring SiteCollections from one web application to another on the same SharePoint server farm. Following are the steps I was executing when ...
0
votes
2answers
147 views
Powershell (or sts command) for moving SC databases
I have 5 sc in 1 database (Database1). (Databases have been created for each sc). Now the task is to move 4 of the sc database from Database1 and put them into different database (where they belong). ...
1
vote
2answers
320 views
Convert a basic site to a full site in SharePoint 2010?
I'm not quite sure of the best way to ask this. I have some sites that I would call basic sites (SharePoint Foundation 2010 was WSS) that have very basic functionality and then I have other sites ...