dsccommunity / ConfigMgrCBDsc

This module contains DSC resources for the management and configuration of Microsoft System Center Configuration Manager Current Branch (ConfigMgrCB).
MIT License
27 stars 8 forks source link

DSC_CMSiteSystemServer #51

Closed jeffotterpohl closed 4 years ago

jeffotterpohl commented 4 years ago

Pull Request (PR) description

Custom module to allow installing and configuring a Site System Server role. Also allows adding proxy and other settings to a site system that is already deployed.

This Pull Request (PR) fixes the following issues

Task list


This change is Reviewable

codecov[bot] commented 4 years ago

Codecov Report

Merging #51 into master will increase coverage by 0%. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #51    +/-   ##
======================================
  Coverage      96%    96%            
======================================
  Files          26     27     +1     
  Lines        2632   2774   +142     
======================================
+ Hits         2544   2686   +142     
  Misses         88     88            
jeffotterpohl commented 4 years ago

Updated to account for Anonymous and a proxy access account still being displayed in WMI. Updated to allow ProxyAccessAccount = '' to reset back to system account.