Configuring and Operating a Hybrid Cloud with Microsoft Azure Stack Hub - Validated Cmdlets in ASDK

Validated Cmdlets in Azure Stack Development Kit (ASDK)

Question

You are the system administrator in TCT Company.

While you work in the Azure Stack Development Kit (ASDK), you need to be careful about the cmdlets as some cmdlets that are validated in an integrated system environment are not valid in ASDK.

Choose the cmdlets from the given options that have been validated in ASDK.

(Choose 3 Options)

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D. E. F.

Correct Answers: A, B and F

The commands that have been validated in ASDK are:

Clear-Host
Close-PrivilegedEndpoint
Exit-PSSession
Get-AzureStackLog
Get-AzureStackStampInformation
Get-Command
Get-FormatData

Get-Help
Get-ThirdPartyNotices
Measure-Object
New-CloudAdminUser
Out-Default
Remove-CloudAdminUser
Select-Object
Set-CloudAdminUserPassword
Test-AzureStack
Stop-AzureStack
Get-ClusterLog

To know more about PEP and related cmdlets in Azure Stack Hub, please visit the below-given links:

Sure, here is a detailed explanation of the given cmdlets and which ones are validated in the Azure Stack Development Kit (ASDK).

A. Get-AzureStackStampInformation: This cmdlet is used to retrieve information about the stamp deployment, which includes the hardware, software, and firmware versions. This cmdlet is valid in ASDK.

B. Test-AzureStack: This cmdlet is used to test the connectivity and functionality of the Azure Stack infrastructure components. This cmdlet is valid in ASDK.

C. Reset-DatacenterIntegrationConfiguration: This cmdlet is used to reset the integration configuration between the Azure Stack infrastructure and the connected datacenter. This cmdlet is not valid in ASDK.

D. Get-AzSLegalNotice: This cmdlet is used to retrieve the legal terms and conditions for using Azure Stack. This cmdlet is not valid in ASDK.

E. Get-GraphApplication: This cmdlet is used to retrieve information about the registered applications in the Azure AD Graph API. This cmdlet is not valid in ASDK.

F. Get-ClusterLog: This cmdlet is used to retrieve diagnostic information from the cluster logs. This cmdlet is valid in ASDK.

In summary, the cmdlets that are validated in the Azure Stack Development Kit (ASDK) are:

  • Get-AzureStackStampInformation
  • Test-AzureStack
  • Get-ClusterLog

Hope this helps!