PowerShell/test/powershell/engine
Mike Richmond 515a999e1c Porting Enable-PSRemoting and its Tests (#2671)
Fixes #1193 for most scenarios. The remaining scenario to be addressed is the Nano Server bring-up scenario. To continue supporting that scenario, I left the Install-PowerShellRemoting script in place.

This change 
1. Ports Enable-PSRemoting and Disable-PSRemoting to PowerShell Core
2. Adds side-by-side PowerShell Core remoting support to the PSSessionConfiguration cmdlets and PSRemoting cmdlets.
3. Ports PSSessionConfiguration tests

This change also introduces a behavioral difference. The PSRemoting and PSSessionConfiguration cmdlets are now context-sensitive and only work for endpoints that match the PowerShell type. For example, Get-PSSessionConfiguration, when running in PowerShell Core, will only return PowerShell Core WinRM endpoints. It will only modify PowerShell Core WinRM endpoints and cannot be used to configure Windows PowerShell endpoints.
2017-08-08 09:36:22 -07:00
..
Api Add type inference for Foreach-Object -MemberName (#3972) 2017-06-22 13:34:33 -07:00
Basic Add test to validate 'Assembly.LoadFrom' behavior (#4285) 2017-07-18 22:10:59 -07:00
ETS Enable DataRow/DataRowView adapters in PowerShell Core (#4258) 2017-07-17 11:27:01 -07:00
Help PSScriptAnalyzer fixes by category (#4261) 2017-07-21 21:03:49 -07:00
Module PSScriptAnalyzer fixes by category (#4261) 2017-07-21 21:03:49 -07:00
ParameterBinding PSScriptAnalyzer fixes by category (#4261) 2017-07-21 21:03:49 -07:00
Remoting PSScriptAnalyzer fixes by category (#4261) 2017-07-21 21:03:49 -07:00
Attributes.Tests.ps1 Fix error message when 'HelpMessage' property of 'ParameterAttribute' is set to empty string (#4334) 2017-07-26 09:20:43 -07:00
BasicEngine.Tests.ps1 Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
DefaultCommands.Tests.ps1 Porting Enable-PSRemoting and its Tests (#2671) 2017-08-08 09:36:22 -07:00
InitialSessionState.Tests.ps1 PSScriptAnalyzer fixes by category (#4261) 2017-07-21 21:03:49 -07:00
Jobs.Tests.ps1 Fixing background jobs for Unix and Windows (#1972) 2016-11-09 22:44:39 -08:00
PropertyAccessor.Tests.ps1 Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
SemanticVersion.Tests.ps1 Fix usage of -TestCases so that the parameters show up in the test case description (#4188) 2017-07-07 09:25:46 -07:00
ValidateAttributes.Tests.ps1 Support Positive/Negative ValidateRange (#4084) 2017-08-02 11:24:06 -07:00