InterviewSolution
| 1. |
How To Verify The Software Package Distribution Status On A Particular Client Machine? |
|
Answer» You can verify the status of a distribution by checking the execmgr.log file in c:windowssystem32ccmlogs folder, and SEARCH for the particular software distribution using the packaged. If the package is success then “installation succeeded with the exit CODE 0” will be written into the log file. You can also verify it by checking the registry key on a CLIENT computer, HKLM->Software->Microsoft->SMS->Mobile Client->Software Distribution->Execution History->SYSTEM-><Package ID>->success or failure code will be written. You can verify the status of a distribution by checking the execmgr.log file in c:windowssystem32ccmlogs folder, and search for the particular software distribution using the packaged. If the package is success then “installation succeeded with the exit code 0” will be written into the log file. You can also verify it by checking the registry key on a client computer, HKLM->Software->Microsoft->SMS->Mobile Client->Software Distribution->Execution History->System-><Package ID>->success or failure code will be written. |
|