@@ -20,7 +20,7 @@ The purpose of this repo is to host scripts that will be downloaded and used on
1. Don't keep scripts here which will not be used in SCCM TSes. If they are strictly SCCM/TS-related but won't be used in the TS, give them their own new project under the [engrit-epm](https://gitlab.engr.illinois.edu/engrit-epm) or [engrit-epm-public](https://gitlab.engr.illinois.edu/engrit-epm-public) group. Alternatively, contribute them to the [Official EngrIT Script Repo](https://gitlab.engr.illinois.edu/oesr).
2. Name scripts in all lowercase, with dashes for word separators, preferably using the `verb-noun[-noun].ext` convention.
3. This repo is for version control of text-based scripts and configuration files. Don't upload non-text files such as images, or other dependencies such as executables. Keep those on \\\\engr-wintools.
4. Scripts which have associated text/configuration files should go in their own directory, named after the script if possible.
4. Scripts which have associated text/config files should go in their own directory, named after the script if possible.
4. This repo is public. Don't contribute scripts which have confidential information. See the **Securing Credentials** section below for info on how to use credentials in TSes and scripts.
5. Powershell scripts are preferred. It's really quite easy to translate batch scripts to Powershell, and they will be much cleaner and more flexible.