Guest User

Untitled

a guest
Aug 30th, 2018
1,385
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. #credentials
  2. $username = "username"
  3. $password = "password"
  4. $apikey = "api-key"
  5. $token = "token"
  6.  
  7. #auth to Egnyte
  8. -Username $username -Password $password -AccessKey $apikey -token $token
  9.  
  10. Invoke-RestMethod -Uri https://EgnyteDomain.egnyte.com/pubapi/v1/fs/
Add Comment
Please, Sign In to add comment