====== Array Duplikate entfernen ====== $list = @(1,1,2,3,4,5) $list = $list | Get-Unique [[https://stackoverflow.com/questions/1391853/removing-duplicate-values-from-a-powershell-array|Quelle]] {{tag>[Powershell Array]}}