From 37032f8ca911b735ce08b570f1cbfa9f3c4784ee Mon Sep 17 00:00:00 2001 From: Patrick Canterino Date: Wed, 17 Jan 2018 19:21:27 +0100 Subject: [PATCH] Added TODO list --- TODO.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..00dd532 --- /dev/null +++ b/TODO.md @@ -0,0 +1,8 @@ +# TODO + +- [] Collect error messages and send them via email +- [] Check if directories are created successfully +- [] Check if the network drive already exists before connecting +- [] Create a log file for the script +- [] Clean up the messages sent to the console or send them to the debug or error streams (e.g. `Write-Debug` or `Write-Error`) +- [] Suppress output of some commands \ No newline at end of file -- 2.34.1