From cdd6ce1c2bebafa6ab0863fb87626156783d2716 Mon Sep 17 00:00:00 2001 From: Xevion Date: Wed, 20 Apr 2022 18:20:28 -0500 Subject: [PATCH] Fix dates & summary in labs/exercises --- content/exercises/part-1.md | 3 ++- content/labs/Lab-One.md | 4 +++- content/labs/Lab-Two.md | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/content/exercises/part-1.md b/content/exercises/part-1.md index 4f60850..0533356 100644 --- a/content/exercises/part-1.md +++ b/content/exercises/part-1.md @@ -1,6 +1,7 @@ +++ title = "Part 1 Exercises" -summary = "All 10 exercises & my solutions in Part 1." +summary = "All 25 exercises & my solutions in Part 1." +date = 2022-04-20 +++ ### Exercise 1 diff --git a/content/labs/Lab-One.md b/content/labs/Lab-One.md index c6c6ca6..0fcd529 100644 --- a/content/labs/Lab-One.md +++ b/content/labs/Lab-One.md @@ -1,9 +1,11 @@ +++ title = "Lab One" summary = "My answers for Lab One" -date = "04/19/2022" +date = 2022-04-19 +++ +1. N/A + 2. `ConvertTo-Html` 3. `Out-File` for redirecting output into a file. Use the Pipe operator or the `InputObject` parameter for the input. diff --git a/content/labs/Lab-Two.md b/content/labs/Lab-Two.md index 1f5d2b0..f741dff 100644 --- a/content/labs/Lab-Two.md +++ b/content/labs/Lab-Two.md @@ -1,7 +1,7 @@ +++ title = "Lab Two" summary = "My answers for Lab Two" -date = "04/19/2022" +date = 2022-04-19 +++ 1. `Get-Process`