0
votes
1answer
82 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
1answer
23 views

Show Web Info across different Site Collections

I'd like to Show List Info in http://goSiteABC from http:goSiteXYZ; using webservice or Javascript Model if possible Or Show an iFrame web page in http://goSiteABC from http:goSiteXYZ The ...
0
votes
0answers
68 views

Workflow pass list item through a site collection hierarchy

I have a site hierarchy like this: p c1 c2 I want to create a workflow, to process a list list item in c1 and under some conditions pass it to another list in c2. How it is possible in ...
0
votes
1answer
42 views

How to allow submission to a list without acces to the list/site that contains it

I have a list in a Site Collection ("IT Site Collection") with a Submission form built using InfoPath. Only a few people have access to the "IT Site Collection" and I would like to keep it that way. ...
0
votes
2answers
78 views

Accessing list from Site collection A inside SitcollectionB

I have two site collections (A and B) belonging to the same content database. Inside site collection A there is a list "List1".. now i want to have the same list in the site collection B such - if ...
0
votes
2answers
80 views

Custom Web Part to get all Reminders for SPUser from Project server

It's been tough finding good material on Project Server/SharePoint integration from a development standpoint. What I'd like to do is create a web part that can be deployed to any sharepoint site, ...
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
4
votes
3answers
1k views

How to add event receivers to all the lists in a site collection?

What is the best practice around adding event receivers across all the lists in a Site Collection?
-1
votes
1answer
748 views

Is List created in top level site (parent site) visible is Child Site

I created a custom list in a top level site of site collection, which is the parent site. Is it possible that this list is visible in a child site?