Book Image

Installing and Configuring Windows 10: 70-698 Exam Guide

Book Image

Installing and Configuring Windows 10: 70-698 Exam Guide

Overview of this book

The Installing and Configuring Windows 10: 70-698 Exam Guide is designed to confirm what you already know, while also updating your knowledge of Windows 10. With its easy-to-follow guidance, you will quickly learn the user interface and discover steps to work efficiently in Windows 10 to rule out delays and obstacles. This book begins by covering various ways of installing Windows 10, followed by instructions on post-installation tasks. You will learn about the deployment of Windows 10 in Enterprise and also see how to configure networking in Windows 10. You’ll understand how to leverage Disk Management and Windows PowerShell to configure disks, volumes, and file system options. As you progress through the chapters, you will be able to set up remote management in Windows 10 and learn more about Windows update usage, behavior, and settings. You will also gain insights that will help you monitor and manage data recovery and explore how to configure authentication, authorization, and advanced management tools in Windows 10. By the end of this book, you will be equipped with enough knowledge to take the 70-698 exam and explore different study methods to improve your chances of passing the exam with ease.
Table of Contents (25 chapters)
Title Page
Copyright and Credits
Dedication
About Packt
Contributors
Preface
Index

Chapter labs – configuring automation of management tasks using Windows PowerShell, and converting Group Policy Objects to MDM policies using the MDM Migration Analysis tool


In these chapter labs, you will learn how to do the following:

  • Configuring the automation of management tasks using Windows PowerShell
  • Converting Group Policy Objects to MDM policies using the MDM Migration Analysis tool

 

Configuring automation of management tasks using Windows PowerShell

To create and run scripts in your Windows 10 computer using Windows PowerShell (ISE), complete the following steps:

  1. Press Windows key + R to open Run.
  2. Enter powershell_ise.exe and press Enter.
  3. In the Windows PowerShell ISE window, begin entering cmdlets to create your PowerShell script (see Figure 15.21):

Figure 15.21: Creating Powershell scripts using Windows PowerShell (ISE) in Windows 10

Note

To learn how to create and run scripts in Windows PowerShell, refer to the following URL: https://docs.microsoft.com/en-gb/powershell/.

 

Converting Group...