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.
Question
Options
- AGet-AzADKerberosServer
- BGet-AzureADKerberosServer
- CRetrieve-AzureADKerberosServer
- DRetrieve-AzADKerberosServer
How the community answered
(53 responses)- A2% (1)
- B94% (50)
- D4% (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.
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.
`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
Community Discussion
No community discussion yet for this question.