February 10, 2011
$list = $ServerTable | Where-Object {$_.Synlig -eq 'True'} | ` Select-Object Server,IP_adress,iLoKort | Sort-Object Server foreach ($item in $list) { $combobox1.items.add($item.Server) }
Subscribe to:
Post Comments (Atom)
Tags
Links
About Me
- Catherina
- I took the PowerShell Master Class for Thomas Lee in Stockholm in march 2010.
0 kommentarer:
Post a Comment