Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. Import-Module : Could not load file or assembly 'file:///C:Windowssystem32WindowsPowerShellv1.0ModulesAdmPwd.PSAdmPwd.PS.dll' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.
  2. At line:1 char:14
  3. + Import-Module <<<< AdmPwd.PS
  4. + CategoryInfo : NotSpecified: (:) [Import-Module], BadImageFormatException
  5. + FullyQualifiedErrorId : System.BadImageFormatException,Microsoft.PowerShell.Commands.ImportModuleCommand
  6.  
  7. Major Minor Build Revision
  8. ----- ----- ----- --------
  9. 2 0 -1 -1
  10.  
  11. <?xml version="1.0"?>
  12. <configuration>
  13. <startup useLegacyV2RuntimeActivationPolicy="true">
  14. <supportedRuntime version="v4.0.30319"/>
  15. <supportedRuntime version="v2.0.50727"/>
  16. <supportedRuntime version="v4.6" />
  17. </startup>
  18. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement