# Merge arrays adding a zero so we allways start issuing numbers from the beginning (ie 001)
$list = New-Object System.Collections.ArrayList
$list += $VMNumbers + $ADnumbers + $DNSNumbers + $SCCM2012Numbers + $SCCM2007Numbers + $SCOM2007Numbers
[-] returns a server name 95.02s
--
You received this message because you are subscribed to the Google Groups "Pester" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pester+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
awesome response, just done a quick read around what you're saying, rewritten that line and i think i'm doing it right now.
awesome response, just done a quick read around what you're saying, rewritten that line and i think i'm doing it right now.just got to work out why pester seems to run the script twice now.
--