Steve Borba

My notes, I hope they help you, feel free to comment/add to them

Month: September 2018

Home Automation

I am working on setting up Home Automation and a lot of people call it Smart Home, but I don’t like that, just like calling Machine Learning AI. Half of the reason for this is just to document what I have now. Now after saying that, I am going to list my current Home Automation […]

CA with PANOS

First Generate a Root (this could be the CA you deploy using Global Protect or Group Policy or whatever you can) Then you would want to create an intermediate CA (this could be the decrypt CA) You should also create a new root that isn’t deployed to clients and use as untrusted CA.

WOL with Powershell

Here is a Powershell Script to send a WOL packet (and I’ve had it work over a routed connection, but it depends if the router will broadcast if doesn’t have arp for the IP): function Send-WOL { <# .SYNOPSIS Send a WOL packet to a broadcast address .PARAMETER mac The MAC address of the device […]