Skip to content

asktechsupport/help

Repository files navigation

You're @ the asktechsupport github.

PowerShell Windows VM Sysadmin AWS Cloud Engineering CRTP Windows Hardening

Contributors Stargazers Issues

TOP TIPS

Tip

Change ".com" to ".dev" to open in Visual Studio Editor. credit to "Ike Ellis" - https://www.youtube.com/watch?v=zRkHk2WZwjc

Tip

Use "Markdown All in One - Web to create TOC's (https://marketplace.visualstudio.com/items?itemName=fantasy.markdown-all-in-one-for-web&ssr=false#review-details) image Just open Command Palette (Ctrl-Shift-P) -> Markdown: Create Table of Contents. Credit Niko Fohr, Stack OverFlow

BEST PRACTICES AND GENERALLY ACCEPTED GOOD PRACTICE

PowerShell | Summary of best practices

https://github.com/PoshCode/PowerShellPracticeAndStyle

Tip

☑️Global PowerShell Profiles, Dynamic and environment variables, Create reusable code, "Tools" script vs "Controller" scripts

Caution

🚫Hard coded variables, plain-text passwords

Code Documentation

(back to top)