Posts

Showing posts from May, 2015

List All SharePoint 2013 PowerShell Commands

Dear All Here is the list of commands for the SharePoint Powershell Get Count (Get-Command -PSSnapin Microsoft.SharePoint.PowerShell).count List All Commands Get-Command –PSSnapin “Microsoft.SharePoint.PowerShell” | select name, definition | fl > C:\SP2013_PowerShell_Commands.txt Full List Here are all the commands in the preview. I will highlight some of these individually over the coming weeks. Add-SPAppDeniedEndpoint Add-SPClaimTypeMapping Add-SPDiagnosticsPerformanceCounter Add-SPDistributedCacheServiceInstanceOnLocalServer Add-SPEduClassMember Add-SPEduUser Add-SPInfoPathUserAgent Add-SPPluggableSecurityTrimme

How to configure MS project server with Sharepoint

Dear All I found the interesting video for adding the project server in sharepont Video: Install and configure Project Server 2013    Original URL : https://www.bing.com/videos/browse?mkt=en-us&vid=ca7bd806-d85a-4e44-a97f-c0b8c39cf95d&from=sharepermalink&src=v5:share:sharepermalink:  Regards  Rashid Imran bilgrami

Userprofile sync service how to configure

Image
Dear All, if you want to conifgure the user profile here is the steps Original Post http://jaxsharepoint.blogspot.com/2013/08/setup-and-start-sharepoint-2013-user.html Pre-request Items need to be check  SharePoint Timer service run with local administrator account The Pool account & FIM service account must have the Active Directory "Replicating Directory Changes" To make sure your user have Replicating Directory Changes have a permission use the below 10 steps //Start Process here Setting permissions by using the ACL editor 1. Open the Active Directory Users and Computers snap-in 2. On the View menu, click Advanced Features. 3. Right-click the domain object, such as "company.com", and then click Properties. 4. On the Security tab, if the desired user account is not listed, click Add; if the desired user account is listed, proceed to step 7. 5. In the Select Users, Computers, or Groups dialog box, select the desired user account, and

[solved] Search Service giving an error The search service is not able to connect to the machine that hosts the administration component. Verify that the administration component

Dear All, I have try to fixed the issues by doing all possible ways then finally i got the solution by following steps Successful solution for me  Original reference: https://davemcmahon81.wordpress.com/2013/04/07/sharepoint-2010-the-search-service-is-not-able-to-connect-to-the-machine-that-hosts-the-administration-component/  Open up “Active Directory Users and Computer” Select “Advanced features” from the “View” menu Right-click the relevant account(s) and select “Properties” Select the “Securities” Tab Scroll down and select “Authenticated users” in the “Group or user names:” field Allow “Read” permissions in the “Permissions for Account Operators” field just below Hit Ok Other solution that i found https://johnmhester.wordpress.com/2013/08/01/another-dreaded-sharepoint-2013-error-solved/  http://sharepoint.stackexchange.com/questions/881/having-problems-with-sharepoint-server-2010-search-not-fast https://social.technet.microsoft.com/Forums/office/en-US/d0eb9d50-1a6e-4e8a-b

Stop Service in Sharepoint Server through Powershell

Here is the way that you can stop any service in sharepoint 2013 get-spserviceinstance | ? {$_.Typename -eq "[Service Name]"} | Stop-SPServiceInstance Replace the service name with the Central administration Services Like get-spserviceinstance | ? {$_.Typename -eq "User Profile Synchronization Service"} | Stop-SPServiceInstance Regards Rashid

can't access Sharepoint 2013 site via IP Address

Dear All,  if you are unable to access the Site through the alternative access follow the below steps  Go to > Central Administration >  Manage services on server   > Request Management Regards  Rashid Bilgrami 

Unable to change User Profile Service Account

Image
Original Solution Post  http://www.mysharepointadventures.com/2011/12/unable-to-change-user-profile-service-account/  Problem So you made a mistake by trying to change the service application account for the User Profile Service Application. You try to change it back to your farm account but get an ugly error message saying: An object of the type Microsoft.SharePoint.Administration.SPWindowsServiceCredentialDeploymentJobDefinition named “windows-service-credentials-FIMSynchronizationService” already exists under the parent Microsoft.Office.Server.Administration.ProfileSynchronizationService named “FIMSynchronizationService”. Rename your object or delete the existing object. Solution This problem is quite easy to fix. As the error message clearly states, there is a job that has already been created when you tried to change the the credentials for the UPS service application previously. However, when the provisioning failed the job never ran (it is a one-time job). This