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

PowerShell Get File Metadata

The Get-ChildItem command in PowerShell is used to get one more item in the specified location. When we specify the file path, Get-ChildItem gets the …

Read more