Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 848 Bytes

readme.md

File metadata and controls

41 lines (23 loc) · 848 Bytes

Special PowerShell Training

clone on localhost

$url = "https://github.com/Jalalhejazi/powershell-automation.git"

git clone $url

cd powershell-automation

code .

Best Practices from DevOps automation

  • The best way to learn PowerShell is to automate Cloud Resources

    • Create/ssh-connect Windows
    • Create/ssh-connect Linux
    • Automate everything you can.
  • Start using PowerShell cross-platform and stop using "Windows powershell"

  • Learn PowerShell on Linux and Windows at the same time

  • save your powershell scripts in git and share with public users

  • Never store secrets in scripts !

  • Never store keys in scripts !

  • Do Not repeat Yourself (DRY)