Documentation Issue
After PowerShell/PowerShell#10920 we will have a breaking change - Start-Job will start in current directory.
Context of the issue
Detailed description of the issue
Before: Start-Job starts in current user home directory.
After: Start-Job starts in current (for current runspace) directory.
Documentation Issue
After PowerShell/PowerShell#10920 we will have a breaking change - Start-Job will start in current directory.
Context of the issue
URL to the article (Docs or GitHub URL): https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/start-job
Issue affects the following content (check all that apply):
Cmdlet reference & about_ topics
Conceptual articles
Is the issue specific to a platform (Y/N - Win/macOS/Linux): No
Detailed description of the issue
Before: Start-Job starts in current user home directory.
After: Start-Job starts in current (for current runspace) directory.