Need suggestions for implementing solution for low mic issue

TechUST 581 Reputation points
2025-03-09T23:47:34.5+00:00

In my environment, the T14 G3 model is facing a location mic issue during Teams calls. I have found a solution and prepared a fix script that will uninstall certain drivers, restart the machine, and then install an audio driver recommended by Lenovo, which resolves the issue. I have manually tested this fix successfully, but now I need to deploy it on a large scale using SCCM.

So, first, the fix script needs to be executed, followed by a system restart, and then the audio driver package should be installed. I have already created SCCM packages for both the fix script and the audio driver, but I am a bit confused about how to implement them together (fix script execution + restart + audio driver package installation).

Please provide me with a solution in SCCM, preferably with screensho

ts.#SCCM #MECM

System Center Orchestrator
System Center Orchestrator
A family of System Center products that provide an automation platform for orchestrating and integrating both Microsoft and non-Microsoft IT tools.
252 questions
0 comments No comments
{count} votes

Accepted answer
  1. XinGuo-MSFT 21,751 Reputation points
    2025-03-11T07:21:18.69+00:00

    I am a bit worried about the restart if we deploy the setup via a task sequence.

    Will the user receive a notification?

    Yes, we could use task sequence notification.

    I mean, should I add a line for restart in the driver removal script, or should I add a restart step in the task sequence after driver removal package step?

    Restart step in the task sequence after driver removal package step

    Can you share a screenshot as an example?

    User's image

    1 person found this answer helpful.
    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. XinGuo-MSFT 21,751 Reputation points
    2025-03-10T06:57:15.25+00:00

    Hi,

    To deploy your fix script and audio driver package using SCCM, you can create a task sequence that will handle the execution of the script, restart the machine, and then install the audio driver.

    Which step did you encounter difficulty?

    User's image


    After the way you tag questions on Q&A is updated, for any "Microsoft Configuration Manager" related problem, you can tag it with "Microsoft Intune", and then "Microsoft Configuration Manager" as the child tag. User's image


  2. AlexZhu-MSFT 6,581 Reputation points Microsoft External Staff
    2025-03-11T07:33:23.9433333+00:00

    Hi,

    Have you tried to install the new driver w/o restart directly? Commonly, the new driver overwrites the existing one and work smoothly even no restart. (for example, with /norestart switch in the command line or pressing "No" when prompting restart with interactive mode)

    Regards,

    Alex

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.