I distributed SQL Server 2014 x86 Developer Edition through SCCM using the following command:
setup.exe /IACCEPTSQLSERVERLICENSETERMS /FEATURES=IS,Tools,ADV_SSMS,BOL /ACTION=install /Q
For some reason BOL was not installed and now my client PCs have no help when they click F1(they are not connected to the internet). I'm trying to figure out how I can distribute BOL so that our dev team can use help without issues. I'd rather do this with SCCM but really any solution will do.
Thanks
Itzik Tamar