PowerShell/test/tools/Modules
James Truher [MSFT] d43b2cf958 Remove DCOM support from *-Computer cmdlets (#5277)
Since DCOM is not supported in corefx there was a great deal of dead code in the computer cmdlets.
This PR removes all vestiges of DCOM support from:

- Rename-Computer
- Restart-Computer
- Stop-Computer

removing about 4500 lines of dead code. Also, tests are updated to provide more complete coverage.
I also removed test-connection completely to make way for @iSazonov upcoming PR to improve coverage in tests, I created some test hook code which will test the cmdlet code without actually calling the WMI method to restart/rename/stop the system
2017-11-01 10:59:41 -07:00
..
HelpersCommon Remove DCOM support from *-Computer cmdlets (#5277) 2017-11-01 10:59:41 -07:00
HelpersHostCS Use consistent '(c)' for copyright symbol (#5210) 2017-10-26 14:12:19 -07:00
HelpersLanguage Use consistent '(c)' for copyright symbol (#5210) 2017-10-26 14:12:19 -07:00
HelpersRemoting Use consistent '(c)' for copyright symbol (#5210) 2017-10-26 14:12:19 -07:00
HttpListener Use consistent '(c)' for copyright symbol (#5210) 2017-10-26 14:12:19 -07:00
WebListener Replace HttpBin.org/response-headers Tests with WebListener (#5058) 2017-10-18 12:24:02 -07:00