mirror of
https://github.com/Xevion/powershell.git
synced 2025-12-06 13:15:54 -06:00
13 lines
286 B
Markdown
13 lines
286 B
Markdown
+++
|
|
title = "Lab Two"
|
|
summary = "My answers for Lab Two"
|
|
date = 2022-04-19
|
|
+++
|
|
|
|
1. `Get-Process`
|
|
2. `Get-WinEvent Application -MaxEvent 100`
|
|
3. `Get-Command -CommandType Cmdlet`
|
|
4. `Get-Alias`
|
|
5. `New-Alias np notepad.exe`
|
|
6. `Get-Service M*`
|
|
7. `Get-NetFirewallRule -Direction Inbound` |