Remove Alias in PowerShell

Remove-Alias cmdlet in PowerShell is used to remove an alias name for PowerShell cmdlet in the current session. If you want to delete an alias …

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

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