Marketing

Update AD Username Casing

Usernames in Active Directory (AD) are generally not case-sensitive — but sometimes, you may want them standardized for consistency, integration requirements, or policy enforcement. In one real-world scenario, a customer wanted all AD usernames (sAMAccountName) to be...

read more

Generate Self-Signed Certificate with PowerShell

It's been a long time, but I'm back. Here is a sample script to generate a self-signed certificate. This was helpful for building API access to Adobe Cloud User Management API   ### Create Self-Signed Certificate (only works Windows 8.1, 10, Server 2016+ ###$Name...

read more

Server/Network Monitoring

When it comes to monitoring servers, networks, workstations and other devices, there are a lot of options out there. In looking for something free and easy to use, I decided to just use NetXMS, it provides a client that you can install for extended functionality or...

read more

Network Booting

If you need a quick way to bring up a PXE Boot Server, I suggest checking out "Ultimate Deployment Appliance". Out of the box you can add storage, iso to boot, and setup templates.  I needed it to setup a server that I didn't have a optical drive or usb drive...

read more

Google Discovery Service with .NET

I've been working on updating our Google Apps Library using the .NET (dot net) Google API library which allows you to use the new Admin SDK Service. The .net client provides a service generator for the discovery api's, allowing you to quickly integrate it in to your...

read more

MONyog & GrayLog2

So, I've discovered and started using two new tools this week. First, I wanted to audit some of things going on with my mySQL server, and I ended up finding MONyog.  This tool allows you to see what queries are being run, counts on them, analytics on queries, and...

read more