The compatibility pack that is described in this article enables the following features for Windows 10 Enterprise 2015 long-term servicing branch (LTSB) edition. (Other editions of Windows 10 are not supported.)
Additionally, this compatibility pack adds Windows 10 to the list of supported platforms for the following features:
Note Operating System Deployment is not supported on Windows 10 together with System Center Configuration Manager 2007.
Additional notes
- Microsoft System Center Configuration Manager client features
- The Branch Distribution Point role
- The Administrator Console
Additionally, this compatibility pack adds Windows 10 to the list of supported platforms for the following features:
- Software distribution
- Software update management
- Desired configuration management
Note Operating System Deployment is not supported on Windows 10 together with System Center Configuration Manager 2007.
Additional notes
- To use the Configuration Manager Console and the Configuration Manager client on a computer that is running Windows 10 Enterprise 2015 LTSB edition, the Microsoft .NET Framework 3.5 must be enabled. For more information, refer to Installing the .NET Framework 3.5 on Windows 8, Windows 8.1, and Windows 10.
- When you use the option to check a file version in a task sequence, some files have unexpected versions. This issue occurs for files in the \Windows directory and its subdirectories, such as \Windows\System32. Some files will have versions in the 6.x range instead of the 10.x range.
For example, some files may return a version of 6.2.10240.0 instead of 10.0.10240.0 when they are queried programmatically.
You can avoid this scenario by using the option to query Windows Management Instrumentation (WMI) instead of checking a file version. For example, the following query would evaluate as expected:select * from CIM_Datafile Where Name = 'c:\\windows\\system32\\notepad.exe' and Version = '10.0.10240.16394'