In this article, we will explore two ways to duplicate SCCM collection. You can duplicate both device collections and user collections using the ConfigMgr console and PowerShell.
Duplicating SCCM collections can be a time-saving and efficient way to manage your device and user collections in the Configuration Manager (SCCM) environment. Thanks to Microsoft, the copy collection feature lets administrators create replica collections without starting from scratch.
Creating a copy of a collection is primarily done for testing software deployments and backup purposes; if the collection is accidentally deleted, you will always have the replica collection on hand. You can also create a dedicated console folder and move your duplicate collections into it to keep things organized.
https://www.nationserver.us/showthread.php?tid=355
https://forums.cyclone-hosting.net/showthread.php?tid=191
http://www.mcmon.ru/showthread.php?tid=4251
https://www.itray.co.kr/bbs/board.php?bo_table=free&wr_id=7
http://libens.freehostia.com/viewtopic.php?t=439029
http://libens.freehostia.com/viewtopic.php?t=391353
http://lesnightwarrior.free.fr/Forum/viewtopic.php?t=5379
http://lesnightwarrior.free.fr/Forum/viewtopic.php?p=67664
https://www.eediscuss.com/forum.php?mod=viewthread&tid=8666
https://www.eediscuss.com/forum.php?mod=viewthread&tid=17282
https://www.eediscuss.com/34/forum.php?mod=viewthread&tid=7013
http://nauri10823.cafe24.com/bbs/board.php?bo_table=free&wr_id=9308
https://forum.scriptengine.com/viewtopic.php?t=2949
https://forum.scriptengine.com/viewtopic.php?t=2253
What happens when you duplicate a collection?
When you copy a collection in SCCM, the replica collection inherits all the properties and members from the original collection except the active deployments.
You can then assign application deployments to the recently formed replica collection, which will assist you in simulating the deployments. In Intune, you will see a similar concept of duplicating settings catalog profile which also retains all the settings except the assignments.
Please note that not all collections can be duplicated in SCCM. For example, the collections that come pre-configured with SCCM, such as “All Systems,” cannot be duplicated. The copy option is greyed out when you right-click the All Systems collection. However, when it comes to custom collections, they can be easily duplicated in Configuration Manager.
Duplicate SCCM Collection using Console
Using the Configuration Manager console to create a copy of the collection is the simplest method. You can make a replica of both user collections and device collections using the same procedure.
In the Configuration Manager console, go to Assets and Compliance > Overview and select either the Device Collections or User Collections node. To duplicate the collection, right-click the collection and select Copy.
The copy operation creates a new collection with the same name and appends a number [1] to it. In the screenshot below, we see a copy of the Windows 11 device collection, and the name has [1] appended to it, which signifies it’s a replica collection.
After you make a copy of a collection, an hourglass icon appears for a few seconds, which means the collection is being evaluated. All the objects that were part of the original collection will be added to the duplicate collection once the evaluation process is complete.
If you duplicate multiple collections in SCCM, they keep the original collection name, which could be confusing to other administrators. To avoid confusion, you can move the duplicated collections to a separate folder in the console.
https://forum.scriptengine.com/viewtopic.php?t=8274
https://ch.aeta.kr/bbs/board.php?bo_table=Background&wr_id=304
http://fottontuxedo.co.kr/bbs/board.php?bo_table=free&wr_id=90120
http://parkhyeongjun.bizvion.kr/board/bbs/board.php?bo_table=free&wr_id=79884
http://www.beulah.kr/bbs/board.php?bo_table=free&wr_id=124940
http://www.icmms.co.kr/bbs/board.php?bo_table=notice&wr_id=121
http://themunhwa.co.kr/bbs/board.php?bo_table=sub04_4&wr_id=4
http://01077256699.com/bbs/board.php?bo_table=free&wr_id=35
https://www.hakdangnft.com/bbs/board.php?bo_table=free&wr_id=188485
https://robotica.co.il/forums/viewtopic.php?f=1&t=1354
After you have made a copy of the collection, you can rename the collection and use it for deploying applications, software updates, task sequences, etc.
Duplicate SCCM Collection using PowerShell
To duplicate a device collection in SCCM using PowerShell, you can utilize the Copy-CMCollection cmdlet. This cmdlet allows you to create an exact replica of an existing device collection, including all its properties and membership rules.
Comments
Post a Comment