I have a work requirement to look up zip codes based on incomplete addresses (street, city, state, etc) – this could be accomplished by going into Google Maps and plugging… [Continue Reading]
Month: January 2018
Exchange – Find Mailboxes with Forwarding Addresses Enabled
This is a quick one but definitely helpful: <# Utilize the -ResultSize Unlimited only when you are done formatting and testing your command. If you have a big Exchange environment,… [Continue Reading]
Monitoring Domain Group Membership Changes With ELK
Khoa previously wrote about monitoring AD Group Membership changes using his Powershell script which can be found here. In this article we will be setting up a Logstash filter that… [Continue Reading]
Check Domain Account Expiration Date
As an end-user that does not support active-directory, I like to know when my password is approaching its expiration date; this is also useful if you have a non-human service… [Continue Reading]
Emailing with Powershell
While working on another script, I had to address the requirement of emailing the results via Outlook. I had two solutions (syntax methods) to accomplish this but I found one… [Continue Reading]
Monitoring Domain Group Membership Changes
I encountered a scenario at work where I had to monitor any changes performed on an account’s active directory membership groups on a daily/weekly basis. I believe there may be… [Continue Reading]