Posts

SharePoint 2013 Quick Access URL List

This list might come handy for SharePoint freaks in their day to day life.  Users and Permissions: People and Groups: _layouts/people.aspx> Site Collection Admins: _layouts/mngsiteadmin.aspx Advanced Permissions: _layouts/user.aspx Master Pages: _Layouts/ChangeSiteMasterPage.aspx Look and Feel: Title, Desc, and Icon: _layouts/prjsetng.aspx Navigation: _layouts/AreaNavigationSettings.aspx Page Layout and Ste Templates: _Layouts/AreaTemplateSettings.aspx Welcome Page: _Layouts/AreaWelcomePage.aspx Tree View: _layouts/navoptions.aspx Top Nav Bar: _layouts/topnav.aspx Site Theme: _layouts/themeweb.aspx Reset to Site Definition: _layouts/reghost.aspx Searchable Columns: _Layouts/NoCrawlSettings.aspx Site Content Types: _layouts/mngctype.aspx Galleries Site Columns: _layouts/mngfield.aspx Site Templates: _catalogs/wt/F...

SharePoint 2013 Workflow Manager Configuration

Image
T he configuration adds your machine to a new or existing server cluster, known as a farm. If you decide to create a new farm, you can either choose to use the default settings or enter custom values for settings that identify and configure the farm you are creating.  Creating a new farm 1. Open Workflow Manager Configuration 2. Click Configure Workflow Manager with Custom Settings 3. Leave the database names as defaults 4. Scroll down to Configure service account 5. Use WFService for UserID 6. Under Configure Certificates, Uncheck Auto-generate 7. For Services SSL Certificate, Click Browse 8.  Choose the Certificate we have setup previously 9. For Workflow Manager Outbound Signing Certificate, Click Browse 10. Choose the certificate 11. For Encryption Certificate, Click Browse 12. Choose the certificate 13. Use WFAdmins group for Configure Admin Group 14. Finally Click Test Connection Note : For SSL Connection to SQL Server, it should be enable...

SharePoint 2013 Workflow Manager Installation

SharePoint 2013 Workflow Manager Installation In this scenario, we are using 3 Servers.  1. SharePoint Server 2013 + Workflow Manager 2. Database Server 3. Active Directory (Will act as the Domain Controller and will be having Certificate Services) Create Accounts and Groups in AD  1. Log in to the AD Server 2. Open Server Manager 3. Under Tools, Click Active Directory Users and Computers 4. Click Add User (Add  WFSetup ) 5. Click Add User (Add  WFService ) 6. Click Add Group (Add  WFAdmins ) 7. Add  WFSetup and  WFService  accounts to  WFAdmins Group Add WFSetup to SQL Server 1. Log in to the SQL Server 2. Open SQL Server Management Studio 3. Expand Security 4. Right click Logins and choose New login 5. Add  WFSetup Account 6. Under Server Roles, enable public and sysadmin Permissions for Workflow Manager 1. Log in to the SharePoint Server 2. Open Server Manager 3. Under Tools, Click Computer Management ...