Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Monday, June 13, 2016 1:02 AM
Hi,
I deployed the Microsoft LAPS application via SCCM 2012 - the detection method is set to
Configure rules to detect the presence of this deployment type : Clause: MSI Product Code is I.E {F43D38493D-etc}
After deployed this application to Windows computer, where can I locate this MSI Product Code?
The reason being I want to make sure that this application will not be re-deployed again if a computer belongs to two different SCCM collections.
I went to Registry key, program and files etc but unable to find the MSI Product Code specified in SCCM 2012.
Please shed some lights.
Thank you
Best Regards,
All replies (2)
Monday, June 13, 2016 1:14 AM ✅Answered
Dear Sir,
Try to use PowerShell command, it may take some time to query:
get-wmiobject win32_product
You can output to a .txt file and Ctrl+F for the msi code.
As it's win32_product related, I paste below link which you can take a look:
https://gregramsey.net/2012/02/20/win32_product-is-evil/
Best regards
Frank
Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]
Monday, June 13, 2016 4:14 AM ✅Answered
The reason being I want to make sure that this application will not be re-deployed again if a computer belongs to two different SCCM collections.
It won't be re-deployed again, the detection method is used to check if the application is installed and if the product code is found, it won't be re-installed as it's already is installed.