i want to install windows server patches and ms office, adobe through powershell script

D Vijayakumar VLR 126 Reputation points
2020-11-22T20:24:10.453+00:00

I want to install all windows patches, ms office, adobe reader all through power shell script, we have windows servers all patches in common location we need to install patches on all remote servers from my desktop or my vdi machine through power shell script

Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,555 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Andreas Baumgarten 111.5K Reputation points MVP
    2020-11-22T21:02:28.807+00:00

    For installing and updating applications in PowerShell Chocolatey is maybe worth a try:
    https://chocolatey.org/

    Here you can search wich packages are available from the Chocolatey repository:
    https://chocolatey.org/packages

    And this is maybe helpful to install Windows Updates via PowerShell:
    https://www.techrepublic.com/article/how-to-use-powershell-to-manage-microsoft-updates-on-windows/


    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards
    Andreas Baumgarten

    0 comments No comments

  2. Ian Xue 37,706 Reputation points Microsoft Vendor
    2020-11-23T09:44:56.457+00:00

    Hi

    The PSWindowsUpdate module can be helpful
    https://4sysops.com/archives/update-windows-with-the-powershell-module-pswindowsupdate/

    Best Regards,
    Ian

    ============================================

    If the Answer 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.

    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.