Question
PowerShell Version 3.0
- Laurent Dardenne
- Hors Ligne
- Modérateur
-
- Messages : 6311
- Remerciements reçus 68
Tutoriels PowerShell
Connexion ou Créer un compte pour participer à la conversation.
- Matthew BETTON
- Auteur du sujet
- Hors Ligne
- Membre platinium
-
- Messages : 968
- Remerciements reçus 0
PSCX 3.0 Beta Released
PSCX 3.0 Beta 1 is our primary release targeting PowerShell 3.0 and only PowerShell 3.0. We've made the jump to .NET 4.0 and are using PowerShell 3.0 specific features. If you need PowerShell 2.0 support use PSCX 2.1 Beta. We will be releasing this version to production in a month or so and it will support both PowerShell 2.0 and 3.0.
Connexion ou Créer un compte pour participer à la conversation.
- Matthew BETTON
- Auteur du sujet
- Hors Ligne
- Membre platinium
-
- Messages : 968
- Remerciements reçus 0
PowerShell Community Extensions se met à jour en conséquence :
PSCX 3.0 Beta Released
PSCX 3.0 Beta 1 is our primary release targeting PowerShell 3.0 and only PowerShell 3.0. We've made the jump to .NET 4.0 and are using PowerShell 3.0 specific features. If you need PowerShell 2.0 support use PSCX 2.1 Beta. We will be releasing this version to production in a month or so and it will support both PowerShell 2.0 and 3.0.
La version 3.0 Release Candidate est maintenant disponible.
Connexion ou Créer un compte pour participer à la conversation.
- Laurent Dardenne
- Hors Ligne
- Modérateur
-
- Messages : 6311
- Remerciements reçus 68
[code:1]
$PSProfile=[Environment]::GetFolderPath(\"MyDocuments\"«»)+\"\WindowsPowerShell\"
if ($PSVersionTable.PSversion -eq \"3.0\"«»)
{
$ModulePath=$env:«»PSModulePath -split \";\"|Where {$_ -match \"pscx\"}
Import-Module Pscx -arg \"$ModulePath\PSCX\Pscx.UserPreferences.ps1\" -RequiredVersion 3.0.0.0
}
else
{Import-Module Pscx -arg \"$PSProfile\Modules\PSCX\Pscx.UserPreferences.ps1\"}
[/code:1]
Tutoriels PowerShell
Connexion ou Créer un compte pour participer à la conversation.
- Vous êtes ici :
-
Accueil
-
forum
-
PowerShell
-
Discussions générales
- PowerShell Version 3.0