Setting up and managing device configurations using Intune
Hi,
Hope everything is going well.
1,We can get the SCCM client source file for the default folder C:\Program Files\Microsoft Configuration Manager\Client.
2,We can run following PowerShell on a device where the SCCM client is installed already to get the product version:
Get-WmiObject Win32_Product | Where-Object {$_.Name -eq “Configuration Manager Client”}
Or check the product version from Configuration Manager properties via control panel, as shown below in my lab.
Similar thread for your reference: How to install SCCM Client from Microsoft Intune for Co-managed and CMG – Notes from the field
Feel free to contact me if you have any concerns/queries.
Best regards,
Simon
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.