ticketmaster / poshspec

Infrastructure Testing DSL running in Pester
MIT License
183 stars 32 forks source link

Add test for Windows features #38

Closed devblackops closed 8 years ago

devblackops commented 8 years ago

Add new test for Windows features called ServerFeature. LIke discussed in #2, this will only work on server operating systems as it uses Get-WindowsFeature internally and that cmdlet is part of the ServerManager module.

cdhunt commented 8 years ago

Thanks again, @devblackops.