...
Powershell is object-oriented, thus every object has methods and properties.
Powershell allows the use of aliases i.e. Get-ChildItem is the same as dir or ls. See Common Commands for more.
Common Commands
Manage Processes
...
...
Powershell is object-oriented, thus every object has methods and properties.
Powershell allows the use of aliases i.e. Get-ChildItem is the same as dir or ls. See Common Commands for more.
...