Maintain system administration tasks in Windows PowerShell Microsoft Quiz Answers

Get Maintain system administration tasks in Windows PowerShell Microsoft Quiz Answers

This learning path covers cmdlets that are commonly used for system administration tasks related to Active Directory, network configuration, server administration, and Windows 10 device administration.

Prerequisites:

  • Familiarity with Windows networking technologies and implementation.
  • Familiarity with Windows Server administration, maintenance, and troubleshooting.
  • Familiarity with Windows PowerShell and its commands to perform specific tasks.

Enroll on Microsoft

Module 1: Manage Active Directory Domain Services using PowerShell cmdlets

This module covers the cmdlets that are used to administer Active Directory Domain Services.

Learning objectives:

Upon completion of this module, the learner will be able to:

  • Identify user management cmdlets.
  • List group management cmdlets.
  • Manage users and groups.
  • Describe the cmdlets for managing computer objects.
  • Describe the cmdlets for managing organizational units (OUs).
  • Describe the cmdlets for managing Active Directory objects.
  • Manage Active Directory objects.

Prerequisites:

  • Familiarity with Windows networking technologies and implementation
  • Familiarity with Windows Server administration, maintenance, and troubleshooting
  • Familiarity with Windows PowerShell and its commands to perform specific tasks

This module is part of these learning paths:

Quiz 1: Knowledge check

Q1. You need to create a Global security group named Group1. Which type of parameter will you use to specify a Global group when using the New-ADGroup PowerShell cmdlet?

  • ‑GroupScope
  • ‑Name\
  • ‑GroupCategory

Q2. You need to use PowerShell to review the Department and email address for an Active Directory user named User1. How will you format the PowerShell command?

  • Get-ADUser -Filter * -Properties *
  • Get-ADUser -Identity User1 -Properties Department,EmailAddress
  • Get-ADUser -Identity User1 -Properties *

Module 2: Manage network service settings for Windows devices using PowerShell cmdlets

This module covers the PowerShell modules and cmdlets that are used to configure network settings for Windows devices.

Learning objectives:

Upon completion of this module, the learner will be able to:

  • Identify cmdlets for managing TCP/IP settings.
  • Describe how to manage local routing table settings.
  • Describe how to modify DNS client configuration.
  • List cmdlets for managing Windows Firewall.
  • Configure network settings.

Prerequisites:

  • Familiarity with Windows networking technologies and implementation
  • Familiarity with Windows Server administration, maintenance, and troubleshooting
  • Familiarity with Windows PowerShell and its commands to perform specific tasks

This module is part of these learning paths:

Quiz 1: Knowledge check

Q1. Which parameter can you use with *-NetIPAddress cmdlets to identify a network interface?

  • ‑InterfaceAlias
  • -DefaultGateway
  • -IPAddress

Q2. You need to manage firewall settings and rules with PowerShell. Which PowerShell module contains the required cmdlets?

  • DNSClient module
  • NetTCPIP module
  • NetSecurity module

Module 3: Manage Windows Server settings using PowerShell cmdlets

This module covers cmdlets that are used to configure settings related to Group Policy, Server Manager, Hyper-V, and Internet Information Services (IIS).

Learning objectives:

Upon completion of this module, the learner will be able to:

  • Describe the cmdlets for managing Group Policy Objects (GPOs).
  • Describe the cmdlets for managing server features, roles, and services.
  • Describe the cmdlets for managing Hyper-V and virtual machines (VMs).
  • Describe the cmdlets for managing and administering Internet Information Services (IIS).

Prerequisites:

  • Familiarity with Windows networking technologies and implementation
  • Familiarity with Windows Server administration, maintenance, and troubleshooting
  • Familiarity with Windows PowerShell and its commands to perform specific tasks

This module is part of these learning paths:

Quiz 1: Knowledge check

Q1. You need to identify which server roles and features have been installed on LON-SVR1. Which cmdlet would you use?

  • Get-WindowsFeature
  • Get-WindowsPackage
  • Get-WindowsEdition

Q2. Which PowerShell module has mostly replaced the WebAdministration module for managing IIS websites?

  • ServerManager
  • IISAdministration
  • NetSecurity

Module 4: Manage settings for a local Windows machine using PowerShell cmdlets

This module covers common PowerShell cmdlets that can be used to perform tasks on a local Windows 10 computer.

Learning objectives:

Upon completion of this module, the learner will be able to:

  • Describe the cmdlets for managing Windows 10 devices.
  • Describe the cmdlets for managing local permissions with Windows PowerShell.

Prerequisites:

  • Familiarity with Windows networking technologies and implementation
  • Familiarity with Windows Server administration, maintenance, and troubleshooting
  • Familiarity with Windows PowerShell and its commands to perform specific tasks

This module is part of these learning paths:

Quiz 1: Knowledge check

Q1. You need to use PowerShell to review system and operating system properties of the local computer. Which cmdlet should you use?

  • Get-Contact
  • Get-ComputerInfo
  • Get-Content

Q2. You want to check the level of access a user has to C:\Folder1. Which cmdlet in the Microsoft.PowerShell.Security module would you use?

  • Get-Acl
  • Set-Acl
  • Get-Credential
Conclusion:

I hope this Maintain system administration tasks in Windows PowerShell Microsoft Quiz Answers would be useful for you to learn something new from this problem. If it helped you then don’t forget to bookmark our site for more Coding Solutions.

This Problem is intended for audiences of all experiences who are interested in learning about Data Science in a business context; there are no prerequisites.

Keep Learning!

More Coding Solutions >>

Cognitive Class Answer

CodeChef Solution

Microsoft Learn

Leave a Reply

Your email address will not be published. Required fields are marked *