Advertisement
amandab

Untitled

Oct 17th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. PS C:\Users\aburm\Documents> Set-ExecutionPolicy unrestricted -force
  2. PS C:\Users\aburm\Documents> .\install_cert_and_exceptions.ps1 54.244.213.76
  3. Add-Content : Could not find a part of the path
  4. 'C:\Users\aburm\AppData\LocalLow\Sun\Java\Deployment\security\exception.sites'.
  5. At C:\Users\aburm\Documents\install_cert_and_exceptions.ps1:32 char:5
  6. +     Add-Content -Path "$env:USERPROFILE\AppData\LocalLow\Sun\Java\Dep ...
  7. +     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  8.    + CategoryInfo          : ObjectNotFound: (C:\Users\aburm\...exception.sites:String) [Add-Content], DirectoryNotFo
  9.   undException
  10.    + FullyQualifiedErrorId : GetContentWriterDirectoryNotFoundError,Microsoft.PowerShell.Commands.AddContentCommand
  11.  
  12. Add-Content : Could not find a part of the path
  13. 'C:\Users\aburm\AppData\LocalLow\Sun\Java\Deployment\security\exception.sites'.
  14. At C:\Users\aburm\Documents\install_cert_and_exceptions.ps1:33 char:5
  15. +     Add-Content -Path "$env:USERPROFILE\AppData\LocalLow\Sun\Java\Dep ...
  16. +     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  17.     + CategoryInfo          : ObjectNotFound: (C:\Users\aburm\...exception.sites:String) [Add-Content], DirectoryNotFo
  18.    undException
  19.     + FullyQualifiedErrorId : GetContentWriterDirectoryNotFoundError,Microsoft.PowerShell.Commands.AddContentCommand
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement