M2F0

ScienceLogic Log

Jul 3rd, 2017
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 10.218.0.118 - Do not recover device name. And $connections | % {$_.GetNetwork().SetCategory(1)} ERROR
  2. 10.218.0.120 - $connections | % {$_.GetNetwork().SetCategory(1)} ERROR
  3. Exception calling "SetCategory" with "1" argument(s): "Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSD
  4. ENIED))"
  5. At line:1 char:46
  6. + $connections | % {$_.GetNetwork().SetCategory <<<< (1)}
  7.     + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
  8.     + FullyQualifiedErrorId : ComMethodTargetInvocation
  9.  
  10. Exception calling "SetCategory" with "1" argument(s): "Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSD
  11. ENIED))"
  12. At line:1 char:46
  13. + $connections | % {$_.GetNetwork().SetCategory <<<< (1)}
  14.     + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
  15.     + FullyQualifiedErrorId : ComMethodTargetInvocation
  16. Do not recover device name.
Add Comment
Please, Sign In to add comment