Sorry.. Hadn’t had my morning tea! That is the one you sent! Ta!
From: Mawdsley R. Sent: 13 August 2015 08:04 To: '[email protected]' <[email protected]> Subject: RE: [mssms] RE: Powershell Script Thankyou Sean. Any idea for the “Distribute the content for this package to preferred distribution points” one? Thankyou Rich --------------------------------- Rich Mawdsley SoftwareServices - iSolutions University of Southampton --------------------------------- From: [email protected]<mailto:[email protected]> [mailto:[email protected]] On Behalf Of Sean Pomeroy Sent: 12 August 2015 15:10 To: [email protected]<mailto:[email protected]> Subject: Re: [mssms] RE: Powershell Script For "Download content from distribution point and run locally".... Set-CMApplication $ApplicationName -SendToProtectedDistributionPoint $True and "Allow clients to use a fallback source location for content"... Set-CMDeploymentType -AllowClientsToUseFallbackSourceLocationForContent $true -ApplicationName $ApplicationName -DeploymentTypeName $DeploymentTypeName -MsiOrScriptInstaller Obviously these are examples and will need to be modified to work with your script. On Wed, Aug 12, 2015 at 4:21 AM Mawdsley R. <[email protected]<mailto:[email protected]>> wrote: Morning, So the script below now working fine for ticking the “Allow clients to use a fallback source location for content” box. But I also need it to set the dropdown box to “Download content from distribution point and run locally”.. and on the Distribution Settings page, “Distribute the content for this package to preferred distribution points”. I can’t find any powershell cmdlets for these, any ideas? Thanks, Rich From: [email protected]<mailto:[email protected]> [mailto:[email protected]<mailto:[email protected]>] On Behalf Of [email protected]<mailto:[email protected]> Sent: 11 August 2015 15:14 To: [email protected]<mailto:[email protected]> Subject: [mssms] RE: Powershell Script Hi, And check this http://www.david-obrien.net/2013/04/set-cmdeploymenttype-via-powershell-for-configmgr-2012/ Maarten From: [email protected]<mailto:[email protected]> [mailto:[email protected]] On Behalf Of Mawdsley R. Sent: Tuesday, August 11, 2015 14:34 To: [email protected]<mailto:[email protected]> Subject: [mssms] Powershell Script Hi All, I need to set Fallback on all my applications, and a quick google found me the below page, however the script doesn't work at all for me, and I’m yet to tick off the “learn powershell” from my to-do list.. http://www.configmgr.no/2014/04/24/script-set-allow-fallback-for-deployment-types/ Any ideas what wrong? [cid:[email protected]] Thankyou Rich ================================================================================================ De informatie opgenomen in dit bericht kan vertrouwelijk zijn en is uitsluitend bestemd voor de geadresseerde. Indien u dit bericht onterecht ontvangt, wordt u verzocht de inhoud niet te gebruiken en de afzender direct te informeren door het bericht te retourneren. ================================================================================================ The information contained in this message may be confidential and is intended to be exclusively for the addressee. Should you receive this message unintentionally, please do not use the contents herein and notify the sender immediately by return e-mail. ================================================================================================
