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

Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 

Recently uploaded (20)

Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 

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