Microsoft Intune Training | MDM MAM – Endpoint Manager Azure
Microsoft Intune Training | MDM MAM – Endpoint Manager Azure, available at $59.99, has an average rating of 4.41, with 39 lectures, based on 1113 reviews, and has 5015 subscribers.
You will learn about What is Microsoft Intune? What is MDM & MAM How to create Free Microsoft 365 Account Understanding Microsoft Endpoint Manager Dashboard How To Enroll Windows/iOS devices to Microsoft Intune Introduction to Autopilot Get Device ID & Importing it to Intune Creating and Implementing Autopilot Profile Device Enrollment Settings (Intune Prerequisites) Device Enrollment Restriction How to Enroll a Windows 10 Device Enrolling Windows 10 Device Using GPO (Group Policy Object) How to Enroll an Apple Device How to Enroll an Android Device Understanding Device Enrollment Manager Getting Device Inventory Reports Understanding Device Configuration Profiles Creating & Implementing Device Configuration profiles Running Windows Powershell Script or BASH Script on MAC Devices Understanding & Implementing Conditional Access Policies Understanding & Implementing Compliance Policies Assign/Deploy Application using Intune Working with MAM App Protection Policies Using Intune Understanding Windows Update How to Deploy Feature Update on Windows 10 Device Deploying Quality Update on Windows 10 Device Understanding Update Policies for Apple Devices (iOS/iPad) This course is ideal for individuals who are IT/SysAdmin people interested to learn about Microsoft Intune using Endpoint Manager in a really quick and easy way It is particularly useful for IT/SysAdmin people interested to learn about Microsoft Intune using Endpoint Manager in a really quick and easy way.
Enroll now: Microsoft Intune Training | MDM MAM – Endpoint Manager Azure
Summary
Title: Microsoft Intune Training | MDM MAM – Endpoint Manager Azure
Price: $59.99
Average Rating: 4.41
Number of Lectures: 39
Number of Published Lectures: 39
Number of Curriculum Items: 39
Number of Published Curriculum Objects: 39
Original Price: $19.99
Quality Status: approved
Status: Live
What You Will Learn
- What is Microsoft Intune? What is MDM & MAM
- How to create Free Microsoft 365 Account
- Understanding Microsoft Endpoint Manager Dashboard
- How To Enroll Windows/iOS devices to Microsoft Intune
- Introduction to Autopilot
- Get Device ID & Importing it to Intune
- Creating and Implementing Autopilot Profile
- Device Enrollment Settings (Intune Prerequisites)
- Device Enrollment Restriction
- How to Enroll a Windows 10 Device
- Enrolling Windows 10 Device Using GPO (Group Policy Object)
- How to Enroll an Apple Device
- How to Enroll an Android Device
- Understanding Device Enrollment Manager
- Getting Device Inventory Reports
- Understanding Device Configuration Profiles
- Creating & Implementing Device Configuration profiles
- Running Windows Powershell Script or BASH Script on MAC Devices
- Understanding & Implementing Conditional Access Policies
- Understanding & Implementing Compliance Policies
- Assign/Deploy Application using Intune
- Working with MAM App Protection Policies Using Intune
- Understanding Windows Update
- How to Deploy Feature Update on Windows 10 Device
- Deploying Quality Update on Windows 10 Device
- Understanding Update Policies for Apple Devices (iOS/iPad)
Who Should Attend
- IT/SysAdmin people interested to learn about Microsoft Intune using Endpoint Manager in a really quick and easy way
Target Audiences
- IT/SysAdmin people interested to learn about Microsoft Intune using Endpoint Manager in a really quick and easy way
Best Course at this Price – Microsoft Intune Training | MDM MAM – Endpoint Manager Azure
Bonus – Free CKA (Certified Kubernetes Administrator) Lab hands-on questions with solutions.
Microsoft Intune is a cloud-based service that focuses on mobile device management (MDM) and mobile application management (MAM). You control how your organization’s devices are used, including mobile phones, tablets, and laptops. You can also configure specific policies to control applications. For example, you can prevent emails from being sent to people outside your organization. Intune also allows people in your organization to use their personal devices for school or work. On personal devices, Intune helps make sure your organization’s data stays protected and can isolate organization data from personal data.
Intune is part of Microsoft’s Enterprise Mobility + Security (EMS) suite. Intune integrates with Azure Active Directory (Azure AD) to control who has access and what they can access. It also integrates with Azure Information Protection for data protection. It can be used with the Microsoft 365 suite of products. For example, you can deploy Microsoft Teams, OneNote, and other Microsoft 365 apps to devices. This feature enables people in your organization to be productive on all of their devices while keeping your organization’s information protected with the policies you create.
This course is designed for learners to pick up Microsoft Intune concepts from scratch. The course covers varieties of topics and learners will learn the following:
Introduction:
-
Course Introduction
-
Udemy Tips
Microsoft Intune Overview:
-
What is Microsoft Intune? What is MDM & MAM
-
How to create Free Microsoft 365 AccountDev
-
Understanding Microsoft Endpoint Manager Dashboard
Windows Autopilot Using Intune:
-
Introduction to Autopilot
-
Get Device ID & Importing it to Intune
-
Creating and Implementing Autopilot Profile
Working With Various Device Enrollments & Reporting:
-
Device Enrollment Settings (Intune Prerequisites)
-
Device Enrollment Restrictions
-
How to Enroll a Windows 10 Device
-
Enrolling Windows 10 Device Using GPO (Group Policy Object)
-
How to Enroll an Apple Device
-
How to Enroll an Android Device
-
Understanding Device Enrollment Manager
-
Getting Device Inventory Reports
Device Configuration Profiles:
-
Understanding Device Configuration Profiles
-
Creating & Implementing Device Configuration profiles
-
Running Windows Powershell Script or BASH Script on MAC Devices
Conditional Access & Compliance Policies:
-
Understanding & Implementing Conditional Access Policies
-
Understanding & Implementing Compliance Policies
MAM – Application Deployment:
-
Assign/Deploy Application using Intune – Part 1
-
Assign/Deploy Application using Intune – Part 2
-
Working with MAM App Protection Policies Using Intune
Working With OS Update Using Intune:
-
Understanding Windows Update
-
How to Deploy Feature Update on Windows 10 Device
-
Deploying Quality Update on Windows 10 Device
-
Understanding Update Policies for Apple Devices (iOS/iPad)
CKA – Certified Kubernetes Administrator Hands-on Lab With Solution
-
Question 1 – Create a new pod called web-pod with image busybox Allow the pod to be able to set system_time. The container should sleep for 3200 seconds
-
Question 2 – Create a new deployment called myproject, with image nginx:1.16 and 1 replica. Next upgrade the deployment to version 1.17 using rolling update. Make sure that the version upgrade is recorded in the resource annotation.
-
Question 3 – Create a new deployment called my-deployment. Scale the deployment to 3 replicas. Make sure desired number of pod always running.
-
Question 4 – Deploy a web-nginx pod using the nginx:1.17 image with the labels set to tier=web-app.
-
Question 5 – Create a static pod on node01 called static-pod with image nginx and you have to make sure that it is recreated/restarted automatically in case of any failure happens
-
Question 6 – Create a pod called pod-multi with two containers, as given below: Container 1 – name: container1, image: nginx Container2 – name: container2, image: busybox, command: sleep 4800
-
Question 7 – Create a pod called test-pod in “custom” namespace belonging to the test environment (env=test) and backend tier (tier=backend). image: nginx:1.17
-
Question 8 – Get the node node01 in JSON format and store it in a file at ./node-info.json
-
Question 9 – Use JSON PATH query to retrieve the oslmages of all the nodes and store it in a file “all-nodes-os-info.txt” at root location. Note: The osImage are under the nodeInfo section under status of each node.
-
Question 10 – Create a Persistent Volume with the given specification. Volume Name: pv-demo Storage:100Mi Access modes: ReadWriteMany Host Path: /pv/host-data
-
Question 11 – Worker Node “node01” not responding, Debug the issue and fix it.
-
Question 12 – Upgrade the Cluster (Master and worker Node) from 1.18.0 to 1.19.0. Make sure to first drain both Node and make it available after upgrade.
-
CKA Exam Tips & Tricks
Course Curriculum
Chapter 1: Introduction
Lecture 1: Course Introduction & About Instructor
Lecture 2: Udemy Tips
Chapter 2: Microsoft Intune Overview
Lecture 1: How to create Free Microsoft 365 Account?
Lecture 2: What is Microsoft Intune? What is MDM & MAM?
Lecture 3: What is Endpoint Manager?
Lecture 4: Endpoint Manager Dashboard Overview
Chapter 3: Windows Autopilot Using Intune
Lecture 1: Introduction to Autopilot
Lecture 2: Getting Device ID & Importing it to Intune
Lecture 3: Creating and Implementing Autopilot Profile
Chapter 4: Working With Various Device Enrollments & Reporting
Lecture 1: Device Enrollment Settings (Intune Prerequisites)
Lecture 2: Device Enrollment Restrictions
Lecture 3: Enrolling a Windows 10 Device
Lecture 4: Enrolling Windows 10 Device Using GPO (Group Policy Object)
Lecture 5: How to Enroll an Apple Device?
Lecture 6: How to Enroll an Android Device
Lecture 7: Understanding Device Enrollment Manager
Lecture 8: Getting Device Inventory Reports
Chapter 5: Device Configuration Profiles
Lecture 1: Understanding Device Configuration Profiles
Lecture 2: Creating & Implementing Device Configuration profiles
Lecture 3: Running Windows Powershell Script or BASH Script on MAC Devices
Chapter 6: Conditional Access & Compliance Policies
Lecture 1: Understanding Conditional Access
Lecture 2: Implementing Conditional Access Policies
Lecture 3: Understanding & Implementing Compliance Policies
Chapter 7: MAM – Application Deployment
Lecture 1: Assign/Deploy Application using Intune – Part 1
Lecture 2: Assign/Deploy Application using Intune – Part 2
Lecture 3: Working with MAM App Protection Policies Using Intune
Chapter 8: Working With OS Update Using Intune
Lecture 1: Understanding Windows Update
Lecture 2: How to Deploy Feature Update on Windows 10 Device
Lecture 3: Deploying Quality Update on Windows 10 Device
Lecture 4: Understanding Update Policies for Apple Devices (iOS/iPad)
Chapter 9: Bonus – Labs – CKA – Certified Kubernetes Administrator
Lecture 1: Part 1 – Create Pod & Deployment With Given Scenarios
Lecture 2: Part 2 – Static Pod, Deployment, Replicas
Lecture 3: Part 3 – Namespaces, Multi-Container Pod, Fetch Nodes Information in JSON
Lecture 4: Part 4 – Debugging Node Not Responding, Persistent Volume & JSON Path Query
Lecture 5: Part 5 – Upgrade the Cluster (Master and worker Node) from 1.18.0 to 1.19.0
Lecture 6: Part 6 – ETCD Backup & Restore
Lecture 7: CKA – Tips & Tricks To Attempt Exam
Lecture 8: Part 7 – Creating User and CSR – Giving Permission to User
Lecture 9: Part 8 – Service DNS Resolution
Instructors
-
Ajeet Khan
Senior DevOps Engineer at Digital.ai -
Firoj Khan
Rating Distribution
- 1 stars: 13 votes
- 2 stars: 32 votes
- 3 stars: 140 votes
- 4 stars: 358 votes
- 5 stars: 570 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024