Skip to content

jalalhejazi/powershell-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

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)

About

PowerShell automation Sharing

Resources

Stars

Watchers

Forks