- Details
- Category: Scripting and Programming
- Read Time: 4 mins
I don't know if this is common with other companies, but it is where I work. People leave the company for various reasons, but sometimes they forget to set an Out of Office.
I don't keep track of this, but their teamlead/manager does and I get asked the question: "Can you check if Jane/Joe has his Out of Office set that he's no longer working here?"
Lazy as I am and don't want to login into the Exchange ECP portal everytime, I developed my own tool so I can quickly check this and change the message and timeframe when needed.
- Details
- Category: Scripting and Programming
- Read Time: 1 min
Someone once sent me a link to https://catass.com because I enjoy cats. So I build something with it.
So if you are in the business of harrassing your friends, family, co-workers or enemies with cats, then you've come to the right place!
- Details
- Category: Scripting and Programming
- Read Time: 1 min
The original FireFly documentation does help in trying to get this to work. It's of course Linux based, but I wanted to make it with Powershell.
- Details
- Category: Scripting and Programming
- Read Time: 1 min
We have like 8-10 service accounts that require their passwords to be rotated every 90 days and I don't like doing that by hand.
The passwords had to be kept in a simple format with randomly generated numbers as well. Good idea? Maybe not, but what can you do as a lowly peon.