You administer two Windows 2012 R2 servers that have the Hyper-V role installed. You plan to deploy a new
Hyper-V cluster. The cluster instance must NOT be added to Active Directory. You need to deploy the cluster.
What should you do?
A.
Run the Windows PowerShell cmdlet New-Cluster. Specify DNS for the AdministrativeAccessPoint
parameter.
B.
Run the Windows PowerShell cmdlet New-Cluster. Specify Forest for the AdministrativeAccessPoint
parameter.
C.
Run the Windows PowerShell cmdlet Get-Cluster. Specify DNS for the Domain parameter.
D.
Run the Windows PowerShell cmdlet New-Cluster. Specify ActiveDirectoryAndDNS for the
AdministrativeAccessPoint parameter.
The New-Cluster cmdlet creates a new failover cluster. Before creating a cluster, the hardware (servers, networks, and storage) must be connected, and the validation tests must be run.
-AdministrativeAccessPoint
Specifies the type of administrative access point that the cmdlet creates for the cluster. The acceptable values for this parameter are:
— Dns. The cmdlet creates an administrative access point for the cluster. The administrative access point is registered in DNS but is not enabled in Active Directory Domain Services.
http://technet.microsoft.com/en-us/library/hh847246.aspx
Answer is A
A is correct.
AD detached cluster: https://technet.microsoft.com/en-us/library/dn265970.aspx