February 2019
Intermediate to advanced
626 pages
15h 51m
English
The Get variable provides access to any variable that has been created in the current session as well as the default (automatic) variables created by PowerShell. For further information on automatic variables, refer to about_Automatic_Variables (Get-Help about_Automatic_Variables).
Default or automatic variables often have descriptions; these may be seen by using the Get variable and selecting the description:
Get-Variable | Select-Object Name, Description
Read now
Unlock full access