Questions tagged [sharepointadmin]
34 questions
11
votes
3 answers
How to access Sharepoint site's document library via Microsoft Graph API?
I'm working on accessing document libraries for Sharepoint sites via Mircosoft Graph, but haven't had any luck so far.
Here is my setup:
I have two sites
https://mydomain.sharepoint.com
https://mydomain.sharepoint.com/teams/MyTestSite
When I make an…

jagmohan
- 2,052
- 2
- 26
- 41
4
votes
1 answer
How to work with Sharepoint cmdlet without installing sharepoint?
I have to upload csv file fields into Sharepoint 2010 list using powershell. I am working in windows XP machine.
When i am trying to add-pssnapin
Add-PSSnapin Microsoft.SharePoint.Powershell
It throws exception as
"The Windows PowerShell snap-in…

Samselvaprabu
- 16,830
- 32
- 144
- 230
3
votes
1 answer
Rename-SPServer and Hostname
For Rename-SPServer, MSDN says:
"The Rename-SPServer cmdlet changes the name of the server for internal use within SharePoint Products. The server itself must be manually renamed."
Now the last part isn't clear. Is renaming of the physical box…

Anand Saha
- 76
- 4
2
votes
2 answers
Automate creation of a SharePoint list without writing any code
As part of the configuration of my product (after installation), I need to create a few Sharepoint lists on the SharePoint site specified by the user.
Digging around, it seems that i need to write custom code to do this, either using the server-side…

md1000
- 149
- 8
1
vote
1 answer
Unable to create Configuration Database...?
When running the SharePoint configuration wizard for the 1st time to configure Central Administration, the following error occurs:
One or more configuration settings failed. Completed configuration settings will not be rolled back. Resolve the…

Kishan
- 117
- 1
- 3
- 16
1
vote
0 answers
Missing Server Side Dependencies for Custom wsp packages in sharepoint
I have a sharepoint farm that has 2 WFE+1 APP +1 SQL server architecture. I have deployed a solution package which contains webparts and a few things related to site level.
It warns me that the setup files, webparts are missing in the central…

Erdi Kudu
- 21
- 3
1
vote
1 answer
"Find a file" search function does not work in my SharePoint document library
I transferred a bunch of files to a newly created SharePoint site. I have full access to the site but every time I search for a file it always returns the error message:
Your search returned no results.
Some files might be hidden. Include these…

Jinnie
- 13
- 7
1
vote
1 answer
Permissions for SharePoint Publishing Pages
Application consists of three pages in team site. Admins should just be able to edit and publish the pages (both design and approve).
Do they need to be Site Owners or just Approvers.
Is it possible to give permissions at individual page level so…

Sunny
- 4,765
- 5
- 37
- 72
1
vote
0 answers
Ready to use Image for SharePoint 2013 environment
I have a requirement in which I am required to have a ready to use image of the SharePoint 2013 development environment with all the necessary installations like SQL server, language pack, etc and configurations already done- App configuration,…

ShrinkTech
- 11
- 2
1
vote
1 answer
SharePoint 2010 - how can we restrict other users from assigning 'Full Control permission level' to other users or group
In our SharePoint 2010 Enterprise internal company website, we have a SharePoint Admin group, say, CompanySP_Admin. We have created a 'Full Control permission level' that is a SharePoint permission level (as explained in MSDN here).
As explained in…

nam
- 21,967
- 37
- 158
- 332
0
votes
2 answers
Sharepoint login
how can I let non-domain users username/password login my sharepoint site (is on internet)? I am using Sharepoint 2010 foundation. can I authentic them via Active Directory?

user1186024
- 1
- 1
0
votes
0 answers
SharePoint 2016 On Prem site redirecting to Login Page after ADFS Authentication
I have configured ADFS in my SharePoint site.
https://sptest.engro.com/
ADFS Authentication is working fine but after hitting the Login button the Site redirects to the Login Mode selection Page:
I have added relying party trust in ADFS Server…

Alina Anjum
- 1,178
- 6
- 30
- 53
0
votes
0 answers
Get the modified by name and modified date of all the sites present in the tenant
I have the requirement to get the details like Last updated date of the site and who has lastly updated the site from the all the site collection present inside the tenant.
I have done R&D from my end but didn't got any positive results. Can anyone…

Hardik Patel
- 1
- 2
0
votes
0 answers
SharePoint list Access denied error when restored from different domain
I've backed up and restored a SharePoint 2016 site collection. Source and target are in two different user domains. Restore worked fine and the site is opening fine after the site collection administrators are changed. But I'm not able to access the…

Deepak
- 11
- 2
0
votes
1 answer
Tenant admin site returns 404
I am currently trying to start with Office365-REST-Python-Client for App only authentication. My goal is to end up posting a document to SharePoint, on my way to that, I found that I need the following permissions:

Rookie
- 115
- 3
- 12