Windows commands line and PowerShell environment
Lecture 5 . Windows PowerShell
1. About
PowerShell ISE
For PowerShell necessary orders and instructions list
PowerShell how management need�
Windows PowerShell Extensible environment that into account users own orders creation , .Net language " authoring " modules using to write possible .
With PowerShell to work start
3. PowerShell update
Get-Host | Select-Object Version
Version
-------
2.0
2. PowerShell commands
it is
ls
ls Alias:\ - All aliases list with quickly acquaintance
4. Processes in PowerShell see
get-process
get-process explorer | get-member
get-process | sort-object handles
get-process | where-object { $_. get_WorkingSet () - gt 20M }
Simple calculations done increase as follows :
Variables