Liste des alias PowerShell v3

Résultat de la commande Get-Alias sur seven (powershell v3) -> PJ

Extrait:
 % -> ForEach-Object
 ? -> Where-Object

 

PS C:\Windows\system32> Get-Alias | where-object {$_.definition -eq "set-location"}

CommandType     Name
Alias           cd -> Set-Location
Alias           chdir -> Set-Location
Alias           sl -> Set-Location

 

Doc tek: 
Fichier attachéTaille
Plain text icon alias-psseven.txt35.46 Ko