You install October 9, 2018—KB4462926 (Monthly Rollup) on a Windows 8.1-based computer. Then you open an elevated Windows PowerShell window to manage Windows Defender. However, you cannot import the Windows Defender module. When you run the Import-Module Defender
command, you see a message that resembles the following:
Import-Module : The module to process 'MSFT_MpWDOScan.cdxml', listed in field 'NestedModules' of module manifest 'C:\windows\system32\windowsPowerShell\v1.0\Modules\defender\defender.psd1' was not processed because no valid module was found in any module directory.
At line:1 char:1
+ Import-Module defender
+~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ResourceUnavailable: (defender:String) [Import-Module], PSInvalidOperationException
+ FullyQualifiedErrorID : Modules_ModuleFileNotFound.Microsoft.PowerShell.Commands.ImportModuleCommand
You cannot use PowerShell to manage Windows Defender on the affected computer. However, you can use WMI and Group Policy to manage Windows Defender on that computer.