Guest User

Untitled

a guest
Sep 18th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. #Array
  2. $Collection = @()
  3.  
  4. #HashTable
  5. $Collection = @{}
  6.  
  7. #ArrayList
  8. $Collection = New-Object -TypeName 'System.Collections.ArrayList'
Add Comment
Please, Sign In to add comment