SharePoint Online Development, Configuration, and Administration
eBook - ePub

SharePoint Online Development, Configuration, and Administration

Advanced Quick Start Guide

Mark Beckner

Share book
  1. 114 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

SharePoint Online Development, Configuration, and Administration

Advanced Quick Start Guide

Mark Beckner

Book details
Book preview
Table of contents
Citations

About This Book

For those new to SharePoint Online, as well as those who have worked with previous versions of the SharePoint platform, this guide is intended to give concrete steps to rapidly understand how to configure, develop, and administrate solutions in this new environment.

SharePoint Online Development, Configuration, and Administration puts forth the most efficient way to get up to speed on the platform. This book, packed with value, provides clear, concise information about all of the common portions of SharePoint that you would need to work with – including WebParts, reporting, site management, administration and licensing with O365, and workflows using Microsoft Flow. These tips from a seasoned developer will teach you how to



  • Work with Sites, Lists, Permissions, Access, and other core functionality




  • Make customizations to the look and feel of SharePoint Online




  • Understand Web Part development and deployment




  • Develop Microsoft Flow processes for business process automation




  • Utilize Reporting functionality available in O365


  • Look at the many options for administrating SharePoint components



Frequently asked questions

How do I cancel my subscription?
Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
Can/how do I download books?
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
What is the difference between the pricing plans?
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
What is Perlego?
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Do you support text-to-speech?
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Is SharePoint Online Development, Configuration, and Administration an online PDF/ePUB?
Yes, you can access SharePoint Online Development, Configuration, and Administration by Mark Beckner in PDF and/or ePUB format, as well as other popular books in Computer Science & Entreprise Applications. We have over one million books available in our catalogue for you to explore.

Information

Publisher
De|G Press
Year
2018
ISBN
9781547401307
Edition
1

Chapter 1
Licensing, Administration, and Data Migration

No matter how familiar you are with past versions of SharePoint, the licensing model and administration of your environment and underlying sites will be new territory. This chapter outlines the steps needed to get your SharePoint instance set up, how to add users, and how to administrate your solutions.

Licensing and the Office 365 Portal

If you have an Office 365 (O365) subscription, you should already have access to SharePoint. There are many different levels of licensing within O365. The individual consumer or small business may use a basic plan, while a larger corporation would use one of the enterprise levels of licensing. Most O365 licenses will have access to SharePoint, and the functionality in these environments is the same. The most noticeable difference are the web parts and controls that are available (enterprise level will have much more access to controls that allow for data reporting, for example).
To gain access to your SharePoint Online instance, go to portal.office.com (if you don’t already have an account, you’ll need to sign up). Log in to your account and click on the Admin icon, as shown in Figure 1.1.
Figure 1.1: The Admin button in the O365 portal
In the new window that opens, expand the Users tab and select Active users. You’ll see a list of all available user accounts. From here, you can create new users, delete users, and assign licenses. Click on the user that you want to assign a license and permissions to; an additional tab will open with several options (see Figure 1.2).
Figure 1.2: Accessing licenses in O365
In the Product licenses section, you can see an overview of what licenses have been assigned. You’ll need to click Edit located next to this section to see what is included with your license. After you click Edit, you will see something like what is shown in Figure 1.3. In this example, we show the Office 365 Business Essentials license, which includes everything listed (SharePoint Online as well!). You may also see Microsoft Flow, Power BI, and other licenses that you’ve added at some point in your Azure development.
Figure 1.3: Turning on access to individual apps within the Office 365 Essentials licensing model
You can see a roll-up view of your licensing arrangement by expanding the Billing tab and clicking Licenses (Figure 1.4). This will allow you to quickly determine how many licenses you have and how many have been assigned. If you need additional licenses, you can easily acquire them from within this O365 portal.
Figure 1.4: View of active and assigned licenses

External Users Licensing (Guest Access)

By default, you can turn licensing on and set permissions for each user that you have listed in the O365 portal and enable or restrict their access to tools based on this. You also can allow access to SharePoint Online to external users, who are not listed in your list of Users in O365, by invitation or request. This allows you to engage with the external users without having to purchase licenses for them. The value of this option is that organizations that work with outside vendors and the public do not have to purchase licenses for these users.
For example, you may have a company that has licensed O365 users that have full licenses for various products. Your company engages with the public and wants to share certain document libraries for read-only or basic contributions (like uploads). By allowing for external users, you only need to pay for the internal licenses and can allow for unlimited “guests.” There is no limit to the number of external users you can invite to your SharePoint sites.
To give permissions to External users (or “guest” users), you must first enable your O365 instance to allow for external sharing. In the main O365 Admin portal, click on the home page and in the search bar type “external.” You will see several actions available—click the “Sites external sharing” option, as shown in Figure 1.5. A screen will open where you can set restrictions on external usage and duration of available access for external (in this case “anonymous”) users.
Figure 1.5: O365 External sharing must be enabled to share with external guest users
To give access to external users within SharePoint sites, open a specific site, click the SharePoint settings option in the upper right-hand corner, and click Site permissions (refer to Figure 1.6). Once that has opened, click on Advanced permissions settings. You may also navigate to it from the Site settings page by clicking on Site permissions.
Note: accessing the permissions tab is different when accessing it from a parent site or a subsite.
  1. From the parent site, click the Settings icon (upper right corner), select Site settings, then select Site permissions.
  2. From a subsite, click the Settings icon (upper right corner), select Site permissions, then select Advanced permissions settings (as Figure 1.6 demonstrates below).
Figure 1.6: Advanced site permissions
In the window that opens, you can click on the “Invite people” tab, or the Grant permissions icon, then type the email address of the person you want to give permissions to. Next, select “Send an email invitation” and then choose a permission level from the drop-down menu. We’ll choose “Contribute” permissions for this example (see Figure 1.7)—this will allow the person who is bein...

Table of contents