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`