samedi 28 août 2010

[POWERSHELL] provider en alias

pour mettre le provider variable: comme alias on passera par une fonction comme ceci

  PS> function global:variable: {"test"}
  PS> set-alias variable: global:variable:
  PS> variable:
test 

Aucun commentaire: