PowerShell/test/powershell/engine
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
..
Api removed RunspaceConfiguration support (#4942) 2017-10-18 09:12:23 -07:00
Basic Remove DCOM support from *-Computer cmdlets (#5277) 2017-11-01 10:59:41 -07:00
Cdxml Use consistent '(c)' for copyright symbol (#5210) 2017-10-26 14:12:19 -07:00
COM Use stricter rule to unwrap a PSObject that wraps a COM object (#4614) 2017-08-28 13:19:02 -07:00
ETS Autocorrected CRLF to LF (#4943) 2017-09-29 16:28:15 -07:00
Help Add new Fwlinks for v6 help content (#4978) 2017-10-23 09:28:17 -07:00
Job Rename powershell.exe to pwsh.exe (#5101) 2017-10-17 17:25:11 -07:00
Module Unify cmdlets with parameter 'Encoding' to be of type System.Text.Encoding (#5080) 2017-10-23 19:46:27 -07:00
ParameterBinding Add term rules (#5213) 2017-10-25 15:08:52 -07:00
Remoting Exclude PSHostProcess cmdlets from Unix platforms (#5105) 2017-10-18 09:26:24 -07:00
ResourceValidation Autocorrected CRLF to LF (#4943) 2017-09-29 16:28:15 -07:00