dsccommunity / ComputerManagementDsc

DSC resources for for configuration of a Windows computer. These DSC resources allow you to perform computer management tasks, such as renaming the computer, joining a domain and scheduling tasks as well as configuring items such as virtual memory, event logs, time zones and power settings.
https://dsccommunity.org
MIT License
295 stars 81 forks source link

DSC_Computer: Fix for Delete-ADSIObject #415

Closed rcarpenter79 closed 1 year ago

rcarpenter79 commented 1 year ago

Pull Request (PR) description

This fixes the function Delete-ADSIObject by changing the variable used when creating System.DirectoryServices.DirectoryEntry.

This Pull Request (PR) fixes the following issues

Fixes #414

Task list


This change is Reviewable

codecov[bot] commented 1 year ago

Codecov Report

Merging #415 (4fb3695) into main (fcff2e0) will decrease coverage by 1%. The diff coverage is 100%.

Impacted file tree graph

@@         Coverage Diff         @@
##           main   #415   +/-   ##
===================================
- Coverage    90%    90%   -1%     
===================================
  Files        18     18           
  Lines      1802   1801    -1     
===================================
- Hits       1629   1628    -1     
  Misses      173    173           
Impacted Files Coverage Δ
source/DSCResources/DSC_Computer/DSC_Computer.psm1 90% <100%> (-1%) :arrow_down: