Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. if ( $_.PSPath -match ("(?<=::).*?(?=\)")) {
  2. $user = $matches.Values
  3. }
  4.  
  5. ^
  6.  
  7. ^
  8.  
  9. ^
  10.  
  11. ^[^\rn]*\[^\rn]*\([^\rn]+)
  12.  
  13. $user = $matches[1]
  14.  
  15. (?<=^[^\rn]*\[^\rn]*\)[^\rn]+
  16.  
  17. (?<=\)[^\]*(?=\[A-Z0-9]{40}$)
  18.  
  19. [^\]*(?=\[A-Z0-9]{40}$)
  20.  
  21. [^\]*(?=\[A-F0-9]{40}$)
  22.  
  23. [^\]*(?=\[A-F0-9]*$)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement