<--------->--------->
E' necessario abilitare la pubblicazione su System\System Container tramite un Active Directory Forest Account
Di seguito l'articolo esaustivo nel merito:
http://richardbalsley.com/how-to-install-secondary-sites-in-system-center-configuration-manager-2012
http://www.experts-exchange.com/Microsoft/Server_Applications/A_11323-SCCM-2012-SP1-Secondary-Sites-Install.html
[update]
Configuration Manager 2012 secondary sites are deployed through the console, via a push from a Primary Site Server. All the prerequisites, such as SQL Server 2008 and .NET Framework 4.0, are pushed out with the role remotely. However, this requires two features to be installed to work correctly. Those features are as follows:
- Remote Differential Compression
- .NET Framework 3.5
Import-Module ServerManager Add-WindowsFeature Net-Framework,RDC
http://www.informit.com/articles/article.aspx?p=1912064&seqNum=5