• Professional Development
  • Medicine & Nursing
  • Arts & Crafts
  • Health & Wellbeing
  • Personal Development

52 Microsoft Sharepoint courses

🔥 Limited Time Offer 🔥

Get a 10% discount on your first order when you use this promo code at checkout: MAY24BAN3X

AZ-040T00 Automating Administration with Powershell

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is intended for IT Professionals who are already experienced in general Windows Server, Windows client, Azure, and Microsoft 365 administration, and who want to learn more about using Windows PowerShell for administration. No prior experience with any version of PowerShell or any scripting language is assumed. This course is also suitable for IT Professionals already experienced in server administration, including Microsoft Exchange Server, Microsoft SharePoint Server, and Microsoft SQL Server. This course provides students with the fundamental knowledge and skills to use PowerShell for administering and automating administration of Windows servers. This course provides students the skills to identify and build the command they require to perform a specific task. In addition, students learn how to build scripts to accomplish advanced tasks such as automating repetitive tasks and generating reports. This course provides prerequisite skills supporting a broad range of Microsoft products, including Windows Server, Windows Client, Microsoft Azure, and Microsoft 365. In keeping with that goal, this course will not focus on any one of those products, although Windows Server, which is the common platform for all of those products, will serve as the example for the techniques this course teaches. Prerequisites Before attending this course, students must have: * -Experience with Windows networking technologies and implementation. * - Experience with Windows Server administration, maintenance, and troubleshooting. 1 - REVIEW WINDOWS POWERSHELL * Learn about Windows PowerShell * Get familiar with Windows PowerShell applications * Identify factors to install and use Windows PowerShell * Configure the Windows PowerShell console * Configure the Windows PowerShell Integrated Scripting Environment (ISE) * Use Visual Studio Code with PowerShell 2 - UNDERSTAND THE COMMAND SYNTAX IN WINDOWS POWERSHELL * Discover the structure of PowerShell cmdlets * Discover the parameters for using PowerShell cmdlets * Review the tab completion feature in PowerShell * Display the About files content in PowerShell 3 - FIND COMMANDS AND GET-HELP IN WINDOWS POWERSHELL * Define modules in PowerShell * Find cmdlets in PowerShell * Use command aliases in PowerShell * Use Show-Command and Get-Help in PowerShell * Interpret the help file contents and update the local help content in PowerShell 4 - MANAGE ACTIVE DIRECTORY DOMAIN SERVICES USING POWERSHELL CMDLETS * Manage user accounts in PowerShell * Manage groups and group memberships in PowerShell * Manage computer accounts in PowerShell * Manage organizational units and Active Directory objects in PowerShell 5 - MANAGE NETWORK SERVICE SETTINGS FOR WINDOWS DEVICES USING POWERSHELL CMDLETS * Manage IP addresses in PowerShell * Manage IP routing in PowerShell * Manage DNS clients in PowerShell * Manage Windows Firewall settings in PowerShell 6 - MANAGE WINDOWS SERVER SETTINGS USING POWERSHELL CMDLETS * Automate management tasks using the Group Policy management cmdlets * Manage server roles and services using PowerShell cmdlets * Manage Hyper-V Virtual Machines using PowerShell cmdlets * Manage Internet Information Services using PowerShell cmdlets 7 - MANAGE SETTINGS FOR A LOCAL WINDOWS MACHINE USING POWERSHELL CMDLETS * Manage Windows 10 using PowerShell * Manage permissions with PowerShell 8 - UNDERSTAND THE WINDOWS POWERSHELL PIPELINE * Review Windows PowerShell pipeline and its output * Discover object members in PowerShell * Control the formatting of pipeline output 9 - SELECT, SORT, AND MEASURE OBJECTS USING THE PIPELINE * Sort and group objects by property in the pipeline * Measure objects in the pipeline * Select a set of objects in the pipeline * Select object properties in the pipeline * Create and format calculated properties in the pipeline 10 - FILTER OBJECTS OUT OF THE PIPELINE * Learn about the comparison operators in PowerShell * Review basic filter syntax in the pipeline * Review advanced filter syntax in the pipeline * Optimize the filter performance in the pipeline 11 - ENUMERATE OBJECTS IN THE PIPELINE * Learn about enumerations in the pipeline * Review basic syntax to enumerate objects in the pipeline * Review advanced syntax to enumerate objects in the pipeline 12 - SEND AND PASS DATA AS OUTPUT FROM THE PIPELINE * Write pipeline data to a file * Convert pipeline objects to other forms of data representation in PowerShell * Control additional output options in PowerShell 13 - PASS PIPELINE OBJECTS * Pipeline parameter binding * Identify ByValue parameters * Pass data by using ByValue * Pass data by using ByPropertyName * Identify ByPropertyName parameters * Use manual parameters to override the pipeline * Use parenthetical commands * Expand property values 14 - CONNECT WITH DATA STORES USING POWERSHELL PROVIDERS * Define Windows PowerShell providers * Review the built-in providers in PowerShell * Access provider help in PowerShell 15 - USE POWERSHELL DRIVES IN POWERSHELL * Explain PowerShell drives in PowerShell * Use PowerShell drive cmdlets in PowerShell * Manage the file system in PowerShell * Manage the registry in PowerShell * Work with certificates in PowerShell * Work with other PowerShell drives in PowerShell 16 - REVIEW CIM AND WMI * Review architecture of CIM and WMI * Review repositories in CIM and WMI * Locate online class documentation by using CIM and WMI cmdlets 17 - QUERY CONFIGURATION INFORMATION BY USING CIM AND WMI * List local repository namespaces and classes by using CIM and WMI * Query instances by using commands and WMI Query Language * Connect to remote computers by using CIM and WMI cmdlets * Query repository classes from remote computers by using CIMSession objects 18 - QUERY AND MANIPULATE REPOSITORY OBJECTS BY USING CIM AND WMI METHODS * Discover methods of repository objects by using CIM and WMI * Locate class methods and documentation by using CIM and WMI * Invoke methods of repository objects by using CIM and WMI 19 - MANAGE VARIABLES IN WINDOWS POWERSHELL SCRIPTS * Define variables in Windows PowerShell scripts * Create variable names in Windows PowerShell scripts * Assign values and types to variables in Windows PowerShell scripts * Identify the methods and properties of variables in Windows PowerShell scripts * Use string variables and methods in Windows PowerShell scripts * Use date variables and methods in Windows PowerShell scripts 20 - WORK WITH ARRAYS AND HASH TABLES IN WINDOWS POWERSHELL SCRIPTS * Define an array in Windows PowerShell scripts * Work with array lists in Windows PowerShell scripts * Define hash tables in Windows PowerShell Scripts * Work with hash tables in Windows PowerShell scripts 21 - CREATE AND RUN SCRIPTS BY USING WINDOWS POWERSHELL * Review Windows PowerShell scripts * Modify scripts in the PowerShell Gallery * Create scripts using Windows PowerShell * Review the PowerShellGet module in Windows PowerShell * Run scripts and set the execution policy in Windows PowerShell * Review Windows PowerShell and AppLocker * Sign the scripts digitally in Windows PowerShell 22 - WORK WITH SCRIPTING CONSTRUCTS IN WINDOWS POWERSHELL * Review and use the ForEach loop in Windows PowerShell scripts * Review and use the If construct in Windows PowerShell scripts * Review and use the Switch construct in Windows PowerShell scripts * Review the For construct in Windows PowerShell scripts * Review other loop constructs in Windows PowerShell scripts * Review Break and Continue in Windows PowerShell scripts 23 - IMPORT DATA IN DIFFERENT FORMATS FOR USE IN SCRIPTS BY USING WINDOWS POWERSHELL CMDLETS * Use the Get-Content command in Windows PowerShell scripts * Use the Import-Csv cmdlet in Windows PowerShell scripts * Use the Import-Clixml cmdlet in Windows PowerShell scripts * Use the ConvertFrom-Json cmdlet in Windows PowerShell scripts 24 - USE METHODS TO ACCEPT USER INPUTS IN WINDOWS POWERSHELL SCRIPTS * Identify values that might change in Windows PowerShell scripts * Use the Read-Host cmdlet in Windows PowerShell scripts * Use the Get-Credential cmdlet in Windows PowerShell scripts * Use the Out-GridView cmdlet in Windows PowerShell scripts * Pass parameters to a Windows PowerShell script 25 - TROUBLESHOOT SCRIPTS AND HANDLE ERRORS IN WINDOWS POWERSHELL * Interpret error messages generated for Windows PowerShell commands * Add output to Windows PowerShell scripts * Use breakpoints in Windows PowerShell scripts * Interpret error actions for Windows PowerShell commands 26 - USE FUNCTIONS AND MODULES IN WINDOWS POWERSHELL SCRIPTS * Review functions in Windows PowerShell scripts * Use variable scope in Windows PowerShell scripts * Create modules in Windows PowerShell scripts * Use the dot sourcing feature in Windows PowerShell 27 - MANAGE SINGLE AND MULTIPLE COMPUTERS BY USING WINDOWS POWERSHELL REMOTING * Review the remoting feature of Windows PowerShell * Compare remoting with remote connectivity * Review the remoting security feature of Windows PowerShell * Enable remoting by using Windows PowerShell * Use one-to-one remoting by using Windows PowerShell * Use one-to-many remoting by using Windows PowerShell * Compare remoting output with local output 28 - USE ADVANCED WINDOWS POWERSHELL REMOTING TECHNIQUES * Review common remoting techniques of Windows PowerShell * Send parameters to remote computers in Windows PowerShell * Set access protection to variables, aliases, and functions by using the scope modifier * Enable multi-hop remoting in Windows PowerShell 29 - MANAGE PERSISTENT CONNECTIONS TO REMOTE COMPUTERS BY USING WINDOWS POWERSHELL SESSIONS * Review persistent connections in Windows PowerShell * Create and manage persistent PSSessions by using Windows PowerShell * Disconnect PSSessions by using Windows PowerShell * Review the feature of implicit remoting in Windows PowerShell 30 - REVIEW AZURE POWERSHELL MODULE * Review Azure PowerShell * Review the benefits of the Azure PowerShell module * Install the Azure PowerShell module * Migrate Azure PowerShell from AzureRM to Azure * Review Microsoft Azure Active Directory module for Windows PowerShell and Azure Active Directory PowerShell for Graph modules 31 - REVIEW THE FEATURES AND TOOLS FOR AZURE CLOUD SHELL * Review the characteristics of Azure Cloud Shell * Review the features and tools of Azure Cloud Shell * Configure and experiment with Azure Cloud Shell 32 - MANAGE AZURE RESOURCES WITH WINDOWS POWERSHELL * Create a new Azure virtual machine by using Windows PowerShell commands * Manage Azure virtual machines by using Windows PowerShell commands * Manage Azure related storage by using Azure PowerShell * Manage Azure subscriptions by using Azure PowerShell 33 - MANAGE USERS, GROUPS, AND LICENSES IN MICROSOFT ENTRA ID BY USING WINDOWS POWERSHELL * Review benefits to manage Microsoft 365 services by using Windows PowerShell * Connect to the Microsoft 365 tenant by using Windows PowerShell * Manage users in Microsoft 365 by using Windows PowerShell * Manage groups in Microsoft 365 by using Windows PowerShell * Manage roles in Microsoft 365 by using Windows PowerShell * Manage licenses in Microsoft 365 by using Windows PowerShell 34 - MANAGE EXCHANGE ONLINE BY USING WINDOWS POWERSHELL * Connect to Exchange Online by using Windows PowerShell * Manage mailboxes in Exchange Online by using Windows PowerShell * Manage resources in Exchange Online by using Windows PowerShell * Manage admin roles in Exchange Online by using Windows PowerShell 35 - MANAGE SHAREPOINT ONLINE BY USING WINDOWS POWERSHELL * Install and connect to SharePoint Online Management Shell by using Windows PowerShell * Manage SharePoint Online users and groups by using Windows PowerShell * Manage SharePoint sites by using Windows PowerShell * Manage SharePoint Online external user sharing by using Windows PowerShell 36 - MANAGE MICROSOFT TEAMS BY USING WINDOWS POWERSHELL * Review Microsoft Teams PowerShell module * Install the Microsoft Teams PowerShell module * Manage teams with Microsoft Teams PowerShell module 37 - CREATE AND MANAGE BACKGROUND JOBS USING WINDOWS POWERSHELL * Define the types of background jobs in Windows PowerShell * Start remote jobs and CIM/WMI jobs in Windows PowerShell * Monitor jobs in Windows PowerShell * Retrieve results for running jobs in Windows PowerShell 38 - CREATE AND MANAGE SCHEDULED JOBS USING WINDOWS POWERSHELL * Create and run Windows PowerShell scripts as scheduled tasks * Define scheduled jobs in Windows PowerShell * Create job option and job trigger objects in Windows PowerShell * Create and register a scheduled job in Windows PowerShell * Retrieve the results from a scheduled job in Windows PowerShell

AZ-040T00 Automating Administration with Powershell
Delivered Online6 days, Jun 3rd, 13:00 + 9 more
£2975

SharePoint - Site Basics (Modern Experience)

By Nexus Human

Duration 1 Days 6 CPD hours This course is intended for This course is designed for Microsoft© Windows© and Microsoft Office users who are transitioning to a SharePoint environment, and who need to access information from and collaborate with team members within Microsoft SharePoint. Overview Launch a SharePoint site and navigate among the pages and resources provided by the site. Use SharePoint lists to track and view information. Use document libraries to store and organize documents. Find, share, and archive content stored in SharePoint. Author documents as a member of a SharePoint team site. Use SharePoint workflow automation tools. In many professional environments, people work collaboratively in teams. Information technology and applications facilitate this by enabling people to easily share, access, edit, and save information. Microsoft© SharePoint© is a platform specifically designed to facilitate communication and collaboration, enabling people to use familiar applications and web-based tools to create, access, store, and track documents and data in a central location. In this course, you will use SharePoint to access, store, share, and collaborate with information and documents. Prerequisites To ensure your success in this course, you should have basic end-user skills with a current version of Microsoft Windows. LESSON 1: NAVIGATING SHAREPOINT SITES * Topic A: Launch SharePoint * Topic B: Gain Access to a Site You Didn't Create * Topic C: Navigate Within a SharePoint Site * Topic D: Access SharePoint from Your Mobile Device LESSON 2: USING LISTS TO TRACK INFORMATION * Topic A: Add and Populate Lists * Topic B: Change View Options * Topic C: Create a Custom View LESSON 3: USING DOCUMENT LIBRARIES TO SHARE AND ORGANIZE DOCUMENTS * Topic A: Store Files in a Document Library * Topic B: Create and Use Document Templates LESSON 4: FINDING, SHARING, AND ARCHIVING CONTENT * Topic A: Search for Items in Lists or Libraries * Topic B: Share Through Links * Topic C: Move Files Offline LESSON 5: AUTHORING DOCUMENTS AS A TEAM * Topic A: Work Together on Documents * Topic B: Manage File Versions and Document Recovery LESSON 6: AUTOMATING BUSINESS PROCESSES * Topic A: Use Rule-Based Automation * Topic B: Use Power Automate to Automate a Workflow

SharePoint - Site Basics (Modern Experience)
Delivered OnlineTwo days, Jun 5th, 13:00 + 1 more
£495

Microsoft SharePoint

5.0(3)

By Systems & Network Training

SUPPORTING MICROSOFT SHAREPOINT COURSE DESCRIPTION A concise hands on course enabling delegates to manage and administer a SharePoint site. WHAT WILL YOU LEARN * Perform initial farm configuration. * Use stsadm commands. * Manage content. * Secure SharePoint. * Customise SharePoint search. * Monitor and performance tune SharePoint. SUPPORTING MICROSOFT SHAREPOINT SERVER COURSE DETAILS * Who will benefit: Anyone working with Microsoft SQL server * Prerequisites: SharePoint Administrators. * Duration 2 days SUPPORTING MICROSOFT SHAREPOINT COURSE CONTENTS * SharePoint Introduction A SharePoint installation. Initial farm configuration. Creating a site collection. * Administering SharePoint Stsadm commands, automation with PowerShell. * Managing content Lists, libraries, items and documents * Security SecureStore, Users and groups, roles and role assignments. Permission levels. * SharePoint search Configure search, refine search. * SharePoint performance Diagnostic logging, logging levels, Health anaylzer, performance bottlenecks.

Microsoft SharePoint
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£1727

55354 Administering Office 365

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is intended for IT professionals who are responsible for planning, configuring, and managing an Office 365 environment. Students who attend this course are expected to have a fairly broad understanding of several on-premises technologies such as Domain Name System (DNS) and Active Directory Domain Services (AD DS). In addition, they should have a general understanding of Microsoft Exchange Server, Microsoft Teams, and Microsoft SharePoint. Overview Plan and provision Office 365 Manage Users and Groups in Office 365 Deploy and Configure Tools and Applications for Office 365 Plan and Manage Exchange Online Plan and Manage SharePoint Online Plan and Manage Microsoft Teams Plan and Manage other Office 365 Services Implement Security and Compliance in Office 365 Report, Monitor and Troubleshoot Office 365 This five-day course describes how to set up, configure and manage an Office 365 tenant including identities, and the core services of Microsoft 365. In this five-day course, you will learn how to plan the configuration of an Office 365 tenant including integration with existing user identities; plan, configure and manage core services; and report on key metrics. Although this course and the associated labs are written for Office 365 with Windows 11, the skills taught will also be backwards compatible with Windows 10. This course is based on the features available in the Office 365 E3 license as these are the core features in Office 365 and Microsoft 365 plans. 1 - PLANNING AND PROVISIONING OFFICE 365 * Overview of Office 365 * Core Services of Office 365 * Requirements for an Office 365 Tenant * Planning a Pilot and Deployment * Creating an Office 365 Tenant * Adding Custom Domains and Managing DNS Settings * Lab: Provisioning Office 365 2 - MANAGING USERS AND GROUPS IN OFFICE 365 * Managing User Accounts and Licences * Managing Passwords and Authentication * Create and Managing the Different Types of Groups in Office 365 * Managing Users and Groups with PowerShell * Managing Users and Groups in the Azure AD Admin Center * Role Based Access and Administrative Roles * Planning and Configuring Directory Synchronization * Lab: Managing Users and Groups in Office 365 * Lab: Planning and Configuring Directory Synchronisation 3 - DEPLOYING AND CONFIGURING TOOLS AND APPLICATIONS FOR OFFICE 365 * Planning Network Configuration for Office 365 Tools and Applications * Using the Office Configuration Tool * Click to Run Installation Use and Control * Managing Centralized Deployment of Tools, Applications and Add-ins * Reporting * Lab: Deploying and Configuring Tools and Applications for Office 365 4 - PLANNING AND MANAGING EXCHANGE ONLINE * What is Exchange Online * Managing Exchange Online Mailboxes * Managing Office 365 Groups in Exchange Online * Configuring Exchange Online Permissions * Managing Exchange Online using PowerShell * Plan and Configure Mail Flow * Plan and Configure Email Protection * Lab: Planning and Managing Exchange Online 5 - PLANNING AND MANAGING SHAREPOINT ONLINE * What is SharePoint Online * Understanding the relationship between SharePoint, OneDrive, Teams, and Office 365 Groups * SharePoint Online Architecture * Configure SharePoint Online * Configure and Control External Sharing * Managing SharePoint Online Site Collections * Managing SharePoint Online using PowerShell * Lab: Planning and Managing SharePoint Online 6 - PLANNING AND MANAGING MICROSOFT TEAMS * What is Microsoft Teams * How Microsoft Teams integrates with other Office 365 Services * Create and Manage Organization Wide Settings * Create, Manage and Assign Microsoft Teams Policies * Plan and Configure External and Guest Access * Managing Microsoft Teams using PowerShell * Lab: Planning and Managing Microsoft Teams 7 - PLANNING AND MANAGING OTHER OFFICE 365 SERVICES * Yammer * Planner * Visio * Bookings * Delve * Forms * Power Platform * Stream * Sway * Viva * Scheduler * Add-ins, including Find Time and Junk Reporter * Lab: Planning and Managing Office 365 Services 8 - SECURITY AND COMPLIANCE IN OFFICE 365 * Overview of Security and Compliance Features in Office 365 * Extending Security and compliance Features with Additional Licences * Using the Microsoft Defender Portal and Secure Score * Using the Office 365 Compliance Portal and Compliance Score * Plan and Configure Retention Labels and Policies * Plan and Configure Data Loss Prevention Policies * Create and Assign Sensitivity Labels * Configure Safe Attachments and Safe Links Policies * Plan and Configure Multi Factor Authentication * Lab: Configure Security and Compliance in Office 365 9 - REPORTING, MONITORING AND TROUBLESHOOTING OFFICE 365 * Monitoring Office 365 Service Health * Troubleshooting Administrative Access in Office 365 * Troubleshoot Directory Synchronization * Troubleshooting Exchange Online * Troubleshooting SharePoint Online * Troubleshooting Microsoft Teams * Troubleshooting Office 365 Security and Compliance * Lab: Reporting, Monitoring and Troubleshooting in Office 365

55354 Administering Office 365
Delivered Online6 days, Jun 10th, 13:00 + 3 more
£2975

Microsoft SharePoint

5.0(2)

By Studyhub UK

OVERVIEW In today's fast-paced digital world, mastering the art of collaboration tools can set you apart. Let's take a look into the features of Microsoft SharePoint, a dynamic platform tailored to foster team synergy. Our course takes you on an enlightening journey, from understanding the fundamental interface to personalising your workspace with bespoke logos and hues. Navigate the complexities of user and group additions, discover the magic of integrating applications, and master the art of document management. By the culmination of this course, you'll be adept at leveraging SharePoint's diverse features and optimising team collaboration like never before. From the course's outset, a meticulous screen tour familiarises learners with the platform's nooks and crannies. As we venture deeper, participants will be guided through the detailed steps of customising their site, ensuring it resonates with their brand identity. But the learning doesn't stop at aesthetic alterations; the course dives into the crux of effective team management by teaching learners the ins and outs of adding users, creating groups, and establishing robust document libraries. In a world where efficient document management is paramount, our course equips you with the know-how to swiftly upload and download files, ensuring seamless document flow. Beyond mere theoretical knowledge, our curriculum facilitates learners' understanding through real-world applications, ensuring they emerge with a holistic understanding of Microsoft SharePoint, ready to conquer any collaborative challenge thrown their way. Learning Outcomes of our Microsoft SharePoint course 1. Comprehend the foundational concepts of Microsoft SharePoint. 2. Navigate and personalise the platform's interface efficiently. 3. Customise a site with brand-specific logos and colour schemes. 4. Efficiently manage user additions and group creations. 5. Seamlessly integrate applications into the SharePoint site. 6. Design and modify pages to enhance user experience. 7. Master the nuances of setting up document libraries and managing document flow. WHY BUY THIS MICROSOFT SHAREPOINT? 1. Unlimited access to the course for forever 2. Digital Certificate, Transcript, student ID all included in the price 3. Absolutely no hidden fees 4. Directly receive CPD accredited qualifications after course completion 5. Receive one to one assistance on every weekday from professionals 6. Immediately receive the PDF certificate after passing 7. Receive the original copies of your certificate and transcript on the next working day 8. Easily learn the skills and knowledge from the comfort of your home CERTIFICATION After studying the course materials of the Microsoft SharePoint there will be a written assignment test which you can take either during or at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £5.99. Original Hard Copy certificates need to be ordered at an additional cost of £9.60. WHO IS THIS COURSE FOR? This Microsoft SharePoint course is ideal for * Individuals aiming to bolster their collaborative tool expertise. * Team leaders looking to streamline group interactions and workflow. * Digital designers wishing to personalise collaborative platforms. * IT professionals aspiring to widen their toolset for enhanced job performance. * Business owners desiring an effective, branded collaborative space for their teams.  PREREQUISITES This Microsoft SharePoint does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Microsoft SharePoint was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. CAREER PATH * SharePoint Developer: £40,000 - £60,000 Annually * SharePoint Administrator: £35,000 - £55,000 Annually * IT Manager with SharePoint knowledge: £45,000 - £70,000 Annually * SharePoint Consultant: £50,000 - £75,000 Annually * Business Analyst specialising in SharePoint: £42,000 - £62,000 Annually * Digital Workspace Specialist: £38,000 - £58,000 Annually COURSE CURRICULUM Microsoft SharePoint Module 01: Microsoft SharePoint overview 00:09:00 Module 02: Screen tour 00:10:00 Module 03: Adding logos and colours to your site 00:01:00 Module 04: Adding users 00:06:00 Module 05: Adding groups 00:08:00 Module 06: Adding apps to your site 00:03:00 Module 07: Setting up your links 00:14:00 Module 08: Adding and changing pages 00:04:00 Module 09: Setting up your document libraries 00:06:00 Module 10: Uploading and downloading documents 00:06:00 Assignment Assignment - Microsoft SharePoint 00:00:00

Microsoft SharePoint
Delivered Online On Demand
£10.99

Learn the Fundamentals of Microsoft SharePoint

4.8(8)

By Skill Up

This course will help you become a proficient user of Microsoft SharePoint by covering its key functions. Master SharePoint's diverse features for efficient team collaboration.

Learn the Fundamentals of Microsoft SharePoint
Delivered Online On Demand
£25

Microsoft SharePoint 365 Essentials

4.3(43)

By John Academy

DESCRIPTION:  You will learn the necessary skills, knowledge and information about Microsoft SharePoint 365 through this course. In this course you will learn how to sign on to the Microsoft Office 365 portal, and see where the SharePoint content will be stored. You will learn the Home Page of the portal, where to sign into Team Site and the Office 365 web apps, including outlook. Through share point essentials you will look at the Team Site and how to navigate around and view the SharePoint Site. SharePoint online is the Office 365 answer to collaboration. SharePoint online will let you manage documents and information in one place that customers and colleagues can access from virtually anywhere. WHO IS THE COURSE FOR? * Professionals who want to learn about the basic features of Microsoft SharePoint 365 * People who have an interest in knowing the essentials in Microsoft SharePoint 365 ENTRY REQUIREMENT: * This course is available to all learners, of all academic backgrounds.  * Learners should be aged 16 or over to undertake the qualification. * Good understanding of English language, numeracy and ICT are required to attend this course. ASSESSMENT: * At the end of the course, you will be required to sit an online multiple-choice test. Your test will be assessed automatically and immediately so that you will instantly know whether you have been successful. * Before sitting for your final exam you will have the opportunity to test your proficiency with a mock exam. CERTIFICATION: * After you have successfully passed the test, you will be able to obtain an Accredited Certificate of Achievement. You can however also obtain a Course Completion Certificate following the course completion without sitting for the test. Certificates can be obtained either in hardcopy at a cost of £39 or in PDF format at a cost of £24. * PDF certificate's turnaround time is 24 hours and for the hardcopy certificate, it is 3-9 working days. WHY CHOOSE US? * Affordable, engaging & high-quality e-learning study materials; * Tutorial videos/materials from the industry leading experts; * Study in a user-friendly, advanced online learning platform; * Efficient exam systems for the assessment and instant result; * The UK & internationally recognised accredited qualification; * Access to course content on mobile, tablet or desktop from anywhere anytime; * The benefit of career advancement opportunities; * 24/7 student support via email. CAREER PATH: The Microsoft SharePoint 365 Essentials course would be beneficial for any type of professions or careers such as: * Administrative Assistant * Administrator * Office Manager * Personal Assistant * Secretary. Microsoft SharePoint 365 Essentials Module One - Getting Started 00:30:00 Module Two - Basic SharePoint Concepts 01:00:00 Module Three - Working with My Site 01:00:00 Module Four - Working with SharePoint Content 01:00:00 Module Five - Working with Libraries 01:00:00 Module Six - Working with Lists 01:00:00 Module Seven - Working with Other Types of Lists 01:00:00 Module Eight - Working with Calendars 01:00:00 Module Nine - Working with Sites and Pages 01:00:00 Module Ten - Working with Views 01:00:00 Module Eleven - Using Workflows 01:00:00 Module Twelve - Wrapping Up 00:30:00 Activities - Microsoft SharePoint 365 Essentials 00:00:00 Mock Exam Mock Exam- Microsoft SharePoint 365 Essentials 00:20:00 Final Exam Final Exam- Microsoft SharePoint 365 Essentials 00:20:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Microsoft SharePoint 365 Essentials
Delivered Online On Demand
£19

Microsoft SharePoint 365 Skills Training

By iStudy UK

> DO YOU NEED TO ACCESS OFFICE DATA FROM YOUR HOME? DO YOU WANT TO UPGRADE YOUR > SKILL OF MICROSOFT SHAREPOINT ESSENTIAL 365? THE COURSE WILL HELP YOU TO GAIN > COMPLETE KNOWLEDGE OF MICROSOFT SHARE POINT 365. SharePoint Online is a cloud-based service that helps the organisation and companies to share data, internal sites, and documents and to collaborate with colleagues, partners, and customers from anywhere- at the office, at home, or from a mobile device. Microsoft Share Point is the Office 365 answer to collaboration. In Microsoft SharePoint 365 Essentials course, you will learn the necessary information, features and functions of Microsoft SharePoint. The course will teach you how to sign on to the Microsoft Office 365 portal, where to sign into Team Site and the Office 365 web apps, how to look at the Team Site and how to navigate around and view the SharePoint Site or where to store the Share Point content. The course will also teach the basics of Microsoft Outlook. By the end of the course, you will be able to contact with customers virtually and can access necessary information from anywhere. COURSE HIGHLIGHTS Microsoft SharePoint 365 Skills Training is an award winning and the best selling course that has been given the CPD Certification & IAO accreditation. It is the most suitable course anyone looking to work in this or relevant sector. It is considered one of the perfect courses in the UK that can help students/learners to get familiar with the topic and gain necessary skills to perform well in this field. We have packed Microsoft SharePoint 365 Skills Training into 13 modules for teaching you everything you need to become successful in this profession. To provide you ease of access, this course is designed for both part-time and full-time students. You can become accredited in just 11 hours, 40 minutes hours and it is also possible to study at your own pace. We have experienced tutors who will help you throughout the comprehensive syllabus of this course and answer all your queries through email. For further clarification, you will be able to recognize your qualification by checking the validity from our dedicated website. WHY YOU SHOULD CHOOSE MICROSOFT SHAREPOINT 365 SKILLS TRAINING * Lifetime access to the course * No hidden fees or exam charges * CPD Accredited certification on successful completion * Full Tutor support on weekdays (Monday - Friday) * Efficient exam system, assessment and instant results * Download Printable PDF certificate immediately after completion * Obtain the original print copy of your certificate, dispatch the next working day for as little as £9. * Improve your chance of gaining professional skills and better earning potential. WHO IS THIS COURSE FOR? Microsoft SharePoint 365 Skills Training is CPD certified and IAO accredited. This makes it perfect for anyone trying to learn potential professional skills. As there is no experience and qualification required for this course, it is available for all students from any academic backgrounds. REQUIREMENTS Our Microsoft SharePoint 365 Skills Training is fully compatible with any kind of device. Whether you are using Windows computer, Mac, smartphones or tablets, you will get the same experience while learning. Besides that, you will be able to access the course with any kind of internet connection from anywhere at any time without any kind of limitation. > Please Note: For practice purpose, you should have an account with Microsoft > Office 365. You can either buy or use free trial version account from > Microsoft. CAREER PATH You will be ready to enter the relevant job market after completing this course. You will be able to gain necessary knowledge and skills required to succeed in this sector. All our Diplomas' are CPD and IAO accredited so you will be able to stand out in the crowd by adding our qualifications to your CV and Resume. Module One - Getting Started 00:30:00 Module Two - Basic SharePoint Concepts 01:00:00 Module Three - Working with My Site 01:00:00 Module Four - Working with SharePoint Content 01:00:00 Module Five - Working with Libraries 01:00:00 Module Six - Working with Lists 01:00:00 Module Seven - Working with Other Types of Lists 01:00:00 Module Eight - Working with Calendars 01:00:00 Module Nine - Working with Sites and Pages 01:00:00 Module Ten - Working with Views 01:00:00 Module Eleven - Using Workflows 01:00:00 Module Twelve - Wrapping Up 00:30:00 Activities - Microsoft SharePoint 365 Essentials 00:00:00 Mock Exam Mock Exam- Microsoft SharePoint 365 Essentials 00:20:00 Final Exam Final Exam- Microsoft SharePoint 365 Essentials 00:20:00

Microsoft SharePoint 365 Skills Training
Delivered Online On Demand
£25

Microsoft SharePoint 2016 For Users

4.3(43)

By John Academy

DESCRIPTION: Microsoft SharePoint, a web-based co-working platform, helps the business organisations to share documents and ideas. This document management platform allows the users to work effectively and collaboratively with other members. Through the Microsoft SharePoint 2016 For Users, you will learn how to navigate and use Microsoft SharePoint and how to manage the documents or how to find out the desired contents, documents, etc. The Microsoft SharePoint 2016 For Users teaches you to use the application using lists and how to use the communication and collaboration features, or how to use the application with Microsoft word program, etc. The course provides all the necessary information that a user may need to operate or navigate the program through different devices. LEARNING OUTCOMES: * Accessing and navigating through SharePoint sites * Adding documents and searching in SharePoint sites * Filter, group and sort lists, while also adding item to lists, modifying them and configuring views * Collaborating with others by sharing and updating profiles, sharing and following content, and creating blog posts * Using SharePoint across other Microsoft Office programs like Outlook * Integrate SharePoint with OneDrive and using it on mobile devices ASSESSMENT: * At the end of the course, you will be required to sit for an online MCQ test. Your test will be assessed automatically and immediately. You will instantly know whether you have been successful or not. * Before sitting for your final exam you will have the opportunity to test your proficiency with a mock exam. CERTIFICATION: * After completing and passing the course successfully, you will be able to obtain an Accredited Certificate of Achievement. * Certificates can be obtained either in hard copy at a cost of £39 or in PDF format at a cost of £24. WHO IS THIS COURSE FOR? Microsoft SharePoint 2016 For Users is certified by CPD Qualifications Standards and CiQ. This makes it perfect for anyone trying to learn potential professional skills. As there is no experience and qualification required for this course, it is available for all students from any academic background. REQUIREMENTS Our Microsoft SharePoint 2016 For Users is fully compatible with any kind of device. Whether you are using Windows computer, Mac, smartphones or tablets, you will get the same experience while learning. Besides that, you will be able to access the course with any kind of internet connection from anywhere at any time without any kind of limitation. CAREER PATH After completing this course you will be able to build up accurate knowledge and skills with proper confidence to enrich yourself and brighten up your career in the relevant job market. Opening and Navigating SharePoint Team Sites Access SharePoint Sites 00:15:00 Navigate SharePoint Sites 00:15:00 Working with SharePoint Content Adding Documents 00:15:00 Searching SharePoint 00:15:00 Using Lists Add Items to Lists 00:15:00 Modifying List Items 00:15:00 Configure List Views 00:15:00 Filter, Group, and Sort List Data 00:15:00 Using Collaboration and Communication Features Update and Share Your Profile 00:15:00 Share and Follow SharePoint Content 00:15:00 Create a Blog Post 00:30:00 Using SharePoint with Microsoft Office Open and Save SharePoint Documents with Microsoft Office 00:15:00 Use Document Versions in Microsoft Office 00:30:00 Access SharePoint Using Outlook 2016 00:15:00 Accessing SharePoint Using Alternate Methods Synchronize OneDrive with SharePoint 00:15:00 Use SharePoint with a Mobile Device 00:15:00 Activities Activities - Microsoft SharePoint 2016 For Users 00:00:00 Mock Exam Mock Exam- Microsoft SharePoint 2016 For Users 00:20:00 Final Exam Final Exam- Microsoft SharePoint 2016 For Users 00:20:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Microsoft SharePoint 2016 For Users
Delivered Online On Demand
£25

Microsoft SharePoint Designer 2010 Essentials

4.3(43)

By John Academy

DESCRIPTION:  SharePoint Designer 2010 was created to design, build, and customize Web sites running on SharePoint Foundation 2010 and Microsoft SharePoint Server 2010. In this course, you will learn the necessary skills, knowledge, and information about Microsoft SharePoint Designer 2010.  You will appreciate this powerful tool since you will learn how to utilise it without knowing how to do coding. Also you learn the basic features of this program that could help you in website making. WHO IS THE COURSE FOR? * Professionals who want to learn about the basic features of Microsoft SharePoint Designer 2010 * People who have an interest in knowing the essentials in Microsoft SharePoint Designer 2010 ENTRY REQUIREMENT: * This course is available to all learners, of all academic backgrounds.  * Learners should be aged 16 or over to undertake the qualification. * Good understanding of English language, numeracy and ICT are required to attend this course. ASSESSMENT: * At the end of the course, you will be required to sit an online multiple-choice test. Your test will be assessed automatically and immediately so that you will instantly know whether you have been successful. * Before sitting for your final exam you will have the opportunity to test your proficiency with a mock exam. CERTIFICATION: * After you have successfully passed the test, you will be able to obtain an Accredited Certificate of Achievement. You can however also obtain a Course Completion Certificate following the course completion without sitting for the test. Certificates can be obtained either in hardcopy at a cost of £39 or in PDF format at a cost of £24. * PDF certificate's turnaround time is 24 hours and for the hardcopy certificate, it is 3-9 working days. WHY CHOOSE US? * Affordable, engaging & high-quality e-learning study materials; * Tutorial videos/materials from the industry leading experts; * Study in a user-friendly, advanced online learning platform; * Efficient exam systems for the assessment and instant result; * The UK & internationally recognised accredited qualification; * Access to course content on mobile, tablet or desktop from anywhere anytime; * The benefit of career advancement opportunities; * 24/7 student support via email. CAREER PATH: The Microsoft SharePoint Designer 2010 Essentials course is a useful qualification to possess and would be beneficial for any type of professions or careers such as: * Administrative Assistant * Administrator * Office Manager * Personal Assistant * Secretary. Microsoft SharePoint Designer 2010 Essentials Module One - Getting Started 00:30:00 Module Two - Opening and Closing SharePoint Designer 01:00:00 Module Three - Creating and Opening Sites 01:00:00 Module Four - Working with Sites 01:00:00 Module Five - Working with Lists and Libraries 01:00:00 Module Six - Working with Site Pages and Master Pages 01:00:00 Module Seven - Working with Content Types 01:00:00 Module Eight - Working with Data Views and Forms 01:00:00 Module Nine - Working with Workflows 01:00:00 Module Ten - Connecting to Data 01:00:00 Module Eleven - Working with Templates 01:00:00 Module Twelve - Wrapping Up 00:30:00 Mock Exam Mock Exam- Microsoft Sharepoint Designer 2010 Essentials 00:20:00 Final Exam Final Exam- Microsoft Sharepoint Designer 2010 Essentials 00:20:00 Order Your Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Microsoft SharePoint Designer 2010 Essentials
Delivered Online On Demand
£21
123...6

Educators matching "Microsoft Sharepoint"

Show all 27
Archway Computer Training

archway computer training

Archway Computer Training provides computer training Dorset, Wiltshire, Hampshire and Somerset. Our computer training includes Microsoft Office training, Microsoft Project training , Microsoft SharePoint training , SQL training and Crystal Reports training. As well as computer training Dorset, Wiltshire, Somerset and Hampshire, Archway Computer Training also provide Professional Development training . This includes Presentation Skills training, Time Management training, Train the Trainer training and Train the IT Trainer training. We usually train on client site where we can adapt the training to meet YOUR needs . We even use your files if required. We provide provisional training course outlines. Consequently, present skills levels and those required for job roles can readily be pinpointed. Furthermore, our trainers discuss with you your exact requirements. As a result, learners will quickly pick up the skills they need for their job roles. This ensures you will be fully satisfied with the training. Archway Computer Training take pride in delivering the training at the right pace to maximise retention for each individual; hence learners feel empowered with new found skills that they can apply to their work. Where training face-to-face may still not be viable, we are also offering training by videoconferencing means, usually via Microsoft Teams or Zoom. Do get in contact if we can help you in this way. Click for further details of upcoming sessions. We are also happy to do customised online training to meet your requirements. Contact us for further details.