Bonjour
Je reviens avec d"autres essais non concluants bien sur
J'ai lancé powershell_ise.exe puis j'ai mis les cdes
PS C:\Windows\system32> Get-ExecutionPolicy
Restricted
PS C:\Windows\system32> Set-ExecutionPolicy AllSigned
Ensuite j'ai copié/collé plusieurs scripts powell shell trouvés sur différents sites et a chaque fois j'ai des erreurs (voir ci dessous)
Qu'en pensez vous?
PS C:\Windows\system32> Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
Exception lors de la définition de « SecurityProtocol » : « Impossible de convertir la valeur « 3312 » en type « System.Net.SecurityProtocolType » en raison de valeurs d'énumération non valides. Spécifiez l'une des valeurs d'énumération suivantes et réessayez. Les valeurs d'énumération possibles sont « Ssl3, Tls ». »
Au niveau de ligne : 1 Caractère : 85
+ Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]:: <<<< SecurityProtocol = System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex
((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')
)
+ CategoryInfo : InvalidOperation: ( [], RuntimeException
+ FullyQualifiedErrorId : PropertyAssignmentException
Exception lors de l'appel de « DownloadString » avec « 1 » argument(s) : « La connexion sous-jacente a été fermée : Une erreur inattendue s'est produite lors de l'envoi. » Au niveau de ligne : 1 Caractère : 219
+ Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::Se
curityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New
-Object System.Net.WebClient).DownloadString <<<< ('https://chocolatey.org/install.ps1')
)
+ CategoryInfo : NotSpecified: ( [], MethodInvocationException
+ FullyQualifiedErrorId : DotNetMethodException
_____________________________________________________________________________________
PS C:\Windows\system32> Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
Exception lors de la définition de « SecurityProtocol » : « Impossible de convertir la valeur « 3312 » en type « System.Net.SecurityProtocolType » en raison de valeurs d'énumération non valides. Spécifiez l'une des valeurs d'énumération suivantes et réessayez. Les valeurs d'énumération possibles sont « Ssl3, Tls ». »
Au niveau de ligne : 1 Caractère : 85
+ Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]:: <
<<< SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex
((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')
)
+ CategoryInfo : InvalidOperation: ( [], RuntimeException
+ FullyQualifiedErrorId : PropertyAssignmentException
Exception lors de l'appel de « DownloadString » avec « 1 » argument(s) : « La connexion sous-jacente a été fermée : Une erreur inattendue s'est produite lors de l'envoi. » Au niveau de ligne : 1 Caractère : 219
+ Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New
-Object System.Net.WebClient).DownloadString <<<< ('https://chocolatey.org/install.ps1')
)
+ CategoryInfo : NotSpecified: ( [], MethodInvocationException
+ FullyQualifiedErrorId : DotNetMethodException
_____________________________________________________________________________________
PS C:\Windows\system32> Set-ExecutionPolicy AllSigned; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
Set-ExecutionPolicy : Windows PowerShell a correctement mis à jour votre stratégie d'exécution, mais ce paramétrage est remplacé par une stratégie définie dans un contexte plus spécifique. Votre environnement va donc conserver sa stratégie d'exécution actuelle, « Bypass ». Tapez « Get-ExecutionPolicy -List » pour afficher les paramètres de stratégie
d'exécution. Pour plus d'informations, voir « Get-Help Set-ExecutionPolicy ».
Au niveau de ligne : 1 Caractère : 20
+ Set-ExecutionPolicy <<<< AllSigned; iex ((New-Object System.Net.WebClient).DownloadSt
ring('https://chocolatey.org/install.ps1'))
+ CategoryInfo : PermissionDenied: ( [Set-ExecutionPolicy], SecurityExce
ption
+ FullyQualifiedErrorId : ExecutionPolicyOverride,Microsoft.PowerShell.Commands.Set
ExecutionPolicyCommand
Exception lors de l'appel de « DownloadString » avec « 1 » argument(s) : « La connexion sous-jacente a été fermée : Une erreur inattendue s'est produite lors de l'envoi. »
Au niveau de ligne : 1 Caractère : 85
+ Set-ExecutionPolicy AllSigned; iex ((New-Object System.Net.WebClient).DownloadString <
<<< ('https://chocolatey.org/install.ps1'))
+ CategoryInfo : NotSpecified: ( [], MethodInvocationException
+ FullyQualifiedErrorId : DotNetMethodException
_____________________________________________________________________________________
PS C:\Windows\system32> PS C:\WINDOWS\system32#> Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
Get-Process : Impossible de trouver un paramètre positionnel acceptant l'argument « Set-ExecutionPolicy ».
Au niveau de ligne : 1 Caractère : 3
+ PS <<<< C:\WINDOWS\system32#> Set-ExecutionPolicy Bypass -Scope Process -Force; iex (
(New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
+ CategoryInfo : InvalidArgument: ( [Get-Process], ParameterBindingExcep
tion
+ FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.PowerShell.Commands
.GetProcessCommand
Exception lors de l'appel de « DownloadString » avec « 1 » argument(s) : « La connexion sous-jacente a été fermée : Une erreur inattendue s'est produite lors de l'envoi. »
Au niveau de ligne : 1 Caractère : 129
+ PS C:\WINDOWS\system32#> Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-O
bject System.Net.WebClient).DownloadString <<<< ('https://chocolatey.org/install.ps1'))
+ CategoryInfo : NotSpecified: ( [], MethodInvocationException
+ FullyQualifiedErrorId : DotNetMethodException
_____________________________________________________________________________________
PS C:\Windows\system32> Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
Exception lors de l'appel de « DownloadString » avec « 1 » argument(s) : « La connexion sous-jacente a été fermée : Une erreur inattendue s'est produite lors de l'envoi. »
Au niveau de ligne : 1 Caractère : 104
+ Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClien
t).DownloadString <<<< ('https://chocolatey.org/install.ps1'))
+ CategoryInfo : NotSpecified: ( [], MethodInvocationException
+ FullyQualifiedErrorId : DotNetMethodException
_____________________________________________________________________________________
PS C:\Windows\system32> Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
Exception lors de l'appel de « DownloadString » avec « 1 » argument(s) : « La connexion sous-jacente a été fermée : Une erreur inattendue s'est produite lors de l'envoi. »
Au niveau de ligne : 1 Caractère : 104
+ Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClien
t).DownloadString <<<< ('https://chocolatey.org/install.ps1'))
+ CategoryInfo : NotSpecified: ( [], MethodInvocationException
+ FullyQualifiedErrorId : DotNetMethodException
_____________________________________________________________________________________
PS C:\Windows\system32> @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
Jeton non reconnu dans le texte source.
At line:1 char:1
Jeton non reconnu dans le texte source.
At line:1 char:1
Jeton non reconnu dans le texte source.
At line:1 char:1
Jeton non reconnu dans le texte source.
At line:1 char:1
Jeton non reconnu dans le texte source.
At line:1 char:1
Jeton non reconnu dans le texte source.
At line:1 char:1
Jeton non reconnu dans le texte source.
At line:1 char:1
Jeton non reconnu dans le texte source.
At line:1 char:1
Jeton non reconnu dans le texte source.
At line:1 char:1
Jeton non reconnu dans le texte source.
At line:1 char:1
Jeton non reconnu dans le texte source.
At line:1 char:1
Jeton non reconnu dans le texte source.
At line:1 char:1
Jeton non reconnu dans le texte source.
At line:1 char:1
Jeton non reconnu dans le texte source.
At line:1 char:1
Jeton non reconnu dans le texte source.
At line:1 char:1
Jeton non reconnu dans le texte source.
At line:1 char:1
Jeton non reconnu dans le texte source.
At line:1 char:1
Jeton non reconnu dans le texte source.
At line:1 char:1
Jeton non reconnu dans le texte source.
At line:1 char:1
Jeton non reconnu dans le texte source.
At line:1 char:1
Jeton non reconnu dans le texte source.
At line:1 char:1
Jeton non reconnu dans le texte source.
At line:1 char:1
Jeton non reconnu dans le texte source.
At line:1 char:1
Jeton non reconnu dans le texte source.
At line:1 char:1
Jeton non reconnu dans le texte source.
At line:1 char:1
Jeton non reconnu dans le texte source.
At line:1 char:1
_____________________________________________________________________________________
PS C:\Windows\system32> WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
La chaîne commençant par :
Au niveau de ligne : 1 Caractère : 249
+ WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy By
pass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.
org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin <<<< "
n'a pas de terminateur : ".
At line:1 char:250
_____________________________________________________________________________________
PS C:\Windows\system32> WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
Le terme « WindowsPowerShell\v1.0\powershell.exe -NoProfile -InputFormat None -Execution
Policy Bypass -Command iex » n'est pas reconnu comme nom d'applet de commande, fonction,
fichier de script ou programme exécutable. Vérifiez l'orthographe du nom, ou si un chemin d'accès existe, vérifiez que le chemin d'accès est correct et réessayez.
Au niveau de ligne : 1 Caractère : 106
+ WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy B
ypass -Command "iex <<<< ((New-Object System.Net.WebClient).DownloadString('https://cho
colatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
+ CategoryInfo : ObjectNotFound: (WindowsPowerShe...ss -Command iex:String
) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Le terme « %ALLUSERSPROFILE%\chocolatey\bin » n'est pas reconnu comme nom d'applet de co
mmande, fonction, fichier de script ou programme exécutable. Vérifiez l'orthographe du n
om, ou si un chemin d'accès existe, vérifiez que le chemin d'accès est correct et réessa
yez.
Au niveau de ligne : 1 Caractère : 249
+ WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy B
ypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolate
y.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin <<<<
+ CategoryInfo : ObjectNotFound: (%ALLUSERSPROFILE%\chocolatey\bin:String)
[], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
_____________________________________________________________________________________
PS C:\Windows\system32> Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
Exception lors de l'appel de « DownloadString » avec « 1 » argument(s) : « La connexion sous-jacente a été fermée : Une erreur inattendue s'est produite lors de l'envoi. »
Au niveau de ligne : 1 Caractère : 104
+ Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClien
t).DownloadString <<<< ('https://chocolatey.org/install.ps1'))
+ CategoryInfo : NotSpecified: ( [], MethodInvocationException
+ FullyQualifiedErrorId : DotNetMethodException