SCCM Configmgr Powershell script to remove the Maintenance Window on list of collections

  Maintenance windows in SCCM Configmgr enable you to define a time when SCCM operations can be carried out on members of a device collection. These maintenance windows are helpful to ensure that client configuration changes occur during periods that do not affect the productivity of the organization. More information about  Maintenance windows refer https://docs.microsoft.com/en-us/sccm/core/clients/manage/collections/use-maintenance-windows…
SCCM Configmgr Clean Old Client logs that contain SCNotify and SCClient using Compliance Settings

Few months ago ,i wrote blog post about how to use Compliance Settings to clean content in ccmcache folder. For more information, please refer http://eskonr.com/2016/08/sccm-configmgr-how-to-clean-ccmcache-content-older-than-x-days-using-compliance-settings/ This blog post is about deletion of client log files that contain SCNotify and SCClient. What does these logs capture information about ? SCNotify_<domain>@<username>_1.log : Records the activity for notifying…
SCCM Configmgr powershell to install Distribution Point role on multiple computers

Installing the distribution point on workstation or server is straight forward method from console .All you need is ,an account that has local admin rights on remote computer to install IIS components and install DP role. To install Distribution point role on remote computer, Open configuration manager ,go to administration node, expand site configuration ,right…
SCCM Configmgr how to manage clients in untrusted forest

Few weeks ago ,i was assigned with task to manage clients in untrusted forest using Configuration Manager 2012 R2 SP1.Yes, we are still running on Configmgr 2012 but soon (next few weeks) on Configmgr Current Branch . Scenario is ,I have a forest (intranet.asia) where SCCM 2012 R2 SP1 is installed and this is being…
Configmgr PowerShell script to create deployments for multiple software update groups to multiple collections

Introduction: Updated: This post is valid only if your Configmgr is running Current Branch 1702 and above versions due the change in powershell cmdlet New-CMSoftwareUpdateDeployment . Software update groups provide you with an effective method to organize software updates in your environment. Software update group consists of multiple software updates (metadata Only) .You can manually add software…