Windows Powershell tutvustus: Difference between revisions

From ICO wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 19: Line 19:
(Eneta, 2010)
(Eneta, 2010)
==Käsud==
==Käsud==
PS>
* Windows PowerShell\\ (Cmdlet)*
Windows PowerShell
 
(Cmdlet) Windows PowerShell
* Windows PowerShell\\ (Alias)*
(Alias) Description
 
Get-Location gl, pwd Kuva praegune asukoht
* Description*
Set-Location sl, cd, chdir Muuda praegust asukohta
 
Clear-Host cls, clear Puhasta konsool
Get-Location
Copy-Item cpi, copy, cp Kopeeri üks või mitu faili (või terve kataloog)
 
Get-Help help, man Käskude abi
gl, pwd
Remove-Item ri, del, erase, rmdir, rd, rm Kustuta fail/kataloog
 
Rename-Item rni, ren Muuda faili või kataloogi nime
Kuva praegune asukoht
Move-Item mi, move, mv Liiguta faili või kataloogi mujale
 
Get-ChildItem gci, dir, ls Kuva kõik failid ja kataloogid(preaguses kaustas)
Set-Location
 
sl, cd, chdir
 
Muuda praegust asukohta
 
Clear-Host
 
cls, clear
 
Puhasta konsool
 
Copy-Item
 
cpi, copy, cp
 
Kopeeri �ks v�i mitu faili (v�i terve kataloog)
 
Get-Help
 
help, man
 
K�skude abi
 
Remove-Item
 
ri, del, erase, rmdir, rd, rm
 
Kustuta fail/kataloog
 
Rename-Item
 
rni, ren
 
Muuda faili v�i kataloogi nime
 
Move-Item
 
mi, move, mv
 
Liiguta faili v�i kataloogi mujale
 
Get-ChildItem
 
gci, dir, ls
 
Kuva k�ik failid ja kataloogid(preaguses kaustas)
 
Write-Output
 
echo, write
 
Print strings, variables etc. to standard output
 
Pop-Location
 
popd
 
Change the current directory to the directory most recently pushed onto the stack
 
Push-Location
 
pushd
 
Push the current directory onto the stack
 
Set-Variable
 
sv, set
 
Set the value of a variable / create a variable
 
Get-Content
 
gc, type, cat
 
Get the content of a file
 
Select-String
 
Print lines matching a pattern
 
Get-Process
 
gps, ps
 
List all currently running processes
 
Stop-Process
 
spps, kill
 
Stop a running process
 
Tee-Object
 
tee
 
Pipe input to a file or variable, then pass the input along the pipeline





Revision as of 22:22, 14 March 2010

Sissejuhatus

....

Autor

  • Martin Jõgi
  • Grupp A21

Üldine

Mis on Windows Powershell?

Windows powershell (2.0) on revolutsiooniline skriptimiskeel ja käsurea keskkond, mis elab Elab .NET Framework’i seljas. See on lisatud Windows 7 ja Windows Server 2008 R2 sisse. Powershell 2.0 võimaldab kaughaldust kõigile serveritele ja rakendustele, haldust on võimalik teha läbi Powershelli. Näiteks Exchange 2010, Windows Server 2008 R2(ning uuemad Microsofti server-tooted). Powershell 2.0-s ei pea oma masinasse enam rakenduste haldusliidest installima. Halduseks vajalikud käsud käitatakse serveril, käsurida jooksutatakse aga masinas. Powershellis pole vaja leida, paigaldada ega tundma õppida uusi tööriistu või käske - kõik on lihtsalt avastatav. Windows powershellil on paindlik väljund ehk ühe käsu väljund võib olla teise käsu sisendiks (nagu bash shellis). Windows Powershell vähendab tulemuse saavutamise aega säilitades ühtlase keele.


Tugevused:

  • Järjekindel süntaks: Add, New, Get, Set, Remove, Clear, Connection, EventLog, Member, Printer, Service, Transaction ja WmiObject
  • Komponeeritav: Interaktiivsed keskkonnad võimaldavad tükk-haaval lahenduste loomist ja lihtsalt kokkuseotav (“toru”) keeruliste ülesannete lahendamiseks.
  • Tulemuste saavutamise aeg on palju lühem
  • Laiendatavus Moodulid viivad asja järgmisele tasemele.
  • Skriptimine Skriptimine ei ole enam ajutiste lahenduste leiutamiseks. Tööriistakomplekt on täienenud.
  • Integreeritud läbi serveri rollide Active Directory®, Exchange, Group Policy, jne.
  • Paindlik väljund: PowerShelli väljundiks on objektid, mida on lihtne teisendada ja tarbida järgmise käsu poolt (ei mingit tekstitöötlust!).

(Eneta, 2010)

Käsud

  • Windows PowerShell\\ (Cmdlet)*
  • Windows PowerShell\\ (Alias)*
  • Description*

Get-Location

gl, pwd

Kuva praegune asukoht

Set-Location

sl, cd, chdir

Muuda praegust asukohta

Clear-Host

cls, clear

Puhasta konsool

Copy-Item

cpi, copy, cp

Kopeeri �ks v�i mitu faili (v�i terve kataloog)

Get-Help

help, man

K�skude abi

Remove-Item

ri, del, erase, rmdir, rd, rm

Kustuta fail/kataloog

Rename-Item

rni, ren

Muuda faili v�i kataloogi nime

Move-Item

mi, move, mv

Liiguta faili v�i kataloogi mujale

Get-ChildItem

gci, dir, ls

Kuva k�ik failid ja kataloogid(preaguses kaustas)

Write-Output

echo, write

Print strings, variables etc. to standard output

Pop-Location

popd

Change the current directory to the directory most recently pushed onto the stack

Push-Location

pushd

Push the current directory onto the stack

Set-Variable

sv, set

Set the value of a variable / create a variable

Get-Content

gc, type, cat

Get the content of a file

Select-String

Print lines matching a pattern

Get-Process

gps, ps

List all currently running processes

Stop-Process

spps, kill

Stop a running process

Tee-Object

tee

Pipe input to a file or variable, then pass the input along the pipeline


Moodulid

Scriptimise mugavuse muutmiseks on olemas Windows Powershell Pack, mis sisaldab 10 moodulit. See pakk aitab kirjutada kasutajaliideseid powershell scriptis, hallata RSS feede, toimetada Task Scheduler-s otse käsurealt jne. Tõmba siit: PowerShellPack Näiteks:

  • Taskide haldamine:
 PS> New-task | 
Add-TaskTrigger -DayOfWeek Monday, Wednesday, Friday -WeeksInterval 2 -At "3:00 PM" |
 Add-TaskAction -Script {
   Get-Process | Out-GridView
   Start-Sleep -Seconds 100
 } |
 Register-ScheduledTask TestTask
  • RSS feedide töötlemine:
 PS> Get-Feed |
Get-Article |
 Sort-Object PubDate -Descending |
 Select-Object Title, Description -First 10 |
 Out-GridView

Ajalugu

Every released version of Microsoft DOS and Microsoft Windows for personal computers has featured a command-line interface tool. These are COMMAND.COM (in installations relying on MS-DOS, including Windows 9x) and cmd.exe (in Windows NT-family operating systems). These are regular command line interpreters that include only a handful of basic commands. For other purposes, a separate console application needs to be provided, to be invoked from these shells. They also include a scripting language (batch files), which can be used to automate various tasks. However, they cannot be used to automate all facets of GUI functionality, in part because command-line equivalents of operations exposed via the graphical interface are limited, and the scripting language is elementary, preventing the creation of complex scripts by composing available functionality. In Windows Server 2003, the situation was improved,[8] but scripting support was still considered unsatisfactory.

Microsoft attempted to address some of these shortcomings by introducing the Windows Script Host in 1998 with Windows 98, and its command-line based host: cscript.exe . It integrates with the Active Script engine and allows scripts to be written in compatible languages, such as JScript and VBScript, leveraging the APIs exposed by applications via COM. However, it has its own deficiencies, as well. It is not integrated with the shell, its documentation is not very accessible, and it quickly gained a reputation as a system vulnerability vector after several high-profile computer viruses exploited weaknesses in its security provisions. Different versions of Windows provided various special-purpose command line interpreters (such as netsh and WMIC) with their own command sets. None of them were integrated with the command shell; nor were they interoperable.

By 2003, Microsoft had started to develop a new shell called Monad (aka Microsoft Shell or MSH). Monad was to be a new extensible command shell with a fresh design that would be capable of automating a full range of core administrative tasks. Microsoft published the first Monad public beta release on June 17, 2005, Beta 2 on September 11, 2005, and Beta 3 on January 10, 2006. They announced on April 25, 2006 that Monad was renamed to Windows PowerShell, positioning it as a significant part of their management technology offerings.[9] Release Candidate 1 of PowerShell was released at the same time. Release Candidate 2 of PowerShell was released September 26, 2006 and released to web (RTW) on November 14, 2006. PowerShell for Vista was released on January 30, 2007.[10] The last CTP release of Windows PowerShell v2.0 was made available in December 2008.

PowerShell v2.0 was completed and released to manufacturing in August 2009, as an integral part to Windows 7 and Windows Server 2008 R2. Versions of PowerShell for downlevel OSs (i.e. Windows XP, Windows Server 2003, Windows Vista and Windows Server 2008) were released in October 2009 and are available for download for both 32-bit and 64-bit platforms.[11]

Näited

....



Kokkuvõte

Windows PowerShell on käsurea keskkond ja skriptimiskeel on eelkõige just süsteemiülematele. Powershell sisaldab järgmisi funktsioone: Käske(cmdlets), et kiirendada administreerimist, skriptimise võimalus, objektidega manipuleerimine (objekte on võimalik saata mujale tööriistadesse või andmebaasi) ning palju muud. Powershell on loodud just mõeldes IT spetsialisti peale, et võimaldada Windows süsteemide ja rakenduste haldamist ning automatiseerimist. Minu arust on Powershell vägagi asjalik ning vajalik tööriist.



Kasutatud kirjandus

  1. Eneta foorum
  2. PowerShellPack
  3. Windows Powershell - Wikipedia
  4. Microsoft TechNet - Powershell
  5. google.com