Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. #Install tentacles on remote machine
  2. Try
  3. {
  4.  
  5. cd "C:\Program Files\Octopus Deploy\Tentacle"
  6.  
  7. & .\tentacle.exe new-certificate --instance "Tentacle" --if-blank --console | Write-Host
  8.  
  9. "Certificate Generated"
  10.  
  11. }
  12. Catch {
  13. "Exception Message: $($_.Exception.Message)"
  14.  
  15. }
  16. finally {
  17. #"List App Pools"
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement