Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Microsoft Exam MD-100 Windows 10 Certification Guide

You're reading from  Microsoft Exam MD-100 Windows 10 Certification Guide

Product type Book
Published in May 2020
Publisher Packt
ISBN-13 9781838822187
Pages 442 pages
Edition 1st Edition
Languages
Author (1):
Jeroen Burgerhout Jeroen Burgerhout
Profile icon Jeroen Burgerhout

Table of Contents (20) Chapters

Preface 1. Section 1 : Deploying Windows
2. Chapter 1: Deploying Windows 10 3. Chapter 2: Upgrading Windows 10 4. Chapter 3: Customizing and Configuring Windows 10 5. Section 2 : Managing Devices and Data
6. Chapter 4: Managing Local Users, Groups, and Devices 7. Chapter 5: Configuring Permissions and File Access 8. Chapter 6: Configuring and Implementing Local Policies 9. Chapter 7: Securing Data and Applications 10. Section 3: Configuring Connectivity
11. Chapter 8: Configuring Various Networks 12. Chapter 9: Configuring Remote Connectivity 13. Section 4: Maintaining Windows
14. Chapter 10: Understanding Troubleshooting and Recovery 15. Chapter 11: Managing Updates 16. Chapter 12: Managing Log Files 17. Chapter 13: Mock Exam (A and B) 18. Assessments 19. Other Books You May Enjoy

Enabling PowerShell Remoting

PowerShell can be used to control remote computers with Windows PowerShell Remoting. First, you need to learn how to allow and configure it.

PowerShell is commonly available across the Windows platform, including on both Windows 10 and Windows Server. Therefore, it makes sense to use PowerShell to execute management tasks on both local and remote machines because you can pass those skills on to other management situations.

Most cmdlets in PowerShell can be used with the –ComputerName parameter, making it a bit easier to use the command remotely than defining the name of the computer that you wish to run the command against. Run the following cmdlet as an example of how to determine the IP configuration of a remote computer:

Get-NetIPConfiguration -ComputerName PACKTCL1

However, not all cmdlets accept the –ComputerName parameter, and you must enable and configure PowerShell Remoting (explained further in the Enabling PowerShell...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €14.99/month. Cancel anytime}