Weekly Tip 20

Change limiting collection on multiple SCCM collections:

$comps = get-content c:\computers.txt

ForEach ($comp in $comps) { set-cmdevicecollection -collectionid $comp -limitingcollectionid <collectioin ID> }

Export list of collection ID’s to a text file and reference that file in the get-content line. Be sure to add the collection ID of the new limiting collection. This must be ran from the ConfigMgr PowerShell module.

Share:

Facebook
Twitter
LinkedIn

Contact Us

Name
=
On Key

More Posts

Microsoft EndPoint Management

Sync ConfigMgr Collections to Intune

ConfigMgr collection sync is a feature that has been in ConfigMgr for a few versions. At a high level, it syncs the membership of a collection to a group in Entra ID that can then be

Read More »
WME Microsoft 365 Updates No. 025
Azure

WME Microsoft 365/Azure Updates 22 August 2025

1. Exchange Online: Temporary Mailbox Access Disruption via MAPI Overview Some Exchange Online users experienced mailbox access issues via the Messaging API (MAPI) on August 20, 2025. The disruption occurred after Microsoft reverted a recent service

Read More »