IAdmPowerShellVersionInfo
The IAdmPowerShellVersionInfo interface provides information about the minimum required version of Microsoft PowerShell.
Inheritance: IUnknown
To get the IAdmPowerShellVersionInfo interface, use one of the following approaches:
- Bind to the Service Settings container using the
"ServiceSettings"
alias. - Create an instance of the AdmPowerShellEnvironment class.
How
- PowerShell
-
[Reflection.Assembly]::LoadWithPartialName("Softerra.Adaxes.Adsi") $psEnvironment = New-Object "Softerra.Adaxes.Interop.PowerShell.AdmPowerShellEnvironment"
- C#
-
using Softerra.Adaxes.Interop.PowerShell; class Program { static void Main(string[] args) { AdmPowerShellEnvironment psEnvironment = new AdmPowerShellEnvironment(); } }
Properties
-
Property
-
Description
-
MinimumRequiredVersion
-
Gets the minimum required version of Microsoft PowerShell.
-
MinimumRequiredVersionInstalled
-
Gets a value indicating whether the minimum required version of Microsoft PowerShell is installed.
Details
MinimumRequiredVersion
Gets the minimum required version of Microsoft PowerShell.
- Type:
- string
- Access:
- Read-only
MinimumRequiredVersionInstalled
Gets a value indicating whether the minimum required version of Microsoft PowerShell is installed.
- Type:
- bool
- Access:
- Read-only
Requirements
Minimum required version: 2018.1