A company with 75,000 employees has an Office 365 tenant.
You need to install the Azure Active Directory Synchronization (AAD Sync) tool by using the least amount of
administrative effort.
Which versions of each product should you implement? (Select three)
Select three.
A.
.Net 3.5
B.
Net 4.0
C.
.Net 4.5
D.
.Net 4.5.1
E.
PowerShell(PS1)
F.
PowerShell (PS2)
G.
PowerShell (PS3)
H.
PowerShell (PS4)
I.
SQL Server Express
J.
SQL Server 2008
K.
SQL Server 2012
L.
SQL Server 2014
Explanation:
* The following components need to be installed:
Net 4.5.1
PowerShell (PS3 or better is required)
* Azure AD Sync requires a SQL Server database to store identity data. By default a SQL Express LocalDB (a
light version of SQL Server Express) is installed and the service account for the service is created on the local
machine.
SQL Server Express has a 10GB size limit that enables you to manage approximately 100.000objects. This is
fine for the scenario in this question.
If you need to manager a higher volume of directory objects, you need to point the installation process to a
different version of SQL Server. AAD Sync supports all flavors of Microsoft SQL Server from SQL Server 2008
to SQL Server 2014.
D+G+I
EXPLANATION: https://msdn.microsoft.com/en-us/library/azure/dn757602.aspx
Installation Requirements
The objective of this section is to list the requirements that need to be fulfilled to install Azure AD Sync in your environment.
Azure AD Sync enables you to integrate your on-premises Active Directory Domain Service with your Azure AD directory.
As a consequence of this, you need access to your on-premises Active Directory Domain Service as well as access to a valid Azure subscription that has an Azure AD directory installed.
To install Azure AD Sync, you need a computer running the Windows Server operating system.
The following versions are supported:
Windows Server 2008
Windows Server 2008 R2
Windows Server 2012
Windows Server 2012 R2
Your computer can be stand-alone, a member server or a domain controller.
The following components need to be installed:
.Net 4.5.1
PowerShell (PS3 or better is required)
You need an account with local administrator privileges on your computer to install Azure AD Sync.
Azure AD Sync requires a SQL Server database to store identity data. By default a SQL Express LocalDB (a light version of SQL Server Express) is installed and the service account for the service is created on the local machine.
SQL Server Express has a 10GB size limit that enables you to manage approximately 100.000 objects.