Ylianst / MeshAgent

MeshAgent used along with MeshCentral to remotely manage computers. Many variations of the background management agent are included as binaries in the MeshCentral project.
https://meshcentral.com
195 stars 82 forks source link

Mesh Agent Product Code #251

Open uguronduc opened 1 week ago

uguronduc commented 1 week ago

I would like you to define Mesh Agent Product Code for IT automation applications. Thank you for your help

si458 commented 1 week ago

what do you mean Product Code? can u share examples?

uguronduc commented 1 week ago

Product code or Product ID. It is the identity of the installed software. You can learn by entering the command below to learn on Windows devices. Code: get-wmiobject Win32_Product | Format-Table IdentifyingNumber, Name, LocalPackage -AutoSize

Automation software needs this ID to install or uninstall the software. Applications that do not use this method usually encounter problems. This ID does not appear on a device with Mesh Agent installed. It was also tested on x86 and x64 platforms.

si458 commented 1 week ago

I've moved this to the correct repo as this isn't to do with meshcentral or it's webui, But to do with the meshagent itself