PowerShell/test/powershell/Modules
Bruce Payette dfb3866c5d Support backgrounding pipelines with ampersand (#3360)
Implements support for backgrounding pipelines with &. Putting & at the end of a pipeline will cause the pipeline
to be run as a PowerShell job. When a pipeline is backgrounded a job object is returned. Once the pipeline is
running as a job, all of the normal job cmdlets can be used to manage the job. Variables (ignoring process-specific
variables) used in the pipeline are automatically copied to the job so
    copy $foo $bar &
just works. The job is also run in the current directory instead of the user's home directory as is the case with Start-Job.Implement
2017-05-18 19:15:19 -07:00
..
CimCmdlets
Microsoft.PowerShell.Core Support backgrounding pipelines with ampersand (#3360) 2017-05-18 19:15:19 -07:00
Microsoft.PowerShell.Diagnostics Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
Microsoft.Powershell.Host Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
Microsoft.PowerShell.LocalAccounts Fix New-LocalUser cmdlet to roll back user in case of user attributes assignment failure. 2017-03-09 09:25:46 -08:00
Microsoft.PowerShell.Management Add autoload for TestLanguage.psm1 TestHelpers.psm1 (#3456) 2017-05-17 11:09:27 -07:00
Microsoft.PowerShell.Security Add autoload for test modules (#3342) 2017-03-26 21:46:39 -07:00
Microsoft.PowerShell.Utility Add autoload for TestLanguage.psm1 TestHelpers.psm1 (#3456) 2017-05-17 11:09:27 -07:00
PackageManagement Jameswtruher/travisdaily2 (#2842) 2016-12-06 13:58:57 -08:00
PowerShellGet Move powershell to .NET Core 2.0 (#3556) 2017-04-17 11:52:38 -07:00
PSDesiredStateConfiguration corrected use of PSModulePath casing to be consistent with Windows PowerShell (#3255) 2017-03-15 12:04:28 -07:00
PSReadLine
map.json