• [^] # Re: Héhé

    Posté par . En réponse au journal Microsoft: Powershell libéré. Évalué à 3.

    (par exemple quand l'OS est en français).
    À ce niveau, PowerShell a un gros avantage.

    Sous Windows 7, PowerShell répond en français:

    > Get-NetIPAddress -AddressFamily IPv4
    Le terme « Get-NetIPAddress » n'est pas reconnu comme nom d'applet de commande, fonction, fichier de script ou programm
    e 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 : 17
    + Get-NetIPAddress <<<< -AddressFamily IPv4
     + CategoryInfo : ObjectNotFound: (Get-NetIPAddress:String) [], CommandNotFoundException
     + FullyQualifiedErrorId : CommandNotFoundException