PowerShell/test/tools
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
..
CodeCoverageAutomation fix sparse-checkout list (#5263) 2017-10-31 15:40:23 -07:00
Modules Remove DCOM support from *-Computer cmdlets (#5277) 2017-11-01 10:59:41 -07:00
OpenCover fix sparse-checkout list (#5263) 2017-10-31 15:40:23 -07:00
TestExe Autocorrected CRLF to LF (#4943) 2017-09-29 16:28:15 -07:00
WebListener Replace HttpBin.org/response-headers Tests with WebListener (#5058) 2017-10-18 12:24:02 -07:00