This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function Get-sjWifiPassword { | |
| <# | |
| .SYNOPSIS | |
| Gets the password of one or more wireless networks. | |
| .DESCRIPTION | |
| This function uses the netsh command to retrieve the password of one or more wireless networks | |
| that have been previously connected to the device. It returns an object with the network name and the password. | |
| .PARAMETER NetworkName | |
| Specifies the name of the wireless network to get the password for. If not specified, it will |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function Get-sjSyslog { | |
| param ( | |
| [string]$SyslogPath = "/var/log/syslog" | |
| ) | |
| # Define regex patterns | |
| $regexSystemd = @( | |
| '^', | |
| '(?<Date>\w{3}\s+\d+\s+\d{2}:\d{2}:\d{2})', | |
| '\s+', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Retributive Justice looks backwards to find justice | |
| If I punish you for bad behavior you will not do or repeat the bad behavior | |
| Is there a need for punishment system that matches a system that matches a criminal justice system? | |
| Restorative Justice looks forward | |
| What can we do about the problem that just happened | |
| Instead of asking who we ask why | |
| There is too much going on in work to figure out the obvious problem |