PowerShell: Est-il une variable automatique pour le dernier résultat de l'exécution?

Je suis à la recherche d'une fonctionnalité comparable à Python shell interactif de "_" à la variable. Dans PowerShell je veux quelque chose comme ceci:

> Get-Something # this returns an object and display it to the output.
# Now I want to assign that object to some variable
> $anObj = ???
InformationsquelleAutor KFL | 2013-01-16