dsccommunity / OfficeOnlineServerDsc

This module contains DSC resources for deployment and configuration of Office Online Server.
MIT License
15 stars 16 forks source link

Fixes issue where the OOS PS module could not be found #43

Closed ykuijs closed 5 years ago

ykuijs commented 5 years ago

Pull Request (PR) description

This PR fixes the issue where the OOS PowerShell cmdlets could not be found until you restarted PowerShell, by pushing the config once more. The PR makes sure any new Windows environment variables are loaded into the PSModulePath variable.

This Pull Request (PR) fixes the following issues

Task list


This change is Reviewable

codecov-io commented 5 years ago

Codecov Report

Merging #43 into dev will increase coverage by <1%. The diff coverage is 100%.

Impacted file tree graph

@@        Coverage Diff         @@
##           dev   #43    +/-   ##
==================================
+ Coverage   92%   92%   +<1%     
==================================
  Files        4     4            
  Lines      263   273    +10     
==================================
+ Hits       242   252    +10     
  Misses      21    21
ykuijs commented 5 years ago

@NikCharlebois It is all yours :-)