Questions tagged [sharepointadmin]

34 questions
0
votes
1 answer

What is the 1.24TB storage in the Sharepoint?

enter image description here In the above image, under the admin centre, we can see the storage as 1.24TB, when 'Active Sites' is selected. What this storage is?
0
votes
1 answer

Microsoft SharePoint Foundation Subscription Settings Service Application stuck on "Starting"

Creating "Microsoft SharePoint Foundation Subscription Service" in SharePoint 2016 Server by using Power-shell command but it stuck at below line and not responding. $ServiceApplication = New-SPSubscriptionSettingsServiceApplication…
AH Jamali
  • 31
  • 4
0
votes
1 answer

Sharepoint 2013 installation

Can any one provide me the best practice for turning on/off the windows updates. Do we need enable windows update by default as best practice in prod environment. What I have done in my current new prod setup, I have installed all windows update…
0
votes
1 answer

Sharepoint URL redirection

I am trying to achieve URL redirection i want to know different possibilities to achieve this. Scenario: I have created sharepoint web application(2013, host header site collection) with Annonymous access enabled and NTLM(windows authentication…
0
votes
1 answer

Unable to browse SharePoint 2013 Central Administration or SharePoint sites. get the event error 3760

Please help me regarding this issues. I have no idea about sharepoint admin issues. when i'm try to start SharePoint 2013 Central Administration or share-point site so it's not start. when i checked event logs. I got error 3760. SQL Database…
0
votes
1 answer

Inventory of al SPOnline sites without access to SP Administrator

I am the SPOnline Developer for my company. I do not have access to SP Admin console. I have been requested to produce a set of all SP sites and subsides, but I don't believe there is anyway to do this without being an administrator. I believe I…
Bryan Schmiedeler
  • 2,977
  • 6
  • 35
  • 74
0
votes
1 answer

SharePoint - Couldn't delete a file from document library

I am trying to delete a file from a document library in sharepoint. The file was created by another user and while deleting I get an error "The file is locked for shared use by username". Neither me(Admin) nor the user see the document under "Manage…
RMu
  • 817
  • 2
  • 17
  • 41
0
votes
1 answer

SharePoint 2013 Web Application Management: User Policy is grayed out for Central Administration application

In the Web Applications Management page of SharePoint Central Administration, the User Policy button is grayed out when the "SharePoint Central Administration v4" application is selected, but this is not the case for any other web application. The…
user3664942
  • 215
  • 1
  • 2
  • 10
0
votes
1 answer

HTTP 403 error when enabling query logging in SharePoint 2007

When attempting to enable search query logging from the Shared Services Provider of my SharePoint 2007 farm, IIS returns the HTTP 403 error page. My account has full-control rights at the farm and site-collection levels.
Kelly S. French
  • 12,198
  • 10
  • 63
  • 93
0
votes
1 answer

Search Service is not found in TFS WSS3.0 SP2 version

I am trying to configure search service on WSS 3.0 which is installed with TFS 2010. I don't see the search service in "Servers in Farm". Without that I cannot do anything. I tried to start service in "Services", got an error.
James123
  • 11,184
  • 66
  • 189
  • 343
0
votes
1 answer

how to stop $webapp.Parent.ApplyWebConfigModifications() updating all web applications in farm

$webapp.Parent.ApplyWebConfigModifications() updates all the webapplications in the farm. For e.g. i have 2 web applications in my sharepoint farm. webapp1 webapp2 I have web.config updates in webapp1 and below is the code using powershell $webapp…
0
votes
2 answers

Sharepoint - Giving each User their own document folder

I have a requirement in a Sharepoint 2013 setup wherein I've to give access to external users to a document library. Each User will have a folder by their name, and would be allowed to ACCESS their folder ONLY. They are not even allowed to see each…
0
votes
1 answer

how to install CU in SharePoint 2010?

I have a SharePoint server with the following build version, Version : 14.0.4763.1000. Under Manage Patch Status I can find the following products with the same above mentioned version, 1.Microsoft SharePoint Server 2010 2.Microsoft® Office Web…
0
votes
1 answer

SharePoint and Active Directory group account syncing issue

We have an issue where our Test and QA and Production environments do not appear to be enumerating through the active directory groups list when the group is added to a SharePoint group (we are controlling SP access using AD groups). These are not…
David Drever
  • 799
  • 2
  • 8
  • 21
0
votes
2 answers

How to add farm solution without using Visual Studio, PowerShell or Stsadm

I have a farm solution wsp which I want to add and deploy on a client's SharePoint farm. Now I don't have remote access to this SharePoint machine but do have full admin rights to its central admin and related site collection, and can open the…