Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- PS C:\Users\aburm\Documents> Set-ExecutionPolicy unrestricted -force
- PS C:\Users\aburm\Documents> .\install_cert_and_exceptions.ps1 54.244.213.76
- Add-Content : Could not find a part of the path
- 'C:\Users\aburm\AppData\LocalLow\Sun\Java\Deployment\security\exception.sites'.
- At C:\Users\aburm\Documents\install_cert_and_exceptions.ps1:32 char:5
- + Add-Content -Path "$env:USERPROFILE\AppData\LocalLow\Sun\Java\Dep ...
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : ObjectNotFound: (C:\Users\aburm\...exception.sites:String) [Add-Content], DirectoryNotFo
- undException
- + FullyQualifiedErrorId : GetContentWriterDirectoryNotFoundError,Microsoft.PowerShell.Commands.AddContentCommand
- Add-Content : Could not find a part of the path
- 'C:\Users\aburm\AppData\LocalLow\Sun\Java\Deployment\security\exception.sites'.
- At C:\Users\aburm\Documents\install_cert_and_exceptions.ps1:33 char:5
- + Add-Content -Path "$env:USERPROFILE\AppData\LocalLow\Sun\Java\Dep ...
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : ObjectNotFound: (C:\Users\aburm\...exception.sites:String) [Add-Content], DirectoryNotFo
- undException
- + FullyQualifiedErrorId : GetContentWriterDirectoryNotFoundError,Microsoft.PowerShell.Commands.AddContentCommand
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement