Guest Ajit Posted September 11, 2022 Share Posted September 11, 2022 We have thousands of collection in sccm and lots of them have incremental setting enabled. I have to perform cleanup, how to find list of all collections with incremental setting? Quote Link to comment Share on other sites More sharing options...
Manish Bangia Posted January 18 Share Posted January 18 Following is the query to be used: Select * from dbo.Collections where flags like '6' Note: Meaning of flag is 'Collection Refresh Settings' and it can have following values along with meaning: 1 = Manual Update 2 = Periodic Update 4 = Incremental Updates 6 = Incremental and Periodic Updates Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.