Skip to content

Commit 70913ed

Browse files
authored
Update powershell-module-installation.include.md
1 parent 8f914fd commit 70913ed

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

servicecontrol/common-includes/deployment/powershell-module-installation.include.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,17 @@ The `Particular.ServiceControl.Management` module can be installed from the [Pow
55
The ServiceControl PowerShell module has the following prerequisites:
66

77
#if-version [5,)
8+
9+
The ServiceControl PowerShell module requires a version of PowerShell (Core) greater or equal to the [oldest supported LTS version](https://learn.microsoft.com/en-us/powershell/scripting/install/powershell-support-lifecycle#powershell-end-of-support-dates). The [PowerShell Gallery page](https://www.powershellgallery.com/packages/Particular.ServiceControl.Management) will identify the minimum PowerShell version for each release.
10+
11+
Windows PowerShell is not supported.
812
- PowerShell (Core) 7.2 or later
13+
-
914
#end-if
1015
#if-version [,5)
11-
- PowerShell Core 7.2 or later, or
12-
- Windows PowerShell 5.1
16+
17+
The ServiceControl PowerShell module requires PowerShell Core 7.2 or later, or Windows PowerShell 5.1.
18+
1319
#end-if
1420

1521
## Installing and using the PowerShell module
@@ -38,4 +44,4 @@ snippet: ps-getversion
3844
> `Method not found: 'System.Security.AccessControl.DirectorySecurity System.IO.DirectoryInfo.GetAccessControl(System.Security.AccessControl.AccessControlSections)'`
3945
>
4046
> This indicates that the PowerShell module is being executed using a newer version of PowerShell than it supports. To resolve this issue, make sure to use the PowerShell module hosted on the [PowerShell Gallery](https://www.powershellgallery.com/packages/Particular.ServiceControl.Management/).
41-
#end-if
47+
#end-if

0 commit comments

Comments
 (0)