Closed devblackops closed 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.
ServerFeature
Get-WindowsFeature
ServerManager
Thanks again, @devblackops.
Add new test for Windows features called
ServerFeature
. LIke discussed in #2, this will only work on server operating systems as it usesGet-WindowsFeature
internally and that cmdlet is part of theServerManager
module.