Advertisement
Guest User

Untitled

a guest
Jun 25th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. Microsoft Windows [Version 6.1.7601]
  2. Copyright (c) 2009 Microsoft Corporation. All rights reserved.
  3.  
  4. C:\Users\zenix>powershell
  5. Windows PowerShell
  6. Copyright (C) 2009 Microsoft Corporation. All rights reserved.
  7.  
  8. PS C:\Users\zenix> get-ciminstance -class win32_processor | select -property *
  9. The term 'get-ciminstance' is not recognized as the name of a cmdlet, function,
  10. script file, or operable program. Check the spelling of the name, or if a path
  11. was included, verify that the path is correct and try again.
  12. At line:1 char:16
  13. + get-ciminstance <<<< -class win32_processor | select -property *
  14. + CategoryInfo : ObjectNotFound: (get-ciminstance:String) [], Com
  15. mandNotFoundException
  16. + FullyQualifiedErrorId : CommandNotFoundException
  17.  
  18. PS C:\Users\zenix>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement