Find-Package -name pscx | select source, links, version | fl new-Object -typeName NetConfig Get-ChildItem -Path C:\Windows-Filter *.xml -recurse | sort-Object -Property length | Select-Object -First 2 $MyObj = "192.168.1.0 srv DNS" | convertFrom-String -PropertyNames IP, Name, Service $MyObj.IP Compress-Archive -Path C:\template.txt -DestinationPath C:\udat\t.zip -update