PowerShell Get Variables

The Get-Variable cmdlet is used to get PowerShell variables in the current scope. You can get PowerShell variable names or values only. PowerShell variables are …

Read more

Get-Alias in PowerShell

Get-Alias cmdlet gets the alias list for the current session in PowerShell. PowerShell alias list includes built-in aliases, aliases that you have added, or aliases …

Read more