Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/PacktPublishing/Microsoft-Intune-Cookbook

Microsoft Intune Cookbook, published by Packt
https://github.com/PacktPublishing/Microsoft-Intune-Cookbook

Last synced: 5 days ago
JSON representation

Microsoft Intune Cookbook, published by Packt

Awesome Lists containing this project

README

        

# Microsoft Intune Cookbook

Microsoft Intune Cookbook

This is the code repository for [Microsoft Intune Cookbook](https://www.packtpub.com/product/microsoft-intune-cookbook/9781805126546?utm_source=github&utm_medium=repository&utm_campaign=), published by Packt.

**Over 75 recipes for configuring, managing, and automating your identities, apps, and endpoint devices**

## What is this book about?
This book is a comprehensive guide to configuring and managing Microsoft Intune, a cloud-based endpoint management (MDM) tool. It covers everything from the initial setup and configuration to troubleshooting and automating tasks.

This book covers the following exciting features:
* Set up your Intune tenant and associated platform connections
* Create and deploy device policies to your organization's devices
* Find out how to package and deploy your applications
* Explore different ways to monitor and report on your environment
* Leverage PowerShell to automate your daily tasks
* Understand the underlying workings of the Microsoft Graph platform and how it interacts with Intune

If you feel this book is for you, get your [copy](https://www.amazon.com/dp/1805126547) today!

https://www.packtpub.com/

## Instructions and Navigations
All of the code is organized into folders. For example, Chapter02.

The code will look like the following:
```
$Headers = @{
"Authorization" = "Bearer " + $resourceToken
"Content-type" = "application/json"
"X-Requested-With" = "XMLHttpRequest"
"x-ms-client-request-id" = [guid]::NewGuid()
"x-ms-correlation-id" = [guid]::NewGuid()
}
```

**Following is what you need for this book:**
This book is for IT professionals, end-user device administrators, and system administrators looking to transition to cloud-managed devices or enhance their current environment.

With the following software and hardware list you can run all code files present in the book (Chapter 1-14).
### Software and Hardware List
| Chapter | Software required | OS required |
| -------- | ------------------------------------ | ----------------------------------- |
| 1-14 | PowerShell 5 or 7 | Windows, Mac OS X |
| 1-14 | A web browser | Windows, Mac OS X, and Linux (Any) |

### Related products
* [[Packt]](https://www.packtpub.com/product/cloud-penetration-testing-for-red-teamers/9781803248486?utm_source=github&utm_medium=repository&utm_campaign=9781803248486) [[Amazon]](https://www.amazon.com/dp/1803248483)

* [[Packt]](https://www.packtpub.com/product/linux-for-system-administrators/9781803247946?utm_source=github&utm_medium=repository&utm_campaign=9781803247946) [[Amazon]](https://www.amazon.com/dp/1803247940)

## Get to Know the Author
**Andrew Taylor**
has been working in the IT industry for over 20 years across a variety of roles and
industries, always with a passion for end-user computing and automation. Now working as an EUC
architect, primarily using Microsoft technologies (Intune, Windows 365, PowerShell, and Graph), he
develops, creates, and deploys new technologies and environments to a variety of customers. He is
also a keen blogger and shares many scripts with the community.
Living in the north-east of England with his wife and two children, Andrew is a two-time Microsoft
MVP and holds many Microsoft certifications (13 at the time of writing). Outside of work and family
time, he is a film fan and can often be found at the local cinema.