ConfigMgr Add2Collection is a free tool that allows IT administrators and support staff to add resources to collections in ConfigMgr independently of the ConfigMgr console. It honors role-based access control (RBAC) to limit visibility of collections where appropriate. It can be used either on the Site Server or a remote workstation using PS remoting. It can add device, user or user group resources to collections.
Download
Download the tool here.
Requirements
- PowerShell 5 minimum on the host computer
- Minimum read-only access (db_datareader role) to the Configuration Manager database
- PS Remoting access to the ConfigMgr site server if the tool is not used on the server directly
- RBAC Permissions
See the help pages in the tool itself for more details.
Source Code
The tool is coded in PowerShell and source code is available on GitHub.