Skip to main content

Posts

Showing posts from September, 2017

Unable to Install SCCM Client- File C:\Windows\ccmsetup\MicrosoftPolicyPlatformSetup.Msi Error text : ExitCode: 1625

Today while troubleshooting SCCM client issue in one of the server I came across the below issue and thought of sharing with all of you. Hope it helps. Issue: Unable to Install SCCM Client getting below error in CCMSetup.log Reason:  Per the below log entry, setup was failing because the installation of MicrosoftPolicyPlatformSetup.Msi failed in the backend. Resolution: To resolve the issue, we need to perform manual installation of MicrosoftPolicyPlatformSetup.Msi. To perform the installation, follow below steps: Go to C:\windows\ccmsetup\ and right click on MicrosoftPolicyPlatformSetup.Msi and run as administrator to install it manually Post installing the MicrosoftPolicyPlatformSetup.Msi, run the CCMSETUP.exe setup once again and monitor the logs to check the installation status and the log should end with ccmsetup is exiting with return code 0. Post installation you can verify the configuration manager client in control panel and it should show all the 11

Installing Pull Distribution Point in SCCM 2012 R2

In this guide, we will learn how to install Pull Distribution Point in SCCM 2012 R2, before that we will put some lights to understand what is Pull DP. Microsoft System Center 2012 Configuration Manager SP1 introduces a new type of distribution point called a pull distribution point. By configuring pull DP instead of having to get the content from the primary site, a distribution point can pull the content from the nearest distribution point. Pull distribution points still allow you to specify where each distribution point resides in the hierarchy but also gives you the flexibility of defining the source distribution point. The result also allows you to overcome the previous limitation of a maximum of 250 distribution points and helps reduce the load of content distribution on primary sites. Follow the below steps to perform the installation of Pull DP. In Configuration Manager Console, Select the Administration Workspace, Site Configuration, right click on sites and then select Crea

Strikethrough in a excel cell

In today’s guide, we will learn about how to strikethrough in an excel cell, to do so please follow the below steps. Open an Excel sheet and type the text you want to strikethrough as below in cell. Right click on the select cell as below and click on format cells. In format cells window, click on Font Tab and check the box for Strikethrough in effects and click on ok as shown in below picture. Here you go the result will be as below. Thank you and Keep Learning ☺ Please do comment if any clarification.