SlideShare a Scribd company logo
1 of 30
Installing SharePoint 2013
Alan Richards
1

Introductions

2

Security Accounts

3

Installing SharePoint

4

Installing Office Web Apps

5

Installing Workflow Manager

6

Q&A
+44(0) 782 483 1088
alan.richards@foundation-sp.com

uk.linkedin.com/in/richardsalan

@arichards_Saruk
www.edutechnow.com

•
•
•
•

Senior Consultant
SharePoint MVP
18 years experience in IT
Worked with SharePoint since team
services
Security Accounts
• Least privilege at all times
• Setup accounts to use with SharePoint
• Setup user

• Domain Users & Local Administrator
• DB – Security Admin & Database Creator

• Farm service account (Database access account)
• Domain Users
• DB – Setup will set permissions

• Application pool account

• Domain Users
• DB – Setup will set permissions

• Active Directory

• Add accounts to Active Directory
• SP-Setup
• SP-FarmAd
• SP-AppPool

http://technet.microsoft.com/en-us/library/cc678863.aspx
Installing SharePoint 2013
http://craiglussier.com
$passphrase = ConvertTo-SecureString -asPlainText –Force
Set-SPPassPhrase -PassPhrase $passphrase –Confirm
Creating a SharePoint Site
A managed account allows SharePoint 2013 to control aspects
of the account and synchronise password changes with Active
Directory if necessary
• Name for the new website – Make it something
recognisable
• Port for the website – The default is 80, you can use
something different if you need to
• Do you require anonymous access – Is it going to be
a public site
• Secure Sockets Layer – If you require the web
application to use SSL then all servers will require
valid certificates
• Authentication method – NTLM or Kerberos
• URL of the website – The URL that users will use to
access the site (FQDN if using SSL)
• Application pool name – Make it something
recognisable
• Security account – Use the Application Pool
Account (you should have created a managed
account using the instructions above)
• Database server – The name of the database server
storing the SharePoint 2013 databases
• Database name – The name given to the database
for this web application
• Authentication – The default is Windows and this is
the recommended way of accessing the database
server
• Name for the new website – Make it something
recognisable
• Port for the website – The default is 80, you can use
something different if you need to
• Do you require anonymous access – Is it going to be
a public site
• Secure Sockets Layer – If you require the web
application to use SSL then all servers will require
valid certificates
• Authentication method – NTLM or Kerberos
• URL of the website – The URL that users will use to
access the site (FQDN if using SSL)
• Application pool name – Make it something
recognisable
• Security account – Use the Application Pool
Account (you should have created a managed
account using the instructions above)
• Database server – The name of the database server
storing the SharePoint 2013 databases
• Database name – The name given to the database
for this web application
• Authentication – The default is Windows and this is
the recommended way of accessing the database
server
• Name for the new website – Make it something
recognisable
• Port for the website – The default is 80, you can use
something different if you need to
• Do you require anonymous access – Is it going to be
a public site
• Secure Sockets Layer – If you require the web
application to use SSL then all servers will require
valid certificates
• Authentication method – NTLM or Kerberos
• URL of the website – The URL that users will use to
access the site (FQDN if using SSL)
• Application pool name – Make it something
recognisable
• Security account – Use the Application Pool
Account (you should have created a managed
account using the instructions above)
• Database server – The name of the database server
storing the SharePoint 2013 databases
• Database name – The name given to the database
for this web application
• Authentication – The default is Windows and this is
the recommended way of accessing the database
server
• Name for the new website – Make it something
recognisable
• Port for the website – The default is 80, you can use
something different if you need to
• Do you require anonymous access – Is it going to be
a public site
• Secure Sockets Layer – If you require the web
application to use SSL then all servers will require
valid certificates
• Authentication method – NTLM or Kerberos
• URL of the website – The URL that users will use to
access the site (FQDN if using SSL)
• Application pool name – Make it something
recognisable
• Security account – Use the Application Pool
Account (you should have created a managed
account using the instructions above)
• Database server – The name of the database server
storing the SharePoint 2013 databases
• Database name – The name given to the database
for this web application
• Authentication – The default is Windows and this is
the recommended way of accessing the database
server
• Name for the new website – Make it something
recognisable
• Port for the website – The default is 80, you can use
something different if you need to
• Do you require anonymous access – Is it going to be
a public site
• Secure Sockets Layer – If you require the web
application to use SSL then all servers will require
valid certificates
• Authentication method – NTLM or Kerberos
• URL of the website – The URL that users will use to
access the site (FQDN if using SSL)
• Application pool name – Make it something
recognisable
• Security account – Use the Application Pool
Account (you should have created a managed
account using the instructions above)
• Database server – The name of the database server
storing the SharePoint 2013 databases
• Database name – The name given to the database
for this web application
• Authentication – The default is Windows and this is
the recommended way of accessing the database
server
Installing Office Web Apps
http://www.microsoft.com/en-us/download/details.aspx?id=35489
Certificates

• Recommended for production
• Trusted source
• Required for external sites
Configuration

• PowerShell to configure Web Apps
New-OfficeWebAppsFarm -InternalUrl https://yourserver.local -ExternalUrl
https://webapp.yourdomain.com –CertificateName "OfficeWebApps Certificate" –
EditingEnabled
Verify

• Browse to a web page to verify Web Apps is working
• https://yourserver.local/hosting/discovery
• Returns a screen of xml
Claims

• For SharePoint 2013 to access Office Web Apps the web application
must use claims based authentication
• Convert-SPWebApplication -Identity "http://yourwebapplication:port" To Claims –RetainPermissions
Licensing

• To enable users to edit documents using Office Web Apps they need to be
assigned licenses to edit.
Get-SPUserLicense
$x = New-SPUserLicenseMapping -SecurityGroup <ADsecuritygroup> –License
OfficeWebAppsEdit
$x | Add-SPUserLicenseMapping
Enable-SPUserLicensing

Binding

• Bind SharePoint 2013 to the Office Web Apps server
New-SPWOPIBinding -ServerName <WebAppServerName>
Installing Workflow Manager
Workflow Manager

• Install of SharePoint 2013 – Provides 2010 workflows
• Standalone or co-located
• The installation of Workflow Manager uses the Web Platform Installer
from Microsoft and can be downloaded from
http://go.microsoft.com/fwlink/?LinkID=252092
• You can use default settings
• Configure connection to SQL
• Service account
• Use http or https
• Certificates
Connecting to SharePoint

• Logon to each SharePoint 2013 web front end and install the Workflow
Manager Client, this can be downloaded from
http://go.microsoft.com/fwlink/p/?LinkID=268376
• Register workflow server
Register-SPWorkflowService –SPSite "http://myserver/mysitecollection" –
WorkflowHostUri “http://workflow.example.com:12290”
Test Configuration

• Download SharePoint Designer
2013 from the Microsoft
website, this link will access the
download site
http://www.microsoft.com/enus/download/details.aspx?id=35
491
Q&A

More Related Content

What's hot

Custom Development for SharePoint
Custom Development for SharePointCustom Development for SharePoint
Custom Development for SharePointTalbott Crowell
 
From Zero to Hero: A Real World Guide to Building High Availability SharePoin...
From Zero to Hero: A Real World Guide to Building High Availability SharePoin...From Zero to Hero: A Real World Guide to Building High Availability SharePoin...
From Zero to Hero: A Real World Guide to Building High Availability SharePoin...Eric Shupps
 
SharePoint Upgrade or Migration, or is it both? - SPS London 2016
SharePoint Upgrade or Migration, or is it both? - SPS London 2016SharePoint Upgrade or Migration, or is it both? - SPS London 2016
SharePoint Upgrade or Migration, or is it both? - SPS London 2016Chirag Patel
 
B6 - Using Office 365 groups in Power Bi - Marco Russo
B6 - Using Office 365 groups in Power Bi - Marco RussoB6 - Using Office 365 groups in Power Bi - Marco Russo
B6 - Using Office 365 groups in Power Bi - Marco RussoSPS Monaco
 
SharePoint 2013 i SharePoint Online
SharePoint 2013i SharePoint OnlineSharePoint 2013i SharePoint Online
SharePoint 2013 i SharePoint OnlineDragan Panjkov
 
SharePoint and Office 365 Performance Best Practices
SharePoint and Office 365 Performance Best PracticesSharePoint and Office 365 Performance Best Practices
SharePoint and Office 365 Performance Best PracticesEric Shupps
 
T5 - Mise en place de votre processus DevOps Ofice, Office 365, SharePoint - ...
T5 - Mise en place de votre processus DevOps Ofice, Office 365, SharePoint - ...T5 - Mise en place de votre processus DevOps Ofice, Office 365, SharePoint - ...
T5 - Mise en place de votre processus DevOps Ofice, Office 365, SharePoint - ...SPS Monaco
 
Power Users Guide to Office 365 - SharePoint Saturday Belgium 2016 #spsbe
Power Users Guide to Office 365 - SharePoint Saturday Belgium 2016 #spsbePower Users Guide to Office 365 - SharePoint Saturday Belgium 2016 #spsbe
Power Users Guide to Office 365 - SharePoint Saturday Belgium 2016 #spsbeChirag Patel
 
Visio services in sharepoint 2013
Visio services in sharepoint 2013Visio services in sharepoint 2013
Visio services in sharepoint 2013BIWUG
 
Microsoft Workloads on AWS - AWS Public Sector Summit Singapore 2017
Microsoft Workloads on AWS - AWS Public Sector Summit Singapore 2017Microsoft Workloads on AWS - AWS Public Sector Summit Singapore 2017
Microsoft Workloads on AWS - AWS Public Sector Summit Singapore 2017Amazon Web Services
 
Spca2014 keynote johnson
Spca2014 keynote johnsonSpca2014 keynote johnson
Spca2014 keynote johnsonNCCOMMS
 
Replacing your fileshare with SharePoint 2013 Farm - SharePoint User Group UK...
Replacing your fileshare with SharePoint 2013 Farm - SharePoint User Group UK...Replacing your fileshare with SharePoint 2013 Farm - SharePoint User Group UK...
Replacing your fileshare with SharePoint 2013 Farm - SharePoint User Group UK...Chirag Patel
 
Enterprise Portal 2.0
Enterprise Portal 2.0Enterprise Portal 2.0
Enterprise Portal 2.0Jeremi Joslin
 
An Introduction to the Office 365 Patterns and Practices Project
An Introduction to the Office 365 Patterns and Practices ProjectAn Introduction to the Office 365 Patterns and Practices Project
An Introduction to the Office 365 Patterns and Practices ProjectSPC Adriatics
 
ECS2019 - Managing Content Types in the Modern World
ECS2019 - Managing Content Types in the Modern WorldECS2019 - Managing Content Types in the Modern World
ECS2019 - Managing Content Types in the Modern WorldMarc D Anderson
 
Workflow Best Practices:Five (or More) "Do"s and "Don't"s
Workflow Best Practices:Five (or More) "Do"s and "Don't"sWorkflow Best Practices:Five (or More) "Do"s and "Don't"s
Workflow Best Practices:Five (or More) "Do"s and "Don't"sSPC Adriatics
 
Building No-Code Collaboration Solutions on Office 365
Building No-Code Collaboration Solutions on Office 365Building No-Code Collaboration Solutions on Office 365
Building No-Code Collaboration Solutions on Office 365Dragan Panjkov
 
Migrate SharePoint 2016 To SharePoint 2019 Environment Using Content Database...
Migrate SharePoint 2016 To SharePoint 2019 Environment Using Content Database...Migrate SharePoint 2016 To SharePoint 2019 Environment Using Content Database...
Migrate SharePoint 2016 To SharePoint 2019 Environment Using Content Database...Softree Technology Pvt. Ltd
 

What's hot (20)

ECS19 - Katja Jokisalo - Modernize your Intranet
ECS19 - Katja Jokisalo - Modernize your IntranetECS19 - Katja Jokisalo - Modernize your Intranet
ECS19 - Katja Jokisalo - Modernize your Intranet
 
Custom Development for SharePoint
Custom Development for SharePointCustom Development for SharePoint
Custom Development for SharePoint
 
From Zero to Hero: A Real World Guide to Building High Availability SharePoin...
From Zero to Hero: A Real World Guide to Building High Availability SharePoin...From Zero to Hero: A Real World Guide to Building High Availability SharePoin...
From Zero to Hero: A Real World Guide to Building High Availability SharePoin...
 
SharePoint Upgrade or Migration, or is it both? - SPS London 2016
SharePoint Upgrade or Migration, or is it both? - SPS London 2016SharePoint Upgrade or Migration, or is it both? - SPS London 2016
SharePoint Upgrade or Migration, or is it both? - SPS London 2016
 
B6 - Using Office 365 groups in Power Bi - Marco Russo
B6 - Using Office 365 groups in Power Bi - Marco RussoB6 - Using Office 365 groups in Power Bi - Marco Russo
B6 - Using Office 365 groups in Power Bi - Marco Russo
 
SharePoint 2013 i SharePoint Online
SharePoint 2013i SharePoint OnlineSharePoint 2013i SharePoint Online
SharePoint 2013 i SharePoint Online
 
SharePoint and Office 365 Performance Best Practices
SharePoint and Office 365 Performance Best PracticesSharePoint and Office 365 Performance Best Practices
SharePoint and Office 365 Performance Best Practices
 
T5 - Mise en place de votre processus DevOps Ofice, Office 365, SharePoint - ...
T5 - Mise en place de votre processus DevOps Ofice, Office 365, SharePoint - ...T5 - Mise en place de votre processus DevOps Ofice, Office 365, SharePoint - ...
T5 - Mise en place de votre processus DevOps Ofice, Office 365, SharePoint - ...
 
Power Users Guide to Office 365 - SharePoint Saturday Belgium 2016 #spsbe
Power Users Guide to Office 365 - SharePoint Saturday Belgium 2016 #spsbePower Users Guide to Office 365 - SharePoint Saturday Belgium 2016 #spsbe
Power Users Guide to Office 365 - SharePoint Saturday Belgium 2016 #spsbe
 
Visio services in sharepoint 2013
Visio services in sharepoint 2013Visio services in sharepoint 2013
Visio services in sharepoint 2013
 
Microsoft Workloads on AWS - AWS Public Sector Summit Singapore 2017
Microsoft Workloads on AWS - AWS Public Sector Summit Singapore 2017Microsoft Workloads on AWS - AWS Public Sector Summit Singapore 2017
Microsoft Workloads on AWS - AWS Public Sector Summit Singapore 2017
 
Spca2014 keynote johnson
Spca2014 keynote johnsonSpca2014 keynote johnson
Spca2014 keynote johnson
 
Replacing your fileshare with SharePoint 2013 Farm - SharePoint User Group UK...
Replacing your fileshare with SharePoint 2013 Farm - SharePoint User Group UK...Replacing your fileshare with SharePoint 2013 Farm - SharePoint User Group UK...
Replacing your fileshare with SharePoint 2013 Farm - SharePoint User Group UK...
 
Enterprise Portal 2.0
Enterprise Portal 2.0Enterprise Portal 2.0
Enterprise Portal 2.0
 
An Introduction to the Office 365 Patterns and Practices Project
An Introduction to the Office 365 Patterns and Practices ProjectAn Introduction to the Office 365 Patterns and Practices Project
An Introduction to the Office 365 Patterns and Practices Project
 
Thinakaran
ThinakaranThinakaran
Thinakaran
 
ECS2019 - Managing Content Types in the Modern World
ECS2019 - Managing Content Types in the Modern WorldECS2019 - Managing Content Types in the Modern World
ECS2019 - Managing Content Types in the Modern World
 
Workflow Best Practices:Five (or More) "Do"s and "Don't"s
Workflow Best Practices:Five (or More) "Do"s and "Don't"sWorkflow Best Practices:Five (or More) "Do"s and "Don't"s
Workflow Best Practices:Five (or More) "Do"s and "Don't"s
 
Building No-Code Collaboration Solutions on Office 365
Building No-Code Collaboration Solutions on Office 365Building No-Code Collaboration Solutions on Office 365
Building No-Code Collaboration Solutions on Office 365
 
Migrate SharePoint 2016 To SharePoint 2019 Environment Using Content Database...
Migrate SharePoint 2016 To SharePoint 2019 Environment Using Content Database...Migrate SharePoint 2016 To SharePoint 2019 Environment Using Content Database...
Migrate SharePoint 2016 To SharePoint 2019 Environment Using Content Database...
 

Viewers also liked

SharePoint Europe Conference 2011 - Virtualisation
SharePoint Europe Conference 2011 - VirtualisationSharePoint Europe Conference 2011 - Virtualisation
SharePoint Europe Conference 2011 - VirtualisationAlan Richards
 
Windows 8 - Technical Overview
Windows 8 - Technical OverviewWindows 8 - Technical Overview
Windows 8 - Technical OverviewAlan Richards
 
Cost Cutting Using ICT - NAACE Conference 2012
Cost Cutting Using ICT - NAACE Conference 2012Cost Cutting Using ICT - NAACE Conference 2012
Cost Cutting Using ICT - NAACE Conference 2012Alan Richards
 
ALI social media and healthcare keynote presentation
ALI social media and healthcare keynote presentationALI social media and healthcare keynote presentation
ALI social media and healthcare keynote presentationguestd055d2
 
Learning Gateway Conference - Replacement of the file server
Learning Gateway Conference - Replacement of the file serverLearning Gateway Conference - Replacement of the file server
Learning Gateway Conference - Replacement of the file serverAlan Richards
 
Sharing media on slideshare and elis
Sharing media on slideshare and elisSharing media on slideshare and elis
Sharing media on slideshare and elisFatima Darries
 
ALI social media and healthcare keynote presentation
ALI social media and healthcare keynote presentationALI social media and healthcare keynote presentation
ALI social media and healthcare keynote presentationguestd055d2
 
Migrating to office 365
Migrating to office 365Migrating to office 365
Migrating to office 365Alan Richards
 
Impact of the Internet on reference services in higher education libraries in SA
Impact of the Internet on reference services in higher education libraries in SAImpact of the Internet on reference services in higher education libraries in SA
Impact of the Internet on reference services in higher education libraries in SAFatima Darries
 
T21 SharePoint Europe Slide Deck
T21 SharePoint Europe Slide DeckT21 SharePoint Europe Slide Deck
T21 SharePoint Europe Slide DeckAlan Richards
 
Nintex attachment workflow
Nintex attachment workflowNintex attachment workflow
Nintex attachment workflowAlan Richards
 
ISBA 14th February 2013
ISBA 14th February 2013ISBA 14th February 2013
ISBA 14th February 2013Alan Richards
 
Librarians and Open Access: the case of E-LIS
Librarians and Open Access: the case of E-LIS Librarians and Open Access: the case of E-LIS
Librarians and Open Access: the case of E-LIS Fatima Darries
 
European SharePoint Best Practice Conference - April 2011
European SharePoint Best Practice Conference - April 2011European SharePoint Best Practice Conference - April 2011
European SharePoint Best Practice Conference - April 2011Alan Richards
 
Deploying windows 7 using WDS and MDT 2010
Deploying windows 7 using WDS and MDT 2010Deploying windows 7 using WDS and MDT 2010
Deploying windows 7 using WDS and MDT 2010Alan Richards
 
Upgrade, Migrate and Virtualisation with SharePoint 2010
Upgrade, Migrate and Virtualisation with SharePoint 2010Upgrade, Migrate and Virtualisation with SharePoint 2010
Upgrade, Migrate and Virtualisation with SharePoint 2010Alan Richards
 

Viewers also liked (17)

SharePoint Europe Conference 2011 - Virtualisation
SharePoint Europe Conference 2011 - VirtualisationSharePoint Europe Conference 2011 - Virtualisation
SharePoint Europe Conference 2011 - Virtualisation
 
Windows 8 - Technical Overview
Windows 8 - Technical OverviewWindows 8 - Technical Overview
Windows 8 - Technical Overview
 
Cost Cutting Using ICT - NAACE Conference 2012
Cost Cutting Using ICT - NAACE Conference 2012Cost Cutting Using ICT - NAACE Conference 2012
Cost Cutting Using ICT - NAACE Conference 2012
 
ALI social media and healthcare keynote presentation
ALI social media and healthcare keynote presentationALI social media and healthcare keynote presentation
ALI social media and healthcare keynote presentation
 
Learning Gateway Conference - Replacement of the file server
Learning Gateway Conference - Replacement of the file serverLearning Gateway Conference - Replacement of the file server
Learning Gateway Conference - Replacement of the file server
 
Sharing media on slideshare and elis
Sharing media on slideshare and elisSharing media on slideshare and elis
Sharing media on slideshare and elis
 
ALI social media and healthcare keynote presentation
ALI social media and healthcare keynote presentationALI social media and healthcare keynote presentation
ALI social media and healthcare keynote presentation
 
Migrating to office 365
Migrating to office 365Migrating to office 365
Migrating to office 365
 
Impact of the Internet on reference services in higher education libraries in SA
Impact of the Internet on reference services in higher education libraries in SAImpact of the Internet on reference services in higher education libraries in SA
Impact of the Internet on reference services in higher education libraries in SA
 
T21 SharePoint Europe Slide Deck
T21 SharePoint Europe Slide DeckT21 SharePoint Europe Slide Deck
T21 SharePoint Europe Slide Deck
 
Nintex attachment workflow
Nintex attachment workflowNintex attachment workflow
Nintex attachment workflow
 
ISBA 14th February 2013
ISBA 14th February 2013ISBA 14th February 2013
ISBA 14th February 2013
 
Librarians and Open Access: the case of E-LIS
Librarians and Open Access: the case of E-LIS Librarians and Open Access: the case of E-LIS
Librarians and Open Access: the case of E-LIS
 
European SharePoint Best Practice Conference - April 2011
European SharePoint Best Practice Conference - April 2011European SharePoint Best Practice Conference - April 2011
European SharePoint Best Practice Conference - April 2011
 
Deploying windows 7 using WDS and MDT 2010
Deploying windows 7 using WDS and MDT 2010Deploying windows 7 using WDS and MDT 2010
Deploying windows 7 using WDS and MDT 2010
 
Upgrade, Migrate and Virtualisation with SharePoint 2010
Upgrade, Migrate and Virtualisation with SharePoint 2010Upgrade, Migrate and Virtualisation with SharePoint 2010
Upgrade, Migrate and Virtualisation with SharePoint 2010
 
Cost Saving
Cost SavingCost Saving
Cost Saving
 

Similar to Installing SharePoint 2013

AUSPC 2013 - Understanding the Five Layers of SharePoint Security
AUSPC 2013 - Understanding the Five Layers of SharePoint SecurityAUSPC 2013 - Understanding the Five Layers of SharePoint Security
AUSPC 2013 - Understanding the Five Layers of SharePoint SecurityMichael Noel
 
Microsoft Azure Hybrid Cloud - Getting Started For Techies
Microsoft Azure Hybrid Cloud - Getting Started For TechiesMicrosoft Azure Hybrid Cloud - Getting Started For Techies
Microsoft Azure Hybrid Cloud - Getting Started For TechiesAidan Finn
 
Navigating the turbulence on takeoff: Setting up SharePoint on Azure IaaS the...
Navigating the turbulence on takeoff: Setting up SharePoint on Azure IaaS the...Navigating the turbulence on takeoff: Setting up SharePoint on Azure IaaS the...
Navigating the turbulence on takeoff: Setting up SharePoint on Azure IaaS the...Jason Himmelstein
 
High-level Guide: Upgrading to SharePoint 2013
High-level Guide: Upgrading to SharePoint 2013High-level Guide: Upgrading to SharePoint 2013
High-level Guide: Upgrading to SharePoint 2013C5 Insight
 
(ATS6-PLAT04) Query service
(ATS6-PLAT04) Query service (ATS6-PLAT04) Query service
(ATS6-PLAT04) Query service BIOVIA
 
Externally Testing Modern AD Domains - Arcticcon
Externally Testing Modern AD Domains - ArcticconExternally Testing Modern AD Domains - Arcticcon
Externally Testing Modern AD Domains - ArcticconKarl Fosaaen
 
Share point 2013 in a hybrid world
Share point 2013 in a hybrid worldShare point 2013 in a hybrid world
Share point 2013 in a hybrid worldJethro Seghers
 
Attacking ADFS Endpoints - DerbyCon
Attacking ADFS Endpoints - DerbyConAttacking ADFS Endpoints - DerbyCon
Attacking ADFS Endpoints - DerbyConKarl Fosaaen
 
Implementing adfs & hybrid sp
Implementing adfs & hybrid spImplementing adfs & hybrid sp
Implementing adfs & hybrid spThorbjørn Værp
 
Deep Dive - Usage of on premises data gateway for hybrid integration scenarios
Deep Dive - Usage of on premises data gateway for hybrid integration scenariosDeep Dive - Usage of on premises data gateway for hybrid integration scenarios
Deep Dive - Usage of on premises data gateway for hybrid integration scenariosSajith C P Nair
 
Automating Attacks Against Office365 - BsidesPDX 2016
Automating Attacks Against Office365 - BsidesPDX 2016Automating Attacks Against Office365 - BsidesPDX 2016
Automating Attacks Against Office365 - BsidesPDX 2016Karl Fosaaen
 
Web servers (l6)
Web servers (l6)Web servers (l6)
Web servers (l6)Nanhi Sinha
 
NGINX: High Performance Load Balancing
NGINX: High Performance Load BalancingNGINX: High Performance Load Balancing
NGINX: High Performance Load BalancingNGINX, Inc.
 
Securing sharepoint
Securing sharepointSecuring sharepoint
Securing sharepointPeter_1020
 
SharePoint Saturday Belgium SharePoint Farm Architecture bringing it all toge...
SharePoint Saturday Belgium SharePoint Farm Architecture bringing it all toge...SharePoint Saturday Belgium SharePoint Farm Architecture bringing it all toge...
SharePoint Saturday Belgium SharePoint Farm Architecture bringing it all toge...BIWUG
 
SharePoint 2016 Platform Adoption Lessons Learned and Advanced Troubleshooting
SharePoint 2016 Platform Adoption   Lessons Learned and Advanced TroubleshootingSharePoint 2016 Platform Adoption   Lessons Learned and Advanced Troubleshooting
SharePoint 2016 Platform Adoption Lessons Learned and Advanced TroubleshootingJohn Calvert
 
Cache Security- Adding Security to Non-Secure Applications
Cache Security- Adding Security to Non-Secure ApplicationsCache Security- Adding Security to Non-Secure Applications
Cache Security- Adding Security to Non-Secure ApplicationsInterSystems Corporation
 
Website Launch Tips
Website Launch Tips Website Launch Tips
Website Launch Tips Optimum 7
 
Plan, prepare & overall process of upgrade and migrate to SharePoint 2013
Plan, prepare & overall process of upgrade and migrate to SharePoint 2013Plan, prepare & overall process of upgrade and migrate to SharePoint 2013
Plan, prepare & overall process of upgrade and migrate to SharePoint 2013Kashish Sukhija
 

Similar to Installing SharePoint 2013 (20)

AUSPC 2013 - Understanding the Five Layers of SharePoint Security
AUSPC 2013 - Understanding the Five Layers of SharePoint SecurityAUSPC 2013 - Understanding the Five Layers of SharePoint Security
AUSPC 2013 - Understanding the Five Layers of SharePoint Security
 
Microsoft Azure Hybrid Cloud - Getting Started For Techies
Microsoft Azure Hybrid Cloud - Getting Started For TechiesMicrosoft Azure Hybrid Cloud - Getting Started For Techies
Microsoft Azure Hybrid Cloud - Getting Started For Techies
 
Navigating the turbulence on takeoff: Setting up SharePoint on Azure IaaS the...
Navigating the turbulence on takeoff: Setting up SharePoint on Azure IaaS the...Navigating the turbulence on takeoff: Setting up SharePoint on Azure IaaS the...
Navigating the turbulence on takeoff: Setting up SharePoint on Azure IaaS the...
 
High-level Guide: Upgrading to SharePoint 2013
High-level Guide: Upgrading to SharePoint 2013High-level Guide: Upgrading to SharePoint 2013
High-level Guide: Upgrading to SharePoint 2013
 
(ATS6-PLAT04) Query service
(ATS6-PLAT04) Query service (ATS6-PLAT04) Query service
(ATS6-PLAT04) Query service
 
Externally Testing Modern AD Domains - Arcticcon
Externally Testing Modern AD Domains - ArcticconExternally Testing Modern AD Domains - Arcticcon
Externally Testing Modern AD Domains - Arcticcon
 
Share point 2013 in a hybrid world
Share point 2013 in a hybrid worldShare point 2013 in a hybrid world
Share point 2013 in a hybrid world
 
Attacking ADFS Endpoints - DerbyCon
Attacking ADFS Endpoints - DerbyConAttacking ADFS Endpoints - DerbyCon
Attacking ADFS Endpoints - DerbyCon
 
Implementing adfs & hybrid sp
Implementing adfs & hybrid spImplementing adfs & hybrid sp
Implementing adfs & hybrid sp
 
Deep Dive - Usage of on premises data gateway for hybrid integration scenarios
Deep Dive - Usage of on premises data gateway for hybrid integration scenariosDeep Dive - Usage of on premises data gateway for hybrid integration scenarios
Deep Dive - Usage of on premises data gateway for hybrid integration scenarios
 
Automating Attacks Against Office365 - BsidesPDX 2016
Automating Attacks Against Office365 - BsidesPDX 2016Automating Attacks Against Office365 - BsidesPDX 2016
Automating Attacks Against Office365 - BsidesPDX 2016
 
Web servers (l6)
Web servers (l6)Web servers (l6)
Web servers (l6)
 
NGINX: High Performance Load Balancing
NGINX: High Performance Load BalancingNGINX: High Performance Load Balancing
NGINX: High Performance Load Balancing
 
Securing sharepoint
Securing sharepointSecuring sharepoint
Securing sharepoint
 
SharePoint Saturday Belgium SharePoint Farm Architecture bringing it all toge...
SharePoint Saturday Belgium SharePoint Farm Architecture bringing it all toge...SharePoint Saturday Belgium SharePoint Farm Architecture bringing it all toge...
SharePoint Saturday Belgium SharePoint Farm Architecture bringing it all toge...
 
SharePoint 2016 Platform Adoption Lessons Learned and Advanced Troubleshooting
SharePoint 2016 Platform Adoption   Lessons Learned and Advanced TroubleshootingSharePoint 2016 Platform Adoption   Lessons Learned and Advanced Troubleshooting
SharePoint 2016 Platform Adoption Lessons Learned and Advanced Troubleshooting
 
Cache Security- Adding Security to Non-Secure Applications
Cache Security- Adding Security to Non-Secure ApplicationsCache Security- Adding Security to Non-Secure Applications
Cache Security- Adding Security to Non-Secure Applications
 
Website Launch Tips
Website Launch Tips Website Launch Tips
Website Launch Tips
 
Plan, prepare & overall process of upgrade and migrate to SharePoint 2013
Plan, prepare & overall process of upgrade and migrate to SharePoint 2013Plan, prepare & overall process of upgrade and migrate to SharePoint 2013
Plan, prepare & overall process of upgrade and migrate to SharePoint 2013
 
Deep thoughts from the real world of azure
Deep thoughts from the real world of azureDeep thoughts from the real world of azure
Deep thoughts from the real world of azure
 

More from Alan Richards

Yammer - What is all the fuss about
Yammer - What is all the fuss aboutYammer - What is all the fuss about
Yammer - What is all the fuss aboutAlan Richards
 
Building BI Dashboards Using Visio 2013
Building BI DashboardsUsing Visio 2013Building BI DashboardsUsing Visio 2013
Building BI Dashboards Using Visio 2013Alan Richards
 
SharePoint Saturday UK - Workflow Evolution
SharePoint Saturday UK - Workflow EvolutionSharePoint Saturday UK - Workflow Evolution
SharePoint Saturday UK - Workflow EvolutionAlan Richards
 
Lync 2010 user guide
Lync 2010 user guideLync 2010 user guide
Lync 2010 user guideAlan Richards
 
Cost Cutting Using SharePoint 2010 in Education
Cost Cutting Using SharePoint 2010 in EducationCost Cutting Using SharePoint 2010 in Education
Cost Cutting Using SharePoint 2010 in EducationAlan Richards
 
SPS India - August 2012
SPS India - August 2012SPS India - August 2012
SPS India - August 2012Alan Richards
 
Cost Cutting Using IT - Bletchley Park
Cost Cutting Using IT - Bletchley ParkCost Cutting Using IT - Bletchley Park
Cost Cutting Using IT - Bletchley ParkAlan Richards
 
Cost cutting live meeting
Cost cutting live meetingCost cutting live meeting
Cost cutting live meetingAlan Richards
 
The cost saving school BETT 2011
The cost saving school   BETT 2011The cost saving school   BETT 2011
The cost saving school BETT 2011Alan Richards
 
Lg conf upgrade migrate and virtualisation with share-point 2010
Lg conf   upgrade migrate and virtualisation with share-point 2010Lg conf   upgrade migrate and virtualisation with share-point 2010
Lg conf upgrade migrate and virtualisation with share-point 2010Alan Richards
 

More from Alan Richards (12)

Yammer - What is all the fuss about
Yammer - What is all the fuss aboutYammer - What is all the fuss about
Yammer - What is all the fuss about
 
Building BI Dashboards Using Visio 2013
Building BI DashboardsUsing Visio 2013Building BI DashboardsUsing Visio 2013
Building BI Dashboards Using Visio 2013
 
SharePoint Saturday UK - Workflow Evolution
SharePoint Saturday UK - Workflow EvolutionSharePoint Saturday UK - Workflow Evolution
SharePoint Saturday UK - Workflow Evolution
 
Lync 2010 user guide
Lync 2010 user guideLync 2010 user guide
Lync 2010 user guide
 
Cost Cutting Using SharePoint 2010 in Education
Cost Cutting Using SharePoint 2010 in EducationCost Cutting Using SharePoint 2010 in Education
Cost Cutting Using SharePoint 2010 in Education
 
SPS India - August 2012
SPS India - August 2012SPS India - August 2012
SPS India - August 2012
 
SPSUK November 2011
SPSUK November 2011SPSUK November 2011
SPSUK November 2011
 
Cost Cutting Using IT - Bletchley Park
Cost Cutting Using IT - Bletchley ParkCost Cutting Using IT - Bletchley Park
Cost Cutting Using IT - Bletchley Park
 
Cost cutting live meeting
Cost cutting live meetingCost cutting live meeting
Cost cutting live meeting
 
Paperless School
Paperless SchoolPaperless School
Paperless School
 
The cost saving school BETT 2011
The cost saving school   BETT 2011The cost saving school   BETT 2011
The cost saving school BETT 2011
 
Lg conf upgrade migrate and virtualisation with share-point 2010
Lg conf   upgrade migrate and virtualisation with share-point 2010Lg conf   upgrade migrate and virtualisation with share-point 2010
Lg conf upgrade migrate and virtualisation with share-point 2010
 

Recently uploaded

Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 

Recently uploaded (20)

Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 

Installing SharePoint 2013

  • 2. 1 Introductions 2 Security Accounts 3 Installing SharePoint 4 Installing Office Web Apps 5 Installing Workflow Manager 6 Q&A
  • 3. +44(0) 782 483 1088 alan.richards@foundation-sp.com uk.linkedin.com/in/richardsalan @arichards_Saruk www.edutechnow.com • • • • Senior Consultant SharePoint MVP 18 years experience in IT Worked with SharePoint since team services
  • 5. • Least privilege at all times • Setup accounts to use with SharePoint • Setup user • Domain Users & Local Administrator • DB – Security Admin & Database Creator • Farm service account (Database access account) • Domain Users • DB – Setup will set permissions • Application pool account • Domain Users • DB – Setup will set permissions • Active Directory • Add accounts to Active Directory • SP-Setup • SP-FarmAd • SP-AppPool http://technet.microsoft.com/en-us/library/cc678863.aspx
  • 7.
  • 8.
  • 10.
  • 11. $passphrase = ConvertTo-SecureString -asPlainText –Force Set-SPPassPhrase -PassPhrase $passphrase –Confirm
  • 13. A managed account allows SharePoint 2013 to control aspects of the account and synchronise password changes with Active Directory if necessary
  • 14. • Name for the new website – Make it something recognisable • Port for the website – The default is 80, you can use something different if you need to • Do you require anonymous access – Is it going to be a public site • Secure Sockets Layer – If you require the web application to use SSL then all servers will require valid certificates • Authentication method – NTLM or Kerberos • URL of the website – The URL that users will use to access the site (FQDN if using SSL) • Application pool name – Make it something recognisable • Security account – Use the Application Pool Account (you should have created a managed account using the instructions above) • Database server – The name of the database server storing the SharePoint 2013 databases • Database name – The name given to the database for this web application • Authentication – The default is Windows and this is the recommended way of accessing the database server
  • 15. • Name for the new website – Make it something recognisable • Port for the website – The default is 80, you can use something different if you need to • Do you require anonymous access – Is it going to be a public site • Secure Sockets Layer – If you require the web application to use SSL then all servers will require valid certificates • Authentication method – NTLM or Kerberos • URL of the website – The URL that users will use to access the site (FQDN if using SSL) • Application pool name – Make it something recognisable • Security account – Use the Application Pool Account (you should have created a managed account using the instructions above) • Database server – The name of the database server storing the SharePoint 2013 databases • Database name – The name given to the database for this web application • Authentication – The default is Windows and this is the recommended way of accessing the database server
  • 16. • Name for the new website – Make it something recognisable • Port for the website – The default is 80, you can use something different if you need to • Do you require anonymous access – Is it going to be a public site • Secure Sockets Layer – If you require the web application to use SSL then all servers will require valid certificates • Authentication method – NTLM or Kerberos • URL of the website – The URL that users will use to access the site (FQDN if using SSL) • Application pool name – Make it something recognisable • Security account – Use the Application Pool Account (you should have created a managed account using the instructions above) • Database server – The name of the database server storing the SharePoint 2013 databases • Database name – The name given to the database for this web application • Authentication – The default is Windows and this is the recommended way of accessing the database server
  • 17. • Name for the new website – Make it something recognisable • Port for the website – The default is 80, you can use something different if you need to • Do you require anonymous access – Is it going to be a public site • Secure Sockets Layer – If you require the web application to use SSL then all servers will require valid certificates • Authentication method – NTLM or Kerberos • URL of the website – The URL that users will use to access the site (FQDN if using SSL) • Application pool name – Make it something recognisable • Security account – Use the Application Pool Account (you should have created a managed account using the instructions above) • Database server – The name of the database server storing the SharePoint 2013 databases • Database name – The name given to the database for this web application • Authentication – The default is Windows and this is the recommended way of accessing the database server
  • 18. • Name for the new website – Make it something recognisable • Port for the website – The default is 80, you can use something different if you need to • Do you require anonymous access – Is it going to be a public site • Secure Sockets Layer – If you require the web application to use SSL then all servers will require valid certificates • Authentication method – NTLM or Kerberos • URL of the website – The URL that users will use to access the site (FQDN if using SSL) • Application pool name – Make it something recognisable • Security account – Use the Application Pool Account (you should have created a managed account using the instructions above) • Database server – The name of the database server storing the SharePoint 2013 databases • Database name – The name given to the database for this web application • Authentication – The default is Windows and this is the recommended way of accessing the database server
  • 21. Certificates • Recommended for production • Trusted source • Required for external sites Configuration • PowerShell to configure Web Apps New-OfficeWebAppsFarm -InternalUrl https://yourserver.local -ExternalUrl https://webapp.yourdomain.com –CertificateName "OfficeWebApps Certificate" – EditingEnabled
  • 22. Verify • Browse to a web page to verify Web Apps is working • https://yourserver.local/hosting/discovery • Returns a screen of xml Claims • For SharePoint 2013 to access Office Web Apps the web application must use claims based authentication • Convert-SPWebApplication -Identity "http://yourwebapplication:port" To Claims –RetainPermissions
  • 23. Licensing • To enable users to edit documents using Office Web Apps they need to be assigned licenses to edit. Get-SPUserLicense $x = New-SPUserLicenseMapping -SecurityGroup <ADsecuritygroup> –License OfficeWebAppsEdit $x | Add-SPUserLicenseMapping Enable-SPUserLicensing Binding • Bind SharePoint 2013 to the Office Web Apps server New-SPWOPIBinding -ServerName <WebAppServerName>
  • 25. Workflow Manager • Install of SharePoint 2013 – Provides 2010 workflows • Standalone or co-located • The installation of Workflow Manager uses the Web Platform Installer from Microsoft and can be downloaded from http://go.microsoft.com/fwlink/?LinkID=252092
  • 26.
  • 27. • You can use default settings • Configure connection to SQL • Service account • Use http or https • Certificates
  • 28. Connecting to SharePoint • Logon to each SharePoint 2013 web front end and install the Workflow Manager Client, this can be downloaded from http://go.microsoft.com/fwlink/p/?LinkID=268376 • Register workflow server Register-SPWorkflowService –SPSite "http://myserver/mysitecollection" – WorkflowHostUri “http://workflow.example.com:12290”
  • 29. Test Configuration • Download SharePoint Designer 2013 from the Microsoft website, this link will access the download site http://www.microsoft.com/enus/download/details.aspx?id=35 491
  • 30. Q&A

Editor's Notes

  1. SQL 2012 ServerDatabase server for all SharePoint 2013 databasesSP2013 - Central AdministrationSharePoint 2013 server that will host the central administration serviceSP2013 - Web Front EndSharePoint 2013 server that will host the web service for all usersSP2013 – AppsA standalone server that will not have SharePoint 2013 installed but will be used to host the Workflow Manager Server and Office Web Apps Server
  2. Load the SharePoint 2013 DVD and select Install software prerequisitesOn some occasions it will fail to install .net framework and web server role
  3. Written by Craig Lussier - http://craiglussier.com download and install pre-requisites.Great for using in situations where the SharePoint server doesn’t have internet access.Download on another computer and move to SharePoint and then install them using script
  4. Product key determines install features. Foundation or EnterpriseServer types depends on usage, a Dev environment will be happy on a single stand alone server. Production environment is normally complete so you can create a farm.
  5. Adding servers to the SharePoint farm requires running the pre-requisite installer and the SharePoint installer on the new serverYou will need to know the database server and configuration database nameYou will also need to know the passphraseYou can reset the passphrase using powershell
  6. New for SharePoint 2013 is the introduction of Office Web Apps as a separate server system that can’t coexist with a SharePoint 2013 installation
  7. Office Web Apps server requires a number of prerequisites to be installed prior to running the installation file and the simplest way to install them is to run a PowerShell script
  8. The certificate name is the friendly name of the certificate applied to the Office Web Apps server and the –EditingEnabled command allows the editing of documents by Office Web AppsYou should only enable editing if you are licensed to do so
  9. $x is a variable that holds the mapping object to input at the Add command&lt;ADsecuritygroup&gt; is the AD group you want to assign the license toBindingwill by default use HTTPS so the FQDN of the Office Web Apps server needs to be used
  10. Installing SharePoint Server 2013 gives you the same functionality as a SharePoint 2010 workflow out of the box, however to make use of the much greater feature set that is workflows in SharePoint 2013 you need to install the new Workflow ManagerBefore installing you need to decide if you are going to run the Workflow Manager co-located with a running SharePoint 2013 instance or if you are going to install it as a standalone server. Installing it as a standalone server has obvious advantages in that it removes the load of running workflows from your SharePoint farm to a server that you can tailor to your specific needs
  11. When setting the service account ensure you enter the USER ID as a full qualified domain user as shown in the screenshotThe next section of page 1 covers the setup of certificates and ports that will be used by Workflow Manager, when you initially scroll down to this section the tick box for auto generation of certificates will be ticked, this will create self-signed certificates, which in a production environment is not a good idea. Remove the tick from the box to assign certificates manuallyThe final section of page 1 covers the ports used by Workflow Manager, by default the port numbers are 12290 for HTTPS and 12291 for HTTPHowever http is not enabled by default and if you are deploying Workflow Manager in a production environment it is not recommended to enable itIf you require http then simply click the box next to Allow Workflow management over HTTP on this computer
  12. The Workflow Manager client is required on all SharePoint 2013 web front ends when the Workflow Manager Server is a standalone server
  13. If SharePoint 2013 Workflow is selectable in the drop down then the connection was successful and you can continue to create new expressive workflows