Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions redir/.openpublishing.redirection.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,12 +177,17 @@
},
{
"redirect_document_id": false,
"redirect_url": "/powershell/scripting/install/install-powershell-on-linux",
"redirect_url": "/powershell/scripting/install/linux-overview",
"source_path": "../reference/docs-conceptual/install/install-powershell-on-linux.md"
},
{
"redirect_document_id": false,
"redirect_url": "/powershell/scripting/install/linux-overview",
"source_path": "../reference/docs-conceptual/install/Installing-PowerShell-Core-on-Linux.md"
},
{
"redirect_document_id": false,
"redirect_url": "/powershell/scripting/install/install-powershell-on-linux",
"redirect_url": "/powershell/scripting/install/linux-overview",
"source_path": "../reference/docs-conceptual/install/Installing-PowerShell-on-Linux.md"
},
{
Expand Down
18 changes: 9 additions & 9 deletions reference/5.1/Microsoft.PowerShell.Core/Start-Job.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
external help file: System.Management.Automation.dll-Help.xml
Locale: en-US
Module Name: Microsoft.PowerShell.Core
ms.date: 01/18/2026
ms.date: 03/30/2026
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/start-job?view=powershell-5.1&WT.mc_id=ps-gethelp
schema: 2.0.0
aliases:
Expand Down Expand Up @@ -264,15 +264,15 @@ Specifies the mechanism that is used to authenticate user credentials.

The acceptable values for this parameter are as follows:

- Default
- Basic
- Credssp
- Digest
- Kerberos
- Negotiate
- NegotiateWithImplicitCredential
- `Default`
- `Basic`
- `Credssp`
- `Digest`
- `Kerberos`
- `Negotiate`
- `NegotiateWithImplicitCredential`

The default value is Default.
The default value is `Default`.

CredSSP authentication is available only in Windows Vista, Windows Server 2008, and later versions
of the Windows operating system.
Expand Down
20 changes: 10 additions & 10 deletions reference/7.4/Microsoft.PowerShell.Core/Start-Job.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
external help file: System.Management.Automation.dll-Help.xml
Locale: en-US
Module Name: Microsoft.PowerShell.Core
ms.date: 01/18/2026
ms.date: 03/30/2026
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/start-job?view=powershell-7.4&WT.mc_id=ps-gethelp
schema: 2.0.0
aliases:
Expand Down Expand Up @@ -260,7 +260,7 @@ run scripts or open files. In this example, the background job specifies a worki
different than the current directory location.

```powershell
PS C:\Test> Start-Job -WorkingDirectory C:\Test\Scripts { $PWD } |
PS C:\Test> Start-Job -WorkingDirectory C:\Test\Scripts { $PWD } |
Receive-Job -AutoRemoveJob -Wait

Path
Expand Down Expand Up @@ -351,15 +351,15 @@ Specifies the mechanism that is used to authenticate user credentials.

The acceptable values for this parameter are as follows:

- Default
- Basic
- Credssp
- Digest
- Kerberos
- Negotiate
- NegotiateWithImplicitCredential
- `Default`
- `Basic`
- `Credssp`
- `Digest`
- `Kerberos`
- `Negotiate`
- `NegotiateWithImplicitCredential`

The default value is Default.
The default value is `Default`.

CredSSP authentication is available only in Windows Vista, Windows Server 2008, and later versions
of the Windows operating system.
Expand Down
20 changes: 10 additions & 10 deletions reference/7.5/Microsoft.PowerShell.Core/Start-Job.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
external help file: System.Management.Automation.dll-Help.xml
Locale: en-US
Module Name: Microsoft.PowerShell.Core
ms.date: 01/18/2026
ms.date: 03/30/2026
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/start-job?view=powershell-7.5&WT.mc_id=ps-gethelp
schema: 2.0.0
aliases:
Expand Down Expand Up @@ -260,7 +260,7 @@ run scripts or open files. In this example, the background job specifies a worki
different than the current directory location.

```powershell
PS C:\Test> Start-Job -WorkingDirectory C:\Test\Scripts { $PWD } |
PS C:\Test> Start-Job -WorkingDirectory C:\Test\Scripts { $PWD } |
Receive-Job -AutoRemoveJob -Wait

Path
Expand Down Expand Up @@ -351,15 +351,15 @@ Specifies the mechanism that is used to authenticate user credentials.

The acceptable values for this parameter are as follows:

- Default
- Basic
- Credssp
- Digest
- Kerberos
- Negotiate
- NegotiateWithImplicitCredential
- `Default`
- `Basic`
- `Credssp`
- `Digest`
- `Kerberos`
- `Negotiate`
- `NegotiateWithImplicitCredential`

The default value is Default.
The default value is `Default`.

CredSSP authentication is available only in Windows Vista, Windows Server 2008, and later versions
of the Windows operating system.
Expand Down
20 changes: 10 additions & 10 deletions reference/7.6/Microsoft.PowerShell.Core/Start-Job.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
external help file: System.Management.Automation.dll-Help.xml
Locale: en-US
Module Name: Microsoft.PowerShell.Core
ms.date: 01/18/2026
ms.date: 03/30/2026
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/start-job?view=powershell-7.6&WT.mc_id=ps-gethelp
schema: 2.0.0
aliases:
Expand Down Expand Up @@ -260,7 +260,7 @@ run scripts or open files. In this example, the background job specifies a worki
different than the current directory location.

```powershell
PS C:\Test> Start-Job -WorkingDirectory C:\Test\Scripts { $PWD } |
PS C:\Test> Start-Job -WorkingDirectory C:\Test\Scripts { $PWD } |
Receive-Job -AutoRemoveJob -Wait

Path
Expand Down Expand Up @@ -351,15 +351,15 @@ Specifies the mechanism that is used to authenticate user credentials.

The acceptable values for this parameter are as follows:

- Default
- Basic
- Credssp
- Digest
- Kerberos
- Negotiate
- NegotiateWithImplicitCredential
- `Default`
- `Basic`
- `Credssp`
- `Digest`
- `Kerberos`
- `Negotiate`
- `NegotiateWithImplicitCredential`

The default value is Default.
The default value is `Default`.

CredSSP authentication is available only in Windows Vista, Windows Server 2008, and later versions
of the Windows operating system.
Expand Down
Loading
Loading