PSWindowsUpdate icon indicating copy to clipboard operation
PSWindowsUpdate copied to clipboard

Import Module issue

Open Wolf1030 opened this issue 1 year ago • 0 comments

PS C:\WINDOWS\system32> import-module -name PSWindowsUpdate import-module : Could not find a part of the path 'C:\Users\User\AppData\Local\Temp\tmpEXO_smhylu1m.qnz\exchange.format.ps1xml'. At line:1 char:1

  • import-module -name PSWindowsUpdate
  •   + CategoryInfo          : ObjectNotFound: (:String) [Import-Module], CommandNotFoundException
      + FullyQualifiedErrorId : CommandNotFoundException,Microsoft.PowerShell.Commands.ImportModuleCommand
    

Wolf1030 avatar May 06 '24 15:05 Wolf1030