Slide 11
Slide 11 text
Guy's Top Tips
Test, test, test (automate with Pester?)
Boundary conditions – too big/small?
Bad input – users do the stupidest things
Scale – works ok with 2 but what about 2222 ?
What if ("no sane person should ever do this but …")
Document – are comments in the code really enough?
No Clear Text Passwords
Least Privilege
Annotate
Error Handling & Reporting
Change & Version Control
Use a Jump Box, not production servers
Backup
Systems before changing
Scripts, config files, command lines, scheduled tasks
Audit trail (Write-EventLog) @guyrleech