0 Pluspunkte 0 Minuspunkte

Ich versuche das Cmdlet WindowsUpdate zu installieren. TLS1.2 ist aktiv und PSGallery als Repository eingetragen.

PS C:\Windows\system32> Install-Module -Name WindowsUpdate -Force -Scope CurrentUser
PackageManagement\Install-Package : No match was found for the specified search criteria and module name
'WindowsUpdate'. Try Get-PSRepository to see all available registered module repositories.
At C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\1.0.0.1\PSModule.psm1:1772 char:21
+ ...          $null = PackageManagement\Install-Package @PSBoundParameters
+                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (Microsoft.Power....InstallPackage:InstallPackage) [Install-Package], Ex
   ception
    + FullyQualifiedErrorId : NoMatchFoundForCriteria,Microsoft.PowerShell.PackageManagement.Cmdlets.InstallPackage
von  

1 Antwort

0 Pluspunkte 0 Minuspunkte

Das Package heißt PSWindowsUpdate.

Install-Module -Name PSWindowsUpdate -Force -Scope CurrentUser
von (732 Punkte)