Month: April 2015
Tips for Installing ConfigMgr Apps during OSD
Similar to a previous post on 10 Tips for a More Successful Windows Image Build & Capture, this post outlines tips to help you successfully deploy ConfigMgr 2012 R2 Applications during OS deployment for an image build/capture on a workgroup computer.
- First, review the top tips for OSD (10 Tips for a More Successful Windows Image Build & Capture)
- Second, if your DP is setup for HTTPS, skip to the last step in this sequence
- Enable anonymous authentication on the DP properties
- Install the latest CU for the ConfigMgr client with the PATCH property
- Ensure the Network Access Account (which is also used by workgroup computers to access resources) has been defined and has the appropriate access to the DP resources
- Install hotfix KB2522623 as a package – for Win7 SP1
- Install hotfix KB2775511 as a package – for Win7 SP1
- Command to enable SWDist Agent via command
WMIC /namespace:\\root\ccm\policy\machine\requestedconfig path ccm_SoftwareDistributionClientConfig CREATE ComponentName=”Enable SWDist”, Enabled=”true”, LockSettings=”TRUE”, PolicySource=”local”, PolicyVersion=”1.0″, SiteSettingsKey=”1″ /NOINTERACTIVE
- Command to enable PowerShell Scripts: reg add HKLM\SOFTWARE\Policies\Microsoft\Windows\PowerShell /v EnableScripts /t REG_DWORD /d 1 /f
Command to enable PowerShell ExecutionPolicy: reg add reg add HKLM\SOFTWARE\Policies\Microsoft\Windows\PowerShell /v ExecutionPolicy /d Unrestricted /f
- Application deployment types: set Content > Deployment options – Download content from DP and run locally
- Ensure the property “Allow this application to be installed from the Install Application Task Sequence action” has been enabled (hint: it’s on the General tab for the application’s properties)
- Then if all else fails, ditch applications for doing a build and capture…