SCCM Configmgr Remove Collection membership for Direct rule Collections using Powershell

  This blog post is continuation to my previous post ‘Monitor collection evaluation's and remove incremental membership schedule for non-priority collections’ .More information can be found at http://eskonr.com/2019/01/sccm-configmgr-monitoring-collection-evaluations-and-change-update-membership-schedule-using-powershell/ . In this post ,we will see how to improve the collection evaluation performance further by identifying list of collections with direct rule created that have membership…
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…