23. How to Deploy Windows Update Packages with Intune

Поделиться
HTML-код
  • Опубликовано: 14 дек 2024

Комментарии • 11

  • @vinaybabu-y1x
    @vinaybabu-y1x Год назад

    Please provide the script for detection rule

    • @MSFTWebCast
      @MSFTWebCast  Год назад +1

      Here it is:
      $result = systeminfo.exe | findstr KB
      if ($result)
      {
      Write-Output "Found KB"
      exit 0
      }
      else
      {
      exit 1
      }

  • @sam-u-well2159
    @sam-u-well2159 4 месяца назад

    Man this is magical teaching. Thank you!!!

  • @rockgport
    @rockgport 10 месяцев назад +1

    the detection script can you please help i dont see that script in description section and the microsoft link as well please for this script

    • @MSFTWebCast
      @MSFTWebCast  10 месяцев назад +1

      Check the pin comment.

  • @raviit88
    @raviit88 Год назад +1

    Easy to understand thanks for your support

  • @sanjutechy1783
    @sanjutechy1783 Год назад +2

    After intune series ,can u plse do migration from exchange Server 2019 to office 365 online tutorial

  • @harbinur
    @harbinur Год назад

    Is it possible to perform feature update from 1903 to 21H2 with this method with Intune ?

    • @MSFTWebCast
      @MSFTWebCast  Год назад

      Not recommend. But you can use Update rings for windows 10 and later policy to upgrade your windows devices.

  • @jobrulm
    @jobrulm Год назад

    Hello, how did you get the command for install and uninstall?

    • @MSFTWebCast
      @MSFTWebCast  Год назад

      Those command varies with the package. If you deploying the update package then you can copy the same commands, just change the name of the package.