Fix dates & summary in labs/exercises

This commit is contained in:
Xevion
2022-04-20 18:20:28 -05:00
parent 77a993023a
commit cdd6ce1c2b
3 changed files with 6 additions and 3 deletions

View File

@@ -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

View File

@@ -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.

View File

@@ -1,7 +1,7 @@
+++
title = "Lab Two"
summary = "My answers for Lab Two"
date = "04/19/2022"
date = 2022-04-19
+++
1. `Get-Process`