Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Implementing Microsoft SharePoint 2019

You're reading from   Implementing Microsoft SharePoint 2019 An expert guide to SharePoint Server for architects, administrators, and project managers

Arrow left icon
Product type Paperback
Published in Dec 2020
Publisher Packt
ISBN-13 9781789615371
Length 636 pages
Edition 1st Edition
Arrow right icon
Authors (2):
Arrow left icon
Angel Wood Angel Wood
Author Profile Icon Angel Wood
Angel Wood
Lewin Wanzer Lewin Wanzer
Author Profile Icon Lewin Wanzer
Lewin Wanzer
Arrow right icon
View More author details
Toc

Table of Contents (14) Chapters Close

Preface 1. Chapter 1: Understanding Your Current State 2. Chapter 2: Planning and Architecture FREE CHAPTER 3. Chapter 3: Creating and Managing Virtual Machines 4. Chapter 4: Installation Concepts 5. Chapter 5: Farm and Services Configuration 6. Chapter 6: Finalizing the Farm – Going Live 7. Chapter 7: Finalizing the Farm to Go Live – Part II 8. Chapter 8: Post-Implementation Operations and Maintenance 9. Chapter 9: Managing Performance and Troubleshooting 10. Chapter 10: SharePoint Advanced Reporting and Features 11. Chapter 11: Enterprise Social Networking and Collaboration 12. Chapter 12: SharePoint Framework 13. Other Books You May Enjoy

Conventions used

There are a number of text conventions used throughout this book.

Code in text: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Mount the downloaded WebStorm-10*.dmg disk image file as another disk in your system."

A block of code is set as follows:

# Get the Web Application
$WebApp = Get-SPWebApplication "https://my.company.com"
#Loop through all site collections and Set read only status
foreach ($SPsite in $webApp.Sites)
{
$SPsite.ReadOnly = $truePost-implementation 11
#Or : Set-SPSiteAdministration -LockState "Unlock"
-Identity $SPsite.url
}

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

[default]
exten => s,1,Dial(Zap/1|30)
exten => s,2,Voicemail(u100)
exten => s,102,Voicemail(b100)
exten => i,1,Voicemail(s0)

Any command-line input or output is written as follows:

Set-SPLogLevel -TraceServerity verboseex

Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Select System info from the Administration panel."

Tips or important notes

Appear like this.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime