Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.
Open
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
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ None

#### Examples

* [Install a cab file with the given name from the given path](https://github.com/PowerShell/PSDesResources/blob/master/Examples/Sample_WindowsPackageCab.ps1)
* [Install a cab file with the given name from the given path](https://github.com/PowerShell/PSDscResources/blob/master/Examples/Sample_WindowsPackageCab.ps1)

### WindowsProcess

Expand Down Expand Up @@ -533,10 +533,10 @@ None

#### Examples

* [Start a process](https://github.com/PowerShell/PSDesResources/blob/master/Examples/Sample_WindowsProcess_Start.ps1)
* [Stop a process](https://github.com/PowerShell/PSDesResources/blob/master/Examples/Sample_WindowsProcess_Stop.ps1)
* [Start a process under a user](https://github.com/PowerShell/PSDesResources/blob/master/Examples/Sample_WindowsProcess_StartUnderUser.ps1)
* [Stop a process under a user](https://github.com/PowerShell/PSDesResources/blob/master/Examples/Sample_WindowsProcess_StopUnderUser.ps1)
* [Start a process](https://github.com/PowerShell/PSDscResources/blob/master/Examples/Sample_WindowsProcess_Start.ps1)
* [Stop a process](https://github.com/PowerShell/PSDscResources/blob/master/Examples/Sample_WindowsProcess_Stop.ps1)
* [Start a process under a user](https://github.com/PowerShell/PSDscResources/blob/master/Examples/Sample_WindowsProcess_StartUnderUser.ps1)
* [Stop a process under a user](https://github.com/PowerShell/PSDscResources/blob/master/Examples/Sample_WindowsProcess_StopUnderUser.ps1)

### ProcessSet

Expand Down Expand Up @@ -570,13 +570,15 @@ The following parameters will be the same for each process in the set:

#### Examples

* [Start multiple processes](https://github.com/PowerShell/PSDesResources/blob/master/Examples/Sample_ProcessSet_Start.ps1)
* [Stop multiple processes](https://github.com/PowerShell/PSDesResources/blob/master/Examples/Sample_ProcessSet_Stop.ps1)
* [Start multiple processes](https://github.com/PowerShell/PSDscResources/blob/master/Examples/Sample_ProcessSet_Start.ps1)
* [Stop multiple processes](https://github.com/PowerShell/PSDscResources/blob/master/Examples/Sample_ProcessSet_Stop.ps1)

## Versions

### Unreleased

* Fixed URLs in the Examples sections in the WindowsPackage, WindowsProcess and ProcessSet resources.

### 2.9.0.0

* Added Description and Parameter description for composite resources
Expand Down