Maravedi

$Parent | ? { $_.InfoSecFactotum -And $_.PowerShellJunkie }

Follow me on GitHub

Cool Things :)

PowerShell

Set Lync Client Personal Message by Day of the Week I have 3-year-old daugther and she has nicknames for the days of the week. I thought it would be a fun little challenge to come up with a way to automatically change my Lync personal message to use one of those nicknames based on the current day of the week.
Code

Bash

Set Pihole DNS Server based on Current Network A bash script for Pihole as a docker container that allows me to pre-configure my work and home private network address ranges so that I can easily change the upstream DNS server basd on which network I'm currently on. This way I can access local resources at work via their domain name while still getting the benefits of Pihole running in a docker container.
Code