nerdexam
Microsoft

AZ-801 · Question #119

Being the Windows Server Administrator, you need to review the properties of the Azure AD Kerberos Server to verify that everything is in good order. Which of the following cmdlet would you use?

The correct answer is B. Get-AzureADKerberosServer. To review properties of an Azure AD Kerberos Server using PowerShell, the standard Get verb and AzureAD module naming convention are used.

Secure Windows Server on-premises and hybrid infrastructures

Question

Being the Windows Server Administrator, you need to review the properties of the Azure AD Kerberos Server to verify that everything is in good order. Which of the following cmdlet would you use?

Options

  • AGet-AzADKerberosServer
  • BGet-AzureADKerberosServer
  • CRetrieve-AzureADKerberosServer
  • DRetrieve-AzADKerberosServer

How the community answered

(53 responses)
  • A
    2% (1)
  • B
    94% (50)
  • D
    4% (2)

Why each option

To review properties of an Azure AD Kerberos Server using PowerShell, the standard `Get` verb and `AzureAD` module naming convention are used.

AGet-AzADKerberosServer
BGet-AzureADKerberosServerCorrect

The `Get-AzureADKerberosServer` cmdlet follows the standard PowerShell verb-noun naming convention and is specifically designed within the AzureAD module to retrieve properties of an Azure AD Kerberos Server.

CRetrieve-AzureADKerberosServer
DRetrieve-AzADKerberosServer

`Retrieve-AzADKerberosServer` uses both an incorrect verb (`Retrieve`) and an incorrect module alias (`AzAD`) for this specific Azure AD object.

Concept tested: AzureAD PowerShell-Kerberos Server Cmdlet

Source: https://learn.microsoft.com/en-us/powershell/module/azuread/get-azureadkerberosserver

Topics

#Azure AD Kerberos#PowerShell#Hybrid Identity#Authentication

Community Discussion

No community discussion yet for this question.

Full AZ-801 Practice