mirror of
https://github.com/Xevion/powershell.git
synced 2025-12-06 15:15:55 -06:00
Fix dates & summary in labs/exercises
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
+++
|
||||
title = "Lab Two"
|
||||
summary = "My answers for Lab Two"
|
||||
date = "04/19/2022"
|
||||
date = 2022-04-19
|
||||
+++
|
||||
|
||||
1. `Get-Process`
|
||||
|
||||
Reference in New Issue
Block a user