PowerShell – Add a Direct Member to a SCCM Collection

One of these tasks was to add a computer directly to a SCCM collection. According to their requirements, they had to use direct membership and could not do a WMI call. So I created the following script and added it to their task sequence.

Read More