You have an Exchange Server 2010 Service Pack 1 (SP1) organization. The organization
contains the servers configured as shown in the following table.
The Mailbox servers are members of a database availability group (DAG) named DAG1.
You need to configure DAG1 to use a static DAG IP 192.168.1.100
Which Windows PowerShell cmdlet should you run?
A.
Set-MailboxDatabaseCopy
B.
Set-PublicFolderDatabase
C.
Set-ClientAccessServer
D.
Add-MailboxDatabaseCopy
E.
Set-ClientAccessArray
F.
Set-MailboxDatabase
G.
New-PublicFolderDatabase
H.
Set-DatabaseAvailabilityGroup
I.
Add-RoleGroupMember
J.
New-DatabaseAvailabilityGroup
K.
Set-MailboxServer
L.
Add-DatabaseAvailabilityGroupServer
M.
New-MailboxDatabase
Explanation:
Set-DatabaseAvailabilityGroup -Identity DAG1 -DatabaseAvailabilityGroupIpAddresses
192.168.1.100
http://technet.microsoft.com/en-us/library/dd297934.aspx