From 1a3f75a3b3212c5c6ed52b1e0697e17467ed6147 Mon Sep 17 00:00:00 2001 From: freedbygrace Date: Sat, 30 May 2020 21:55:56 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b75544..7b633ca 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # OSD-ScriptTemplate -A script template for operating system deployment within MDT and or SCCM. Has logging and error handling for better troubleshooting of scripts during deployment. +A script template for operating system deployment within MDT and or SCCM. Has logging and error handling for better troubleshooting of scripts during deployment. You can easily add additional functions, modules, and tools by adding them to the folder structure. The functions will be dot sourced automatically. Additional modules will get imported automatically. Now more powerful scripts can be created in less time and allow operating system deployment to be more stable!