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
2 changes: 1 addition & 1 deletion .github/workflows/checklist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- name: Checkout Repository
id: checkout_repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Verify Checklist
id: verify_checklist
uses: ./.github/actions/verification/checklist/v1
2 changes: 1 addition & 1 deletion .github/workflows/expectations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- name: Checkout Repository
id: checkout_repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Comment on Community PRs
uses: ./.github/actions/commenting/expectations/v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale-content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- name: Checkout Repository
id: checkout_repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Write Report
uses: ./.github/actions/reporting/stale-content/v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/targeting-repo-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
- name: Checkout Repository
id: checkout_repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Authorized to Modify Repo Files?
uses: ./.github/actions/verification/authorization/v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/targeting-valid-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- name: Checkout Repository
id: checkout_repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Authorized to Target Live Branch?
uses: ./.github/actions/verification/authorization/v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/versioned-content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- name: Checkout Repository
id: checkout_repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Write Report
uses: ./.github/actions/reporting/versioned-content/v1
with:
Expand Down
8 changes: 4 additions & 4 deletions reference/5.1/CimCmdlets/Get-CimClass.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
external help file: Microsoft.Management.Infrastructure.CimCmdlets.dll-Help.xml
Locale: en-US
Module Name: CimCmdlets
ms.date: 12/09/2022
ms.date: 09/11/2023
online version: https://learn.microsoft.com/powershell/module/cimcmdlets/get-cimclass?view=powershell-5.1&WT.mc_id=ps-gethelp
schema: 2.0.0
title: Get-CimClass
Expand Down Expand Up @@ -142,7 +142,7 @@ Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: True
Expand Down Expand Up @@ -203,7 +203,7 @@ Parameter Sets: (All)
Aliases:

Required: False
Position: 2
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
Expand Down Expand Up @@ -246,7 +246,7 @@ Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
Accept wildcard characters: True
```

### -QualifierName
Expand Down
10 changes: 5 additions & 5 deletions reference/5.1/Microsoft.PowerShell.Core/Connect-PSSession.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: 12/02/2022
ms.date: 09/09/2023
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/connect-pssession?view=powershell-5.1&WT.mc_id=ps-gethelp
schema: 2.0.0
title: Connect-PSSession
Expand Down Expand Up @@ -203,7 +203,7 @@ session. The command saves the results in the `$BackupSpecs` variable.The eighth

```powershell
$s = New-PSSession -ComputerName Server01 -Name ITTask -ConfigurationName ITTasks
Invoke-Command -Session $s {Start-Job -FilePath \\Server30\Scripts\Backup-SQLDatabase.ps1}
Invoke-Command -Session $s -ScriptBlock {Start-Job -FilePath \\Server30\Scripts\Backup-SQLDatabase.ps1}
```

```Output
Expand Down Expand Up @@ -243,7 +243,7 @@ Id Name ComputerName State ConfigurationName Availabil
```

```powershell
Invoke-Command -Session $s {Get-Job}
Invoke-Command -Session $s -ScriptBlock {Get-Job}
```

```Output
Expand All @@ -253,8 +253,8 @@ Id Name State HasMoreData Location Comman
```

```powershell
Invoke-Command -Session $s {$BackupSpecs = Receive-Job -JobName Job2}
Invoke-Command -Session $s {\\Server30\Scripts\New-SQLDatabase.ps1 -InitData $BackupSpecs.Initialization}
Invoke-Command -Session $s -ScriptBlock {$BackupSpecs = Receive-Job -JobName Job2}
Invoke-Command -Session $s -ScriptBlock {\\Server30\Scripts\New-SQLDatabase.ps1 -InitData $BackupSpecs.Initialization}
Disconnect-PSSession -Session $s -OutputBufferingMode Drop -IdleTimeoutSec 60*60*15
```

Expand Down
4 changes: 2 additions & 2 deletions reference/7.2/CimCmdlets/Get-CimClass.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
external help file: Microsoft.Management.Infrastructure.CimCmdlets.dll-Help.xml
Locale: en-US
Module Name: CimCmdlets
ms.date: 06/28/2023
ms.date: 09/11/2023
online version: https://learn.microsoft.com/powershell/module/cimcmdlets/get-cimclass?view=powershell-7.2&WT.mc_id=ps-gethelp
schema: 2.0.0
title: Get-CimClass
Expand Down Expand Up @@ -248,7 +248,7 @@ Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
Accept wildcard characters: True
```

### -QualifierName
Expand Down
10 changes: 5 additions & 5 deletions reference/7.2/Microsoft.PowerShell.Core/Connect-PSSession.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: 12/02/2022
ms.date: 09/09/2023
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/connect-pssession?view=powershell-7.2&WT.mc_id=ps-gethelp
schema: 2.0.0
title: Connect-PSSession
Expand Down Expand Up @@ -208,7 +208,7 @@ session. The command saves the results in the `$BackupSpecs` variable.The eighth

```powershell
$s = New-PSSession -ComputerName Server01 -Name ITTask -ConfigurationName ITTasks
Invoke-Command -Session $s {Start-Job -FilePath \\Server30\Scripts\Backup-SQLDatabase.ps1}
Invoke-Command -Session $s -ScriptBlock {Start-Job -FilePath \\Server30\Scripts\Backup-SQLDatabase.ps1}
```

```Output
Expand Down Expand Up @@ -248,7 +248,7 @@ Id Name ComputerName State ConfigurationName Availabil
```

```powershell
Invoke-Command -Session $s {Get-Job}
Invoke-Command -Session $s -ScriptBlock {Get-Job}
```

```Output
Expand All @@ -258,8 +258,8 @@ Id Name State HasMoreData Location Comman
```

```powershell
Invoke-Command -Session $s {$BackupSpecs = Receive-Job -JobName Job2}
Invoke-Command -Session $s {\\Server30\Scripts\New-SQLDatabase.ps1 -InitData $BackupSpecs.Initialization}
Invoke-Command -Session $s -ScriptBlock {$BackupSpecs = Receive-Job -JobName Job2}
Invoke-Command -Session $s -ScriptBlock {\\Server30\Scripts\New-SQLDatabase.ps1 -InitData $BackupSpecs.Initialization}
Disconnect-PSSession -Session $s -OutputBufferingMode Drop -IdleTimeoutSec 60*60*15
```

Expand Down
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: 12/09/2022
ms.date: 09/09/2023
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/disable-experimentalfeature?view=powershell-7.2&WT.mc_id=ps-gethelp
schema: 2.0.0
title: Disable-ExperimentalFeature
Expand Down Expand Up @@ -37,7 +37,7 @@ file is updated for the user to not enable that feature once PowerShell is resta
Upon success nothing is output to the pipeline and only a warning message is displayed.

```powershell
PS C:\> Disable-ExperimentalFeature PSImplicitRemotingBatching
Disable-ExperimentalFeature -Name PSImplicitRemotingBatching
```

```Output
Expand Down
4 changes: 2 additions & 2 deletions reference/7.3/CimCmdlets/Get-CimClass.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
external help file: Microsoft.Management.Infrastructure.CimCmdlets.dll-Help.xml
Locale: en-US
Module Name: CimCmdlets
ms.date: 06/28/2023
ms.date: 09/11/2023
online version: https://learn.microsoft.com/powershell/module/cimcmdlets/get-cimclass?view=powershell-7.3&WT.mc_id=ps-gethelp
schema: 2.0.0
title: Get-CimClass
Expand Down Expand Up @@ -268,7 +268,7 @@ Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
Accept wildcard characters: True
```

### -QualifierName
Expand Down
10 changes: 5 additions & 5 deletions reference/7.3/Microsoft.PowerShell.Core/Connect-PSSession.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: 12/02/2022
ms.date: 09/09/2023
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/connect-pssession?view=powershell-7.3&WT.mc_id=ps-gethelp
schema: 2.0.0
title: Connect-PSSession
Expand Down Expand Up @@ -208,7 +208,7 @@ session. The command saves the results in the `$BackupSpecs` variable.The eighth

```powershell
$s = New-PSSession -ComputerName Server01 -Name ITTask -ConfigurationName ITTasks
Invoke-Command -Session $s {Start-Job -FilePath \\Server30\Scripts\Backup-SQLDatabase.ps1}
Invoke-Command -Session $s -ScriptBlock {Start-Job -FilePath \\Server30\Scripts\Backup-SQLDatabase.ps1}
```

```Output
Expand Down Expand Up @@ -248,7 +248,7 @@ Id Name ComputerName State ConfigurationName Availabil
```

```powershell
Invoke-Command -Session $s {Get-Job}
Invoke-Command -Session $s -ScriptBlock {Get-Job}
```

```Output
Expand All @@ -258,8 +258,8 @@ Id Name State HasMoreData Location Comman
```

```powershell
Invoke-Command -Session $s {$BackupSpecs = Receive-Job -JobName Job2}
Invoke-Command -Session $s {\\Server30\Scripts\New-SQLDatabase.ps1 -InitData $BackupSpecs.Initialization}
Invoke-Command -Session $s -ScriptBlock {$BackupSpecs = Receive-Job -JobName Job2}
Invoke-Command -Session $s -ScriptBlock {\\Server30\Scripts\New-SQLDatabase.ps1 -InitData $BackupSpecs.Initialization}
Disconnect-PSSession -Session $s -OutputBufferingMode Drop -IdleTimeoutSec 60*60*15
```

Expand Down
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: 12/09/2022
ms.date: 09/09/2023
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/disable-experimentalfeature?view=powershell-7.3&WT.mc_id=ps-gethelp
schema: 2.0.0
title: Disable-ExperimentalFeature
Expand Down Expand Up @@ -37,7 +37,7 @@ file is updated for the user to not enable that feature once PowerShell is resta
Upon success nothing is output to the pipeline and only a warning message is displayed.

```powershell
PS C:\> Disable-ExperimentalFeature PSImplicitRemotingBatching
Disable-ExperimentalFeature -Name PSImplicitRemotingBatching
```

```Output
Expand Down
4 changes: 2 additions & 2 deletions reference/7.4/CimCmdlets/Get-CimClass.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
external help file: Microsoft.Management.Infrastructure.CimCmdlets.dll-Help.xml
Locale: en-US
Module Name: CimCmdlets
ms.date: 06/28/2023
ms.date: 09/11/2023
online version: https://learn.microsoft.com/powershell/module/cimcmdlets/get-cimclass?view=powershell-7.4&WT.mc_id=ps-gethelp
schema: 2.0.0
title: Get-CimClass
Expand Down Expand Up @@ -268,7 +268,7 @@ Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
Accept wildcard characters: True
```

### -QualifierName
Expand Down
10 changes: 5 additions & 5 deletions reference/7.4/Microsoft.PowerShell.Core/Connect-PSSession.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: 12/02/2022
ms.date: 09/09/2023
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/connect-pssession?view=powershell-7.4&WT.mc_id=ps-gethelp
schema: 2.0.0
title: Connect-PSSession
Expand Down Expand Up @@ -208,7 +208,7 @@ session. The command saves the results in the `$BackupSpecs` variable.The eighth

```powershell
$s = New-PSSession -ComputerName Server01 -Name ITTask -ConfigurationName ITTasks
Invoke-Command -Session $s {Start-Job -FilePath \\Server30\Scripts\Backup-SQLDatabase.ps1}
Invoke-Command -Session $s -ScriptBlock {Start-Job -FilePath \\Server30\Scripts\Backup-SQLDatabase.ps1}
```

```Output
Expand Down Expand Up @@ -248,7 +248,7 @@ Id Name ComputerName State ConfigurationName Availabil
```

```powershell
Invoke-Command -Session $s {Get-Job}
Invoke-Command -Session $s -ScriptBlock {Get-Job}
```

```Output
Expand All @@ -258,8 +258,8 @@ Id Name State HasMoreData Location Comman
```

```powershell
Invoke-Command -Session $s {$BackupSpecs = Receive-Job -JobName Job2}
Invoke-Command -Session $s {\\Server30\Scripts\New-SQLDatabase.ps1 -InitData $BackupSpecs.Initialization}
Invoke-Command -Session $s -ScriptBlock {$BackupSpecs = Receive-Job -JobName Job2}
Invoke-Command -Session $s -ScriptBlock {\\Server30\Scripts\New-SQLDatabase.ps1 -InitData $BackupSpecs.Initialization}
Disconnect-PSSession -Session $s -OutputBufferingMode Drop -IdleTimeoutSec 60*60*15
```

Expand Down
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: 12/09/2022
ms.date: 09/09/2023
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/disable-experimentalfeature?view=powershell-7.4&WT.mc_id=ps-gethelp
schema: 2.0.0
title: Disable-ExperimentalFeature
Expand Down Expand Up @@ -37,7 +37,7 @@ file is updated for the user to not enable that feature once PowerShell is resta
Upon success nothing is output to the pipeline and only a warning message is displayed.

```powershell
PS C:\> Disable-ExperimentalFeature PSImplicitRemotingBatching
Disable-ExperimentalFeature -Name PSImplicitRemotingBatching
```

```Output
Expand Down
Loading