1 / 13

PowerShell

PowerShell. Jak pracować w nim efektywnie(j)?. O sobie słów kilka…. All i One Przygoda z PowerShell Technologie: AD DS, WMI. Tryby pracy. Interaktywny Skryptowy Szara strefa. Shell cz.1. Admin czy nie admin …? Profile Aliasy komend/ parametrów Wartości liczbowe [ Enum ] Demo 1:.

telma
Download Presentation

PowerShell

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. PowerShell Jak pracować w nim efektywnie(j)?

  2. O sobie słów kilka… • All i One • Przygoda z PowerShell • Technologie: AD DS, WMI

  3. Tryby pracy • Interaktywny • Skryptowy • Szara strefa

  4. Shell cz.1 • Admin czy nie admin…? • Profile • Aliasy komend/ parametrów • Wartości liczbowe [Enum] • Demo 1:

  5. Shell cz.2 • Add-PsSnapin/ Import-Module ver. minishell • PSDrivever. cd \a\tu\jakas\dluga\sciezka\ • ScriptBlock czyli podręczna funkcja • Demo 2:

  6. Skrypty cz. 1 • Advanced Function – więcej niż funkcja • „Prywatne” moduły • Demo 3

  7. Skrypty cz. 2 • Wyłapywanie błędów • Debugowanie • Write-* zamiast printf-debugowania • Demo 4

  8. Skrypty cz. 3 • Skrypty GUI – od narodzin po ALT-F4 • <# Skomentuj to, czego długo szukałeś! #> • Unikaj aliasów, nie trzeba deszyfrować… ;)

  9. Szara strefa • Funkcje pisane „na kolanie” • Get-Historyjako łącznik • Transkrypt dla sklerotyków ;) • Demo 5

  10. Tips & tricks cz.1 - Shell • #<tab> -> wykorzystujemy historię • # Dluga-Komenda która zostanie w historii • -WhatIf i -Confirm • Cos | Komenda –Parametr { $_ tu jest! } • Demo 6

  11. Tips & Tricks - Skrypty • $env:Path nadal działa • Podpisane = nie modyfikowa(l)ne • Testujemy „na czysto” • Demo 7

  12. Co dalej? • Blogi • PowerShell Team blog • Hey! Scripting Guys! blog • Książki • PowerShell in Action • PowershellCookbook • MS Exchange 2010 PowerShellCookbook

  13. Gdzie mnie znaleźć? • Blog: http://powershellpl.wordpress.com • Twitter: @bielawb • IRC: #Powershell@efnet • E-mail: bartb@aster.pl

More Related