Bir txt yada csv file üzerinde tanımlanan bilgisayarların, bir collection üzerinde toplanması gerekiyorsa aşağıdaki PowerShell scripti bu işlemleri gerçekleştirebilir.
Get-Content D:\Utility\ComputerList.txt | ForEach-Object {add-cmdevicecollectiondirectmembershiprule -collectionname ExludeWebsense -resourceid (Get-CMDevice -name $_).ResourceID }