proxb / PoshWSUS

PowerShell module to manage Windows Server Update Services (WSUS)
MIT License
231 stars 64 forks source link

InstallState(s) -> InstallationState(s) #27

Closed Windos closed 8 years ago

Windos commented 8 years ago

Addresses issues #14 and #19

Have changed ExcludedInstallState to ExcludedInstallationState, referencing the MSDN Doco

p.s. Sorry (not sorry) about the frequency of pull requests. This Hacktoberfest event has got me wanting to look into the issues listed on PowerShell repos and figured it a good idea to cut my teeth on modules I know and use regularly; at least two of yours being at the top of that list.

proxb commented 8 years ago

No worries! :) You are doing me a favor by updating the modules that I haven't had time to work with in a while due to other commitments. This was the first major module that I wrote/published and I know that there are many areas that could be improved on. Unfortunately I have found that the more projects that I begin, the harder it is to spread my time across them to maintain.