PowerShell/test/tools/Modules/HelpersCommon
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.psd1 Remove DCOM support from *-Computer cmdlets (#5277) 2017-11-01 10:59:41 -07:00
HelpersCommon.psm1 Remove DCOM support from *-Computer cmdlets (#5277) 2017-11-01 10:59:41 -07:00