Authorized Microsoft Training Courses

Authorized Microsoft Training Courses

Practical Microsoft authorized training courses are official courses covering a wide range of topics related to well-known Microsoft products, such as: Microsoft Azure, Microsoft Share Point, Microsoft Office 365, Microsoft Windows Server, Microsoft SQL Server, Power Platform, Dynamics 365.
Microsoft certified training is available as "onsite live training" or "online live training". On-site training can take place locally at the customer's premises in the US or in NobleProg training centers in the US. Remote online training is done using an interactive remote desktop DaDesktop .

NobleProg -- Your local training provider.

Testimonials

★★★★★
★★★★★

Authorized Microsoft Course Outlines

Course Name
Duration
Overview
Course Name
Duration
Overview
28 hours
AI-102 Designing and Implementing an Azure AI Solution is intended for software developers wanting to build AI infused applications that leverage Azure Cognitive Services, Azure Cognitive Search, and Microsoft Bot Framework. The course will use C# or Python as the programming language. Audience Profile Software engineers concerned with building, managing and deploying AI solutions that leverage Azure Cognitive Services, Azure Cognitive Search, and Microsoft Bot Framework. They are familiar with C# or Python and have knowledge on using REST-based APIs to build computer vision, language analysis, knowledge mining, intelligent search, and conversational AI solutions on Azure.
35 hours
This course provides the knowledge and skills to design and implement DevOps processes and practices. Students will learn how to plan for DevOps, use source control, scale Git for an enterprise, consolidate artifacts, design a dependency management strategy, manage secrets, implement continuous integration, implement a container build strategy, design a release strategy, set up a release management workflow, implement a deployment pattern, and optimize feedback mechanisms. Audience profile Students in this course are interested in designing and implementing DevOps processes or in passing the Microsoft Azure DevOps Solutions certification exam. Job role: DevOps Engineer Preparation for exam: AZ-400   Skills gained
  • Plan for the transformation with shared goals and timelines
  • Select a project and identify project metrics and Key Performance Indicators (KPI's)
  • Create a team and agile organizational structure
  • Design a tool integration strategy
  • Design a license management strategy (e.g. Azure DevOps and GitHub users)
  • Design a strategy for end-to-end traceability from work items to working software
  • Design an authentication and access strategy
  • Design a strategy for integrating on-premises and cloud resources
  • Describe the benefits of using Source Control
  • Describe Azure Repos and GitHub
  • Migrate from TFVC to Git
  • Manage code quality including technical debt SonarCloud, and other tooling solutions
  • Build organizational knowledge on code quality
  • Explain how to structure Git repos
  • Describe Git branching workflows
  • Leverage pull requests for collaboration and code reviews
  • Leverage Git hooks for automation
  • Use Git to foster inner source across the organization
  • Explain the role of Azure Pipelines and its components
  • Configure Agents for use in Azure Pipelines
  • Explain why continuous integration matters
  • Implement continuous integration using Azure Pipelines
  • Define Site Reliability Engineering
  • Design processes to measure end-user satisfaction and analyze user feedback
  • Design processes to automate application analytics
  • Manage alerts and reduce meaningless and non-actionable alerts
  • Carry out blameless retrospectives and create a just culture
  • Define an infrastructure and configuration strategy and appropriate toolset for a release pipeline and application infrastructure
  • Implement compliance and security in your application infrastructure
  • Describe the potential challenges with integrating open-source software
  • Inspect open-source software packages for security and license compliance
  • Manage organizational security and compliance policies
  • Integrate license and vulnerability scans into build and deployment pipelines
  • Configure build pipelines to access package security and license ratings
7 hours
Learn the business value and product capabilities of Power Platform. Create simple Power Apps, connect data with Common Data Service, build a Power BI Dashboard, automate a process with Power Automate, and build a chatbot with Power Virtual Agents After completing this course, students will be able to:
  • Describe the Power Platform components
  • Describe Common Data Service, Connectors and AI builder
  • Describe cross-cloud scenarios across M365, Dynamics 365, Microsoft Azure and 3rd party services
  • Identify benefits and capabilities of Power Platform
  • Identify the basic functionality and business value Power Platform components
  • Implement simple solutions with Power Apps, Power Automate, Power BI, and Power Virtual Agents
35 hours
About This Course

This five-day Training 2-Pack helps you prepare for Microsoft Technology Associate Exams 98-361 and 98-365, and build an understanding of these topics: Core Programming, Object-Oriented Programming, General Software Development, Web Applications, Desktop Applications, Databases, Manage the Application Life Cycle, Build the User Interface by Using HTML5, Format the User Interface by Using CSS, and Code by Using JavaScript. These courses leverage the same content as found in the Microsoft Official Academic Courses (MOAC) for these exams. Audience Profile

The Microsoft Technology Associate (MTA) is Microsoft’s newest suite of technology certification exams that validate fundamental knowledge needed to begin building a career using Microsoft technologies. This program provides an appropriate entry point to a future career in technology and assumes some hands-on experience or training but does not assume on-the-job experience. At Course Completion

After completing this course, students will be able to:
  • Understand Core Programming
  • Understand Object-Oriented Programming
  • Understand General Software Development
  • Understand Web Applications
  • Understand Desktop Applications
  • Understand Databases
  • Manage the Application Life Cycle
  • Build the User Interface by Using HTML5
  • Format the User Interface by Using CSS
  • Code by Using JavaScript
35 hours
About This Course The course focuses on C# program structure, language syntax, and implementation detailswith .NET Framework 4.0. This course describes the new enhancements in the C# 4.0 language by using Visual Studio 2010. In this course, lower-intermediate level programmers gain the knowledge and skills they need to develop C# applications for the Microsoft .NET Framework 4.0. The course highlights the structure of C# 4.0 programs, language syntax, and implementation details. This course is not mapped to any exam. Audience Profile This course is intended for experienced developers who already have programming experience in C, C++, Visual Basic, or Java and understand the concepts of object-oriented programming. This course is not designed for new programmers; it is targeted at professional developers with at least 12 months experience of programming in an object-oriented environment. At Course Completion After completing this course, students will be able to:
  • Explain the purpose of the .NET Framework, and understand how to use C#  and Visual Studio 2010 to build .NET Framework applications. 
  • Understand the syntax of basic C# programming constructs.
  • Create and call methods in a C# application. 
  • Catch, handle and throw exceptions.
  • Perform basic file IO operations in a C# application.
  • Create and use new types (enumerations, classes, and structures), and understand the differences between reference types and value types.
  • Control the visibility and lifetime of members in a type.
  • Use inheritance to create new reference types.
  • Manage the lifetime of objects and control the use of resources.
  • Define properties and indexers to encapsulate data, and define operators for this data.
  • Decouple an operation from the method that implements an operation, and use these decoupled operations to handle asynchronous events.
  • Use collections to aggregate data, and use Generics to implement type-safe collection classes, structures, interfaces, and methods.
  • Implement custom collection classes that support enumeration.
  • Query in-memory data by using LINQ.
  • Integrate code written by using a dynamic language such as Ruby and Python, or technologies such as COM, into a C# application
35 hours
In this 5-day course, students will learn the basics of computer programming through the use of Microsoft Visual Studio 2013 and either the Visual C# or Visual Basic programming languages. The course assumes no prior programming experience and introduces the concepts needed to progress to the intermediate courses on programming, such as 20483B: Programming in C#.   The focus will be on core programming concepts such as computer storage, data types, decision structures, and repetition by using loops. The course also covers an introduction to object-oriented programming covering classes, encapsulation, inheritance, and polymorphism. Coverage is also included around exception handling, application security, performance, and memory management. At Course Completion
  • Explain core programming fundamentals such as computer storage and processing.
  • Explain computer number systems such as binary.
  • Create and use variables and constants in programs.
  • Explain how to create and use functions in a program.
  • Create and use decisions structures in a computer program.
  • Create and use repetition (loops) in a computer program.
  • Explain pseudocode and its role in programming.
  • Explain the basic computer data structures such as arrays, lists, stacks, and queues.
  • Implement object-oriented programming concepts.
  • Create and use classes in a computer program.
  • Implement encapsulation, inheritance, and polymorphism.
  • Describe the base class library (BCL) in the .NET Framework.
  • Explain the application security concepts.
  • Implement simple I/O in a computer program.
  • Identify application errors and explain how to debug an application and handle errors.
  • Identify the performance considerations for applications.
35 hours
About This Course This course provides an introduction to HTML5, CSS3, and JavaScript. This course helps students gain basic HTML5/CSS3/JavaScript programming skills. This course is an entry point into both the Web application and Windows Store apps training paths. The course focuses on using HTML5/CSS3/JavaScript to implement programming logic, define and use variables, perform looping and branching, develop user interfaces, capture and validate user input, store data, and create well-structured application.The lab scenarios in this course are selected to support and demonstrate the structure of various application scenarios. They are intended to focus on the principles and coding components/structures that are used to establish an HTML5 software application.This course uses Visual Studio 2017, running on Windows 10. Audience Profile This course is intended for professional developers who have 6-12 months of programming experience and who are interested in developing applications using HTML5 with JavaScript and CSS3 (either Windows Store apps for Windows 10 or web applications). At Course Completion After completing this course, students will be able to:
  • Explain how to use Visual Studio 2017 to create and run a Web application.
  • Describe the new features of HTML5, and create and style HTML5 pages.
  • Add interactivity to an HTML5 page by using JavaScript.
  • Create HTML5 forms by using different input types, and validate user input by using HTML5 attributes and JavaScript code.
  • Send and receive data to and from a remote data source by using XMLHTTPRequest objects and Fetch API.
  • Style HTML5 pages by using CSS3.
  • Create well-structured and easily-maintainable JavaScript code.
  • Write modern JavaScript code and use babel to make it compatible to all browsers.
  • Use common HTML5 APIs in interactive Web applications.
  • Create Web applications that support offline operations.
  • Create HTML5 Web pages that can adapt to different devices and form factors.
  • Add advanced graphics to an HTML5 page by using Canvas elements, and by using and Scalable Vector Graphics.
  • Enhance the user experience by adding animations to an HTML5 page.
  • Use Web Sockets to send and receive data between a Web application and a server.
  • Improve the responsiveness of a Web application that performs long-running operations by using Web Worker processes.
  • Use WebPack to package web applications for production.
35 hours
About This Course In this course, students will learn to develop advanced ASP.NET MVC applications using .NET Framework tools and technologies. The focus will be on coding activities that enhance the performance and scalability of a web application. ASP.NET MVC will be introduced and compared with Web Forms so that students know when each should/could be used. This course will also prepare the students for exam 70-486. Audience Profile This course is intended for professional web developers who use Microsoft Visual Studio in an individual-based or team-based, small-sized to large development environment. Candidates for this course are interested in developing advanced web applications and want to manage the rendered HTML comprehensively. They want to create websites that separate the user interface, data access, and application logic. At Course Completion   After completing this course, students will be able to:
  • Describe the Microsoft Web Technologies stack and select an appropriate technology to use to develop any given application.
  • Design the architecture and implementation of a web application that will meet a set of functional requirements, user interface requirements, and address business models.
  • Create MVC Models and write code that implements business logic within Model methods, properties, and events.
  • Add Controllers to an MVC Application to manage user interaction, update models, and select and return Views.
  • Create Views in an MVC application that display and edit data and interact with Models and Controllers.
  • Run unit tests and debugging tools against a web application in Visual Studio and configure an application for troubleshooting.
  • Develop a web application that uses the ASP.NET routing engine to present friendly URLs and a logical navigation hierarchy to users.
  • Implement a consistent look and feel, including corporate branding, across an entire MVC web application.
  • Use partial page updates and caching to reduce the network bandwidth used by an application and accelerate responses to user requests.
  • Write JavaScript code that runs on the client side and utilizes the jQuery script library to optimize the responsiveness of an MVC web application.
  • Implement a complete membership system in an MVC web application.
  • Build an MVC application that resists malicious attacks and persists information about users and preferences.
  • Describe how to write a Microsoft Azure web service and call it from and MVC application.
  • Describe what a Web API is and why developers might add a Web API to an application.
  • Modify the way browser requests are handled by an MVC application.
  • Describe how to package and deploy an ASP.NET MVC web application from a development computer to a web server for staging or production.
35 hours
This five-day Training 2-Pack course helps you prepare for Microsoft Technology Associate Exams 98-361 and 98-372, and build an understanding of these topics: Core Programming, Object-Oriented Programming, General Software Development, Web Applications, Desktop Applications, Databases, .NET Framework Concepts, Namespaces and Classes in the .NET Framework, .NET Code Compilation, I/O Classes in the .NET Framework, Security, .NET Languages, and Memory Management. These courses leverage the same content as found in the Microsoft Official Academic Courses (MOAC) for these exams. After completing this course, students will be able to:
  • Understand Core Programming
  • Understand Object-Oriented Programming
  • Understand General Software Development
  • Understand Web Applications
  • Understand Desktop Applications
  • Understand Databases
  • Understand .NET Framework Concepts
  • Understand Namespaces and Classes in the .NET Framework
  • Understand.NET Code Compilation
  • Understand I/O Classes in the .NET Framework
  • Understand Security
  • Understand.NET Languages
  • Understand Memory Management
21 hours
About This Course This three-day MTA Training course helps you prepare for Microsoft Technology Associate Exam 98-372, and build an understanding of these topics: .NET Framework Concepts, Namespaces and Classes in the .NET Framework, .NET Code Compilation, I/O Classes in the .NET Framework, Security, .NET Languages, and Memory Management. This course leverages the same content as found in the Microsoft Official Academic Course (MOAC) for this exam. Audience Profile The Microsoft Technology Associate (MTA) is Microsoft’s newest suite of technology certification exams that validate fundamental knowledge needed to begin building a career using Microsoft technologies. This program provides an appropriate entry point to a future career in technology and assumes some hands-on experience or training but does not assume on-the-job experience. At Course Completion After completing this course, students will be able to:
  • Understand .NET Framework Concepts
  • Understand Namespaces and Classes in the .NET Framework
  • Understand.NET Code Compilation
  • Understand I/O Classes in the .NET Framework
  • Understand Security
  • Understand.NET Languages
  • Understand Memory Management
35 hours
About This Course This course provides students with the knowledge and skills required to plan, deploy, configure, and administer a Microsoft Skype for Business solution. Students will learn how to deploy a multi-site and highly available Skype for Business infrastructure that supports instant messaging (IM), conferencing, enterprise voice, archiving, and monitoring. Students will also learn how to manage, maintain, and troubleshoot issues in the infrastructure. This course focuses primarily on the on-premises deployment of Skype for Business but does include information on how to integrate the on-premises deployment with Teams or Skype for Business Online as well as how to migrate from previous versions of Skype for Business Server. This course helps the students prepare for Exam 70-334: Core Solutions of Skype for Business 2015. Audience Profile The primary audience for this course is information technology (IT) professionals who are responsible for the Skype for Business deployment in their organizations. Experience with previous versions is beneficial but not required for students taking this course. Students should be proficient with Active Directory Domain Services (AD DS), data networks, and telecommunications standards and components that support the configuration of Skype for Business. Students should also be familiar with Microsoft Exchange Server and Microsoft 365.   The secondary audience for this course includes IT professionals who are planning to take the exam 70- 334: Core Solutions of Skype for Business 2015 as a stand-alone exam or as part of the requirement for the Microsoft Certified Solutions Expert (MCSE): Communications certification exam.     At Course Completion   After completing this course, students will be able to:
  • Describe the architecture of Skype for Business and design a Skype for Business topology.
  • Install and implement Skype for Business Server.
  • Administer and manage Skype for Business Server by using the various available tools.
  • Design and implement clients and users in Skype for Business.
  • Implement conferencing in Skype for Business Server.
  • Design and implement additional conferencing options.
  • Design and implement monitoring and archiving in Skype for Business.
  • Design and implement connectivity for external users and organizations.
  • Implement Enterprise Voice in Skype for Business Server.
  • Plan and implement high availability in Skype for Business.
  • Design and implement disaster recovery scenarios for Skype for Business.
  • Design and deploy Skype for Business hybrid.
  • Plan and implement a migration to Skype for Business Server 2019 or Microsoft Teams.
35 hours
About This Course This five-day course will provide students with the key knowledge required to deploy and configure System Center 2016 Service Manager.  Using hands-on labs, students will learn the following:  
  • Where Service Manager sits within the System Center 2016 product.
  • What business and technical needs Service Manager is designed to meet.
  • How Service Manager aligns itself to ITIL and MOF.
  • How to architect and implement a System Center 2016 Service Manager deployment.
  • How to upgrade an existing Service Manager 2012 R2 environment to System Center 2016.
  • How to customize System Center 2016 Service Manager to be in line with corporate standards.
  • How to configure Incident and Problem Management.
  • How to configure Activity, Change and Release Management.
  • How to configure Service Requests.
  • How to configure Service Level Management.
  • How to customize the Self-Service Portal.
  • How to configure Reporting and Analysis.
  • How to troubleshoot Service Manager and perform disaster recovery.
  • How to create customized Service Manager forms.

  Audience Profile This course is intended for cloud and datacenter administrators who are new to System Center 2016 Service Manager and are responsible for deploying, configuring and operating it in their cloud or datacenter. This course is also intended for Cloud and datacenter administrators who are already familiar with Service Manager and want to upgrade their skills to include the new features found in System Center 2016 Service Manager. At Course Completion After completing this course, students will be able to:
  • Describe Service Manager 2016.
  • Upgrade to Service Manager 2016.
  • Install Service Manager 2016.
  • Describe Service Manager usage cases.
  • Configure base settings in Service Manager 2016.
  • Configure Incident and Problem Management.
  • Configure Activity, Change, and Release Management.
  • Configure and Manage Service Requests.
  • Automate business processes with Service Manager and Orchestrator.
  • Configure Service Level Management.
  • Customize the Self-Service Portal.
  • Use Reports and Analyze Data in Service Manager.
  • Perform advanced troubleshooting and disaster recovery in Service Manager.
  • Customize Service Manager Forms.
35 hours
About This Course This five-day course describes how to use Configuration Manager and its associated site systems to efficiently manage network resources. In this five-day course, you will learn day-to-day management tasks, including how to manage applications, client health, hardware and software inventory, operating system deployment, and software updates by using Configuration Manager. You also will learn how to optimize System Center Endpoint Protection, manage compliance, and create management queries and reports. Audience Profile This course is for experienced information technology (IT) professionals, typically described as Enterprise Desktop Administrators (EDAs). These EDAs deploy, manage, and maintain PCs, devices, and applications across medium, large, and enterprise organizations. A significant portion of this audience uses, or intends to use, the latest release of Configuration Manager to manage and deploy PCs, devices, and applications. This course also is for individuals who are interested in taking Exam 70-703: Administering System Center Configuration Manager and Cloud Services Integration.  At Course Completion After completing this course, students will be able to:
  • Describe the features Configuration Manager and Intune include, and explain how you can use these features to manage PCs and mobile devices in an enterprise environment.
  • Analyze data by using queries and reports.
  • Prepare a management infrastructure, including configuring boundaries, boundary groups, and resource discovery, and integrating mobile-device management with Microsoft Exchange Server.
  • Deploy and manage the Configuration Manager client.
  • Configure, manage, and monitor hardware and software inventory, and use Asset Intelligence and software metering.
  • Identify and configure the most appropriate method to distribute and manage content used for deployments.
  • Distribute, deploy, and monitor applications for managed users and systems.
  • Maintain software updates for PCs that Configuration Manager manages.
  • Implement Endpoint Protection for managed PCs.
  • Manage configuration items, baselines, and profiles to assess and configure compliance settings and data access for users and devices.
  • Configure an operating-system deployment strategy by using Configuration Manager.
  • Manage and maintain a Configuration Manager site.
35 hours
This five-day course explains how to implement and manage virtualization infrastructure in a software-defined datacenter by using Microsoft System Center 2016 Virtual Machine Manager. The course also describes how to monitor the infrastructure by using Microsoft System Center Operations Manager and protect it by using Microsoft System Center Data Protection Manager. At Course Completion
  • Explain the different virtualization options.
  • Install and manage Hyper-V on Windows Server 2016.
  • Install and configure System Center 2016 Virtual Machine Manager.
  • Manage storage fabric and fabric updates.
  • Configure and manage the Virtual Machine Manager library and library objects.
  • Manage the networking fabric.
  • Create and manage virtual machines by using Virtual Machine Manager.
  • Manage clouds in Virtual Machine Manager.
  • Manage services in Virtual Machine Manager.
  • Monitor a virtualization infrastructure by using System Center Operations Manager.
  • Implement and manage Microsoft Hyper-V Replica and Microsoft Azure Site Recovery.
  • Protect virtualization infrastructure by using Data Protection Manager.
35 hours
About This Course This training course teaches developers the programming skills that are required for developers to create Windows applications using the Visual C# language. During their five days in the classroom students review the basics of Visual C# program structure, language syntax, and implementation details, and then consolidate their knowledge throughout the week as they build an application that incorporates several features of the .NET Framework 4.7. Audience Profile This course is intended for experienced developers who already have programming experience in C, C++, JavaScript, Objective-C, Microsoft Visual Basic, or Java and understand the concepts of object-oriented programming. This course is not designed for students who are new to programming; it is targeted at professional developers with at least one month of experience programming in an object-oriented environment. At Course Completion After completing this course, students will be able to: • Describe the core syntax and features of Visual C#.
• Create methods, handle exceptions, and describe the monitoring requirements of large-scale applications.
• Implement the basic structure and essential elements of a typical desktop application.
• Create classes, define and implement interfaces, and create and use generic collections.
• Use inheritance to create a class hierarchy and to extend a .NET Framework class.
• Read and write data by using file input/output and streams, and serialize and deserialize data in different formats.
• Create and use an entity data model for accessing a database and use LINQ to query data.
• Access and query remote data by using the types in the System.Net namespace and WCF Data Services.
• Build a graphical user interface by using XAML.
• Improve the throughput and response time of applications by using tasks and asynchronous operations.
• Integrate unmanaged libraries and dynamic components into a Visual C# application.
• Examine the metadata of types by using reflection, create and use custom attributes, generate code at runtime, and manage assembly versions.
• Encrypt and decrypt data by using symmetric and asymmetric encryption.
21 hours
About This Course This three-day MTA Training course helps you prepare for Microsoft Technology Associate Exam 98-373, and build an understanding of these topics: Work with Physical Devices, Use Data with Mobile Services, Use a Mobile Application Development Environment, Develop Mobile Applications. This course leverages the same content as found in the Microsoft Official Academic Course (MOAC) for this exam. Audience Profile The Microsoft Technology Associate (MTA) is Microsoft’s newest suite of technology certification exams that validate fundamental knowledge needed to begin building a career using Microsoft technologies. This program provides an appropriate entry point to a future career in technology and assumes some hands-on experience or training but does not assume on-the-job experience. At Course Completion After completing this course, students will be able to:
  • Work with Physical Devices
  • Use Data with Mobile Services
  • Use a Mobile Application Development Environment
  • Develop Mobile Applications
28 hours
This course will teach you how to build apps with low-code techniques to simplify, automate, and transform business tasks and processes using Microsoft Power Platform. After completing this course, students will be able to:
  • Design apps and automate workflows
  • Create apps and automate workflows
  • Analyze and visualize data in context of an app or automated workflow
  • Implement and manage apps and automated workflows
35 hours
This instructor-led, live training in the US (online or onsite) is aimed at ___ who wish to use ___ to ___. By the end of this training, participants will be able to:
  • Install and configure ___.
  • ___. 
  • ___. 
  • ___. 
35 hours
This instructor-led, live training in the US (online or onsite) is aimed at ___ who wish to use ___ to ___. By the end of this training, participants will be able to:
  • Install and configure ___.
  • ___. 
  • ___. 
  • ___. 
35 hours
About This Course This course covers three central elements of Microsoft 365 enterprise administration – Microsoft 365 tenant and service management, Office 365 management, and Microsoft 365 identity management. In Microsoft 365 tenant and service management, you will examine all the key components that must be planned for when designing your Microsoft 365 tenant. Once this planning phase is complete, you will learn how to configure your Microsoft 365 tenant, including your organizational profile, tenant subscription options, component services, user accounts and licenses, and security groups. Finally, you will learn how to manage your tenant, which includes the configuration of tenant roles and managing your tenant health and services.  Audience Profile This course is designed for persons who are aspiring to the Microsoft 365 Enterprise Admin role and have completed one of the Microsoft 365 role-based administrator certification paths. At Course Completion By actively participating in this course, you will learn about the following:
  • Designing, configuring, and managing your Microsoft 365 tenant
  • Office 365 product functionality
  • Configuring Office 365
  • Managing Office 365 ProPlus deployments
  • Planning and implementing identity synchronization
  • Implementing application and external access
 
21 hours
About This Course This is a three-day Instructor Led Training (ILT) course that targets the needs of information technology (IT) professionals who take part in administering, configuring, troubleshooting, and operating Office 365 services, including its identities, dependencies, requirements, and supporting technologies. This course focuses on skills required to administer and troubleshoot Office 365 tenant and key services of Office 365, such as Exchange Online, SharePoint Online and Teams. It also covers security and compliance features of Office 365. Audience Profile This course is intended for IT professionals and system administrators who want to learn about administration and troubleshooting techniques in Office 365. These professionals should have at least three years of experience working in their respective fields: ideally in the areas of system administration, network administration, and messaging. At Course Completion After completing this course, students will be able to:
  • Describe Office 365 services.
  • Administer Office 365 by using the Microsoft 365 admin center, Office 365 services admin centers, an
  • Administer and troubleshoot directory synchronization and directory objects.
  • Administer and troubleshoot Exchange Online.
  • Administer and troubleshoot Teams.
  • Administer and troubleshoot SharePoint Online.
  • Plan and deploy Microsoft 365 Apps for enterprise.
  • Administer and troubleshoot compliance and security in Office 365.
35 hours
This is a 5-day instructor-led training (ILT) course that targets the needs of IT professionals who take part in evaluating, planning, deploying, and operating Microsoft Office 365 services, including its identities, dependencies, requirements, and supporting technologies. This course focuses on skills required to set up an Office 365 tenant, including federation with existing user identities, and skills required to sustain an Office 365 tenant and its users 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 Lync Server or Skype for Business Server, and Microsoft SharePoint Server. After completing this course, students will be able to:
  • Plan an Office 365 deployment, configure the Office 365 tenant, and plan a pilot deployment.
  • Manage Office 365 users, groups, and licenses, and configure delegated administration.
  • Plan and configure client connectivity to Office 365.
  • Plan and configure directory synchronization between Microsoft Azure AD and on-premises AD DS.
  • Plan and implement the Office 365 ProPlus deployment.
  • Plan and manage Microsoft Exchange Online recipients and permissions.
  • Plan and configure Exchange Online services.
  • Plan and configure Microsoft Teams
  • Plan and configure Microsoft SharePoint Online.
  • Plan and configure an Office 365 collaboration solutions.
  • Plan and configure the integration between Office 365 and Microsoft Azure Information Protection.
  • Monitor and review Office 365 services, and troubleshoot Office 365 issues.
  • Plan and implement identity federation between on-premises AD DS and Azure AD.
35 hours
About This Course In this course, students will learn how to plan and implement an operating system deployment strategy using modern deployment methods, as well as how to implement an update strategy. Students will be introduced to key components of modern management and co-management strategies. This course also covers what it takes to incorporate Microsoft Intune into your organization. Students will also learn about methods for deployment and management of apps and browser-based applications. Students will be introduced to the key concepts of security in modern management including authentication, identities, access, and compliance policies. Students will be introduced to technologies such Azure Active Directory, Azure Information Protection and Windows Defender Advanced Threat Protection, as well as how to leverage them to protect devices and data. Audience Profile The Modern Desktop Administrator deploys, configures, secures, manages, and monitors devices and client applications in an enterprise environment. Responsibilities include managing identity, access, policies, updates, and apps. The MDA collaborates with the M365 Enterprise Administrator to design and implement a device strategy that meets the business needs of a modern organization. The Modern Desktop Administrator must be familiar with M365 workloads and must have strong skills and experience of deploying, configuring, and maintaining Windows 10 and non-Windows devices. The MDA role focuses on cloud services rather than on-premises management technologies. At Course Completion After completing this course, learners should be able to:
  • Plan, develop, and implement an Operating System deployment, upgrade, and update strategy.
  • Understand the benefits and methods of co-management strategies.
  • Plan and implement device enrollment and configuration.
  •  Manage and deploy applications and plan a mobile application management strategy.
  •  Manage users and authentication using Azure AD and Active Directory DS.
  •  Describe and implement methods used to protect devices and data.
21 hours
Content is the most critical digital asset for every organization. In this course, you will learn how to plan, configure, and manage SharePoint Sites and OneDrive to enable modern content services that transform the content lifecycle. Specifically, this course discusses the modern SharePoint site structure, such as SharePoint hub sites. It provides best practices for the adoption and deployment of OneDrive within your organization. It also covers sharing, security, and monitoring in SharePoint and OneDrive in Microsoft 365. Additionally, you will learn how to manage user profiles and apps with proper permission settings. We will also discuss how to plan and configure Managed Metadata, Business Connectivity Services, and search allowing content to be found, consumed, and governed across Microsoft 365. After completing this course, students will be able to:
  • Configure SharePoint Sites.
  • Manage sites storage limits.
  • Deploy OneDrive sync client.
  • Use Group Policy to control OneDrive sync client settings.
  • Manage external sharing for data in Microsoft SharePoint and OneDrive.
  • Configure user profile properties.
  • Manage audiences.
  • Use the App Catalog to manage custom apps.
  • Create and manage term groups, term sets, and terms.
  • Describe the difference between modern and classic search experiences.
35 hours
About This Course The business climate has changed. People want to communicate without collaborative barriers. Businesses want solutions that are both cost-effective and flexible. Organizations start to configure hybrid environments and migrate content to the cloud as the solution. In this course, you will learn how to deploy and configure the SharePoint Server 2019, designed to meet the demands of modern workstyles. You will also learn how to configure and manage various SharePoint service applications to prepare for a hybrid deployment. Then, you will learn how to plan and implement SharePoint hybrid scenarios that provide seamless users experience. Eventually, you will learn how to design the content migration process and available resources and tools to use while migrating content to SharePoint and OneDrive in Microsoft 365. Audience Profile This course is designed for IT Professionals who deploy and manage SharePoint on-premises environment and are interested in deploying hybrid scenarios and migrating content to Microsoft 365. At Course Completion After completing this course, students will be able to:
  • Describe the MinRole feature in SharePoint 2019.
  • Describe how to install and configure SharePoint 2019.
  • Describe how to implement high availability for SharePoint.
  • Provision a BDC Service Application instance.
  • Configure the Secure Store Service application.
  • Describe how to configure My Sites in SharePoint 2019.
  • Describe the available SharePoint Hybrid Scenarios.
  • Describe the requirements for SharePoint hybrid configuration.
  • Plan for SharePoint Server hybrid.
  • Plan for content migration process.
  • Describe available resources and tools to leverage during migration process.
  • Access data to be migrated using SharePoint Migration Assessment Tool (SMAT).
  • Migrate content to the cloud using SharePoint Migration Tool (SPMT).
  • Migrate content to the cloud using Migration Manager.
  • Migrate content to the cloud using Mover.
  • Manage and monitor migration process.
35 hours
About This Course This course covers three central elements of Microsoft 365 enterprise administration – Microsoft 365 tenant and service management, Office 365 management, and Microsoft 365 identity management. In Microsoft 365 tenant and service management, you will examine all the key components that must be planned for when designing your Microsoft 365 tenant. Once this planning phase is complete, you will learn how to configure your Microsoft 365 tenant, including your organizational profile, tenant subscription options, component services, user accounts and licenses, and security groups. Finally, you will learn how to manage your tenant, which includes the configuration of tenant roles and managing your tenant health and services. With your Microsoft 365 tenant now firmly in place, you will examine the key components of Office 365 management. This begins with an overview of Office 365 product functionality, including Exchange Online, SharePoint Online, Microsoft Teams, Microsoft Power Platform, additional product resources, and device management. You will then transition to configuring Office 365, with a primary focus on configuring Office client connectivity. Finally, you will examine how to manage Microsoft 365 Apps for enterprise (formerly Office 365 ProPlus) deployments, from user-driven client installations to centralized deployments. You will wrap up this section by learning how to configure Office Telemetry and Microsoft Analytics. The course concludes with an in-depth examination of Microsoft 365 identity synchronization, with a focus on Azure Active Directory Connect. You will learn how to plan for and implement Azure AD Connect, how to manage synchronized identities, and how to implement password management in Microsoft 365 using multi-factor authentication and self-service password management. This section wraps up with a comprehensive look at implementing application and external access. You will learn how to add and manage applications in Azure Active Directory, including how to configure multi-tenant applications. You will then examine how to configure Azure AD Application Proxy, including how to install and register a connector and how to publish an on-premises app for remote access. Finally, you will examine how to design and manage solutions for external access. This includes licensing guidance for Azure AD B2B collaboration, creating a collaborative user, and troubleshooting a B2B collaboration. Audience Profile This course is designed for persons who are aspiring to the Microsoft 365 Enterprise Admin role and have completed one of the Microsoft 365 role-based administrator certification paths. At Course Completion By actively participating in this course, you will learn about the following:
  • Designing, configuring, and managing your Microsoft 365 tenant
  • Office 365 product functionality
  • Configuring Office 365
  • Managing Office 365 ProPlus deployments
  • Planning and implementing identity synchronization
  • Implementing application and external access
35 hours
About This Course This course covers three central elements of Microsoft 365 enterprise administration – Microsoft 365 security management, Microsoft 365 compliance management, and Microsoft 365 device management. In Microsoft 365 security management, you will examine all the common types of threat vectors and data breaches facing organizations today, and you will learn how Microsoft 365’s security solutions address these security threats. You will be introduced to the Microsoft Secure Score, as well as to Azure Active Directory Identity Protection. You will then learn how to manage the Microsoft 365 security services, including Exchange Online Protection, Advanced Threat Protection, Safe Attachments, and Safe Links. Finally, you will be introduced to the various reports that monitor your security health. You will then transition from security services to threat intelligence; specifically, using the Security Dashboard and Advanced Threat Analytics to stay ahead of potential security breaches. With your Microsoft 365 security components now firmly in place, you will examine the key components of Microsoft 365 compliance management. This begins with an overview of all key aspects of data governance, including data archiving and retention, Information Rights Management, Secure Multipurpose Internet Mail Extension (S/MIME), Office 365 message encryption, and data loss prevention (DLP). You will then delve deeper into archiving and retention, paying particular attention to in-place records management in SharePoint, archiving and retention in Exchange, and Retention policies in the Security and Compliance Center. Now that you understand the key aspects of data governance, you will examine how to implement them, including the building of ethical walls in Exchange Online, creating DLP policies from built-in templates, creating custom DLP policies, creating DLP policies to protect documents, and creating policy tips. You will then focus on managing data governance in Microsoft 365, including managing retention in email, troubleshooting retention policies and policy tips that fail, as well as troubleshooting sensitive data. You will then learn how to implement Azure Information Protection and Windows Information Protection. You will conclude this section by learning how to manage search and investigation, including searching for content in the Security and Compliance Center, auditing log investigations, and managing advanced eDiscovery. The course concludes with an in-depth examination of Microsoft 365 device management. You will begin by planning for various aspects of device management, including preparing your Windows 10 devices for co-management. You will learn how to transition from Configuration Manager to Intune, and you will be introduced to the Microsoft Store for Business and Mobile Application Management. At this point, you will transition from planning to implementing device management; specifically, your Windows 10 deployment strategy. This includes learning how to implement Windows Autopilot, Windows Analytics, and Mobile Device Management (MDM). When examining MDM, you will learn how to deploy it, how to enroll devices to MDM, and how to manage device compliance. Audience Profile This course is designed for persons who are aspiring to the Microsoft 365 Enterprise Admin role and have completed one of the Microsoft 365 role-based administrator certification paths. At Course Completion By actively participating in this course, you will learn about the following:
  • Microsoft 365 Security Metrics
  • Microsoft 365 Security Services
  • Microsoft 365 Threat Intelligence
  • Data Governance in Microsoft 365
  • Archiving and Retention in Office 365
  • Data Governance in Microsoft 365 Intelligence
  • Search and Investigations
  • Device Management
  • Windows 10 Deployment Strategies
  • Mobile Device Management
28 hours
In this course you will learn how to secure user access to your organization’s resources. The course covers user password protection, multi-factor authentication, how to enable Azure Identity Protection, how to set up and use Azure AD Connect, and introduces you to conditional access in Microsoft 365. You will learn about threat protection technologies that help protect your Microsoft 365 environment. Specifically, you will learn about threat vectors and Microsoft’s security solutions to mitigate threats. You will learn about Secure Score, Exchange Online protection, Azure Advanced Threat Protection, Windows Defender Advanced Threat Protection, and threat management. In the course you will learn about information protection technologies that help secure your Microsoft 365 environment. The course discusses information rights managed content, message encryption, as well as labels, policies and rules that support data loss prevention and information protection. Lastly, you will learn about archiving and retention in Microsoft 365 as well as data governance and how to conduct content searches and investigations. This course covers data retention policies and tags, in-place records management for SharePoint, email retention, and how to conduct content searches that support eDiscovery investigations. After completing this course, students will be able to:
  • Administer user and group access in Microsoft 365.
  • Explain and manage Azure Identity Protection.
  • Plan and implement Azure AD Connect.
  • Manage synchronized user identities.
  • Explain and use conditional access.
  • Describe cyber-attack threat vectors.
  • Explain security solutions for Microsoft 365.
  • Use Microsoft Secure Score to evaluate and improve your security posture.
  • Configure various advanced threat protection services for Microsoft 365.
  • Plan for and deploy secure mobile devices.
  • Implement information rights management.
  • Secure messages in Office 365.
  • Configure Data Loss Prevention policies.
  • Deploy and manage Cloud App Security.
  • Implement Windows information protection for devices.
  • Plan and deploy a data archiving and retention system.
  • Create and manage an eDiscovery investigation.
  • Manage GDPR data subject requests.
  • Explain and use sensitivity labels.
35 hours
About This Course This course covers five central elements of Microsoft 365 platform – implementing Microsoft Identity, working with Microsoft Graph, extending and customizing SharePoint, extending Teams, and extending Office. In this course, students will learn how to implement Microsoft Identity and work with Microsoft Graph. Students will also gain the knowledge on UI elements (including Adaptive Cards and UI Fabric), Integration Points (including Microsoft Teams, Office Add-ins, SharePoint Framework, Actionable Messages), and determining workload platform targets. In implementing Microsoft Identity, students will learn to implement Microsoft identity including registering an application, implanting authentication, configuring permissions to consume an API, and creating a service to access Microsoft Graph. In working with Microsoft Graph, students will learn how to access user data, explore query parameters, manage a group lifecycle, access files, and optimize network traffic using Microsoft Graph. In extending and customizing SharePoint, students will learn about SharePoint Framework web parts, extensions, and how to package and deploy a SPFx solution. In extending Teams, students will look at the components of a Teams App, work with webhooks, tabs, and conversational bots. In extending Office, students work with Office Add-ins, task pane add-ins, JavaScript APIs, Office UI Fabric, and actionable messages with adaptive cards. Audience Profile Students in this course are interested in Microsoft 365 development platform or in passing the Microsoft 365 Developer Associate certification exam. Students should also have 1-2 years experience as a developer. This course assumes students know how to code and have a basic understanding of REST APIs, JSON, OAuth2, OData, OpenID Connect, Microsoft identities including Azure AD and Microsoft accounts, Azure AD B2C, and permission/consent concepts. At Course Completion By actively participating in this course, you will learn about the following:
  • Implementing Microsoft Identity
  • Working with Microsoft Graph
  • Determining workload platform targets
  • Integration Points, including Microsoft Teams, Office Add-ins, and SharePoint Framework
28 hours
About This Course In this course, you will learn how to manage Microsoft Teams in your organizations. The course covers Microsoft Teams overview, implementing governance, security and compliance for Microsoft Teams, preparing the environment for a Microsoft Teams deployment, deploying teams, and managing collaboration and communication in Microsoft Teams. You will learn about Teams architecture. Specifically, you will learn about the integration between Microsoft Teams and various workloads and services in Microsoft 365. You will learn about security and compliance features for Teams, including conditional access, MFA, Threat, alerts, DLP policies, eDiscovery, and information barrier policies. You will also learn about preparing the environment for a Microsoft Teams deployment, including upgrading from Skype for Business to Microsoft Teams, network settings, and managing Microsoft Teams endpoints. Lastly, you will learn about how to create and manage teams, manage membership, including internal and external users. You will further learn about different settings and policies to manage collaboration and communication experiences in Microsoft Teams. Audience Profile This course is designed for persons who are aspiring to the Microsoft 365 Teams Admin role and are interested in in passing the Microsoft Teams Administrator Associate certification exam. The Microsoft Teams Administrator configures, deploys, and manages Office 365 workloads for Microsoft Teams that focus on efficient and effective collaboration and communication in an enterprise environment. The Teams Administrator collaborates with Telephony engineers to integrate advanced voice features into Microsoft Teams. This role is not responsible for configuring direct routing, configuring call routing, or integrating telephony. At Course Completion By actively participating in this course, you will learn about the following:
  • What is Microsoft Teams and how the components work together
  • How to implement Governance, Security and Compliance for Microsoft Teams
  • How to prepare an organizations environment for a Microsoft Teams deployment
  • How to deploy and manage teams
  • Ways of managing collaboration in Microsoft Teams
  • Techniques to manage and troubleshoot communication in Microsoft Teams

Last Updated:

Upcoming Authorized Microsoft Courses

Online MS courses, Weekend Authorized Microsoft courses, Evening Authorized Microsoft training, MS boot camp, MS instructor-led, Weekend Authorized Microsoft training, Evening Authorized Microsoft courses, MS coaching, MS instructor, MS trainer, MS training courses, MS classes, MS on-site, Authorized Microsoft private courses, Authorized Microsoft one on one training

Course Discounts

Course Discounts Newsletter

We respect the privacy of your email address. We will not pass on or sell your address to others.
You can always change your preferences or unsubscribe completely.

Some of our clients

is growing fast!

We are looking to expand our presence in the US!

As a Business Development Manager you will:

  • expand business in the US
  • recruit local talent (sales, agents, trainers, consultants)
  • recruit local trainers and consultants

We offer:

  • Artificial Intelligence and Big Data systems to support your local operation
  • high-tech automation
  • continuously upgraded course catalogue and content
  • good fun in international team

If you are interested in running a high-tech, high-quality training and consulting business.

Apply now!

This site in other countries/regions