Are you sure about that? This should only be true for the default collections.
Thanks Brandon From: [email protected] [mailto:[email protected]] On Behalf Of Ryan Sent: Wednesday, July 24, 2013 9:31 AM To: [email protected] Subject: Re: [mssms] Script to Edit Collection Properties I haven't looked at the script, but if it has this line: if ($Coll.RefreshType -eq 6 -And $Coll.CollectionID -notlike "SMS*") { It will skip all user collections. User collections start with SMS and device collections start with CM. Remove any checks in the script for the collection ID starting with SMS and it should work. On Wed, Jul 24, 2013 at 7:36 AM, Marcum, John <[email protected]<mailto:[email protected]>> wrote: Did you test on 2007 or 2012? I tried the script on Greg Ramsey's blog that you link to as well. It only lists out the device collections not the user colletions. I am running this on 2012. ________________________________ John Marcum Sr. Desktop Architect Bradley Arant Boult Cummings LLP ________________________________ From: [email protected]<mailto:[email protected]> [mailto:[email protected]<mailto:[email protected]>] On Behalf Of Brandon Linton Sent: Tuesday, July 23, 2013 4:10 PM To: [email protected]<mailto:[email protected]> Subject: RE: [mssms] Script to Edit Collection Properties I validated that this works on user collections. Did you verify this on the default collections? I have them excluded by default. Check one of your custom user collections and it should be disabled. if ($Coll.RefreshType -eq 6 -And $Coll.CollectionID -notlike "SMS*") { Thanks, Brandon A. Linton | Sr. Consultant | [email protected]<mailto:[email protected]> | Work 484.323.7205<tel:484.323.7205> From: [email protected]<mailto:[email protected]> [mailto:[email protected]]<mailto:[mailto:[email protected]]> On Behalf Of Marcum, John Sent: Tuesday, July 23, 2013 1:43 PM To: '[email protected]<mailto:[email protected]>' Subject: RE: [mssms] Script to Edit Collection Properties I spoke too soon.... This only did device collections. I need user collections. :-( ________________________________ John Marcum Sr. Desktop Architect Bradley Arant Boult Cummings LLP ________________________________ From: [email protected]<mailto:[email protected]> [mailto:[email protected]] On Behalf Of Marcum, John Sent: Tuesday, July 23, 2013 3:27 PM To: [email protected]<mailto:[email protected]> Subject: RE: [mssms] Script to Edit Collection Properties thank you sir. ________________________________ John Marcum Sr. Desktop Architect Bradley Arant Boult Cummings LLP ________________________________ From: [email protected]<mailto:[email protected]> [mailto:[email protected]]<mailto:[mailto:[email protected]]> On Behalf Of Brandon Linton Sent: Tuesday, July 23, 2013 2:42 PM To: [email protected]<mailto:[email protected]> Subject: RE: [mssms] Script to Edit Collection Properties Here yea go. http://blogs.technet.com/b/brandonlinton/archive/2013/04/23/powershell-how-to-disable-incremental-collection-updates-in-mass.aspx Thanks Brandon Sent from my Windows Phone ________________________________ From: Marcum, John<mailto:[email protected]> Sent: 7/23/2013 12:36 PM To: SMS List ([email protected])<mailto:[email protected]> Subject: [mssms] Script to Edit Collection Properties Does anyone have a script to uncheck the box "use incremental updates for this collection" for all collections? Also I'd love to see a report of all the collections that have it checked before unchecking it if anyone happens to know how to get that out of SQL. ________________________________ John Marcum Sr. Desktop Architect Bradley Arant Boult Cummings LLP ________________________________ ________________________________ Confidentiality Notice: This e-mail is from a law firm and may be protected by the attorney-client or work product privileges. If you have received this message in error, please notify the sender by replying to this e-mail and then delete it from your computer. ________________________________ Confidentiality Notice: This e-mail is from a law firm and may be protected by the attorney-client or work product privileges. If you have received this message in error, please notify the sender by replying to this e-mail and then delete it from your computer. ________________________________ Confidentiality Notice: This e-mail is from a law firm and may be protected by the attorney-client or work product privileges. If you have received this message in error, please notify the sender by replying to this e-mail and then delete it from your computer. ________________________________ Confidentiality Notice: This e-mail is from a law firm and may be protected by the attorney-client or work product privileges. If you have received this message in error, please notify the sender by replying to this e-mail and then delete it from your computer. ________________________________ Confidentiality Notice: This e-mail is from a law firm and may be protected by the attorney-client or work product privileges. If you have received this message in error, please notify the sender by replying to this e-mail and then delete it from your computer. ________________________________ Confidentiality Notice: This e-mail is from a law firm and may be protected by the attorney-client or work product privileges. If you have received this message in error, please notify the sender by replying to this e-mail and then delete it from your computer. ________________________________ Confidentiality Notice: This e-mail is from a law firm and may be protected by the attorney-client or work product privileges. If you have received this message in error, please notify the sender by replying to this e-mail and then delete it from your computer.

