Command also called cmdlet in Powershell. These are written in C# Language.
Get-Command gives the list of available commands
Commands in Powershell are case insensitive that means Get-Location
commands are same as get-location
Some comman
cmdlet | Description |
---|---|
Get-Location | Get the Current working directory |
Set-Location | Change the working directory to new directory |
Rename-Item | Rename a file |
Move-Item | Move a file to a new location |
Copy-Item | Copy a file to a new location |
New-Item | Create a file in the current directory |