Journal
-
New Blog For Programing Projects
Decided to start another blog catered to my programming projects.
-
Moving Back To the Hermit Theme
So, I’ve decided to go back to the old Hugo theme; Hermit. Though, I know this was the original theme for this blog. I’m going back to it and I’ve decided to fork it. Original credit for the roots of the Hugo theme will always go to the original author. You may check the theme of this blog to provide more insight.
-
Remove All AD User Group Memberships Except One Using PowerShell
Overview
Decided to post another fun one that I found on the Internet somewhere. I don’t remember the source. But, this has helped a lot. Some companies decide to keep users around. It’s the way it is. Managers need to see who is or was sending them email at the time they were terminated.
-
Exchange: Troubleshooting Mailbox with BadItemsLimit Errors (Unrecommended)
Overview
Sometimes when you export a mailbox they fail due to corrupted items in the mailbox. Although this method isn’t consider a best practice, it can get the job done. Ideally you would want to remove the bad/corrupted items in the mailbox and proceed with exporting. For whatever reason you can increase the BadItemLimit for the export request to get the job done. You can generally fix these items using a MailboxRepairRequest.
-
Exporting Mailbox to PST File In Microsoft Exchange
Overview
This article provides a Cmdlets for exporting a mailbox for an Exchange server. It also provides Cmdlets for viewing export requests. This can be useful in a number of ways. Say that you want to keep/archive mail of a user that has left the company. This is a good way to keep the data just in case there’s a need for it.
-
Blue Team Labs Online - Security Operations
Notes from doing the Blue Team Labs Online Security Operation Challenges.
-
Moving Away From The Hermit To Terminal Theme
Moving away from Hermit theme to the Terminal theme.
-
Deleting User Accounts In Windows
Overview
This article will go over deleting user accounts properly in Windows. That means deleting the user accounts home directory and the accounts user account in the registry.
-
Some Fun With Date and Get-Date For File Generation
Overview
Just going through an overview of how posts are named on this site. Meaning the file name. This is mostly for my own benefit. But, if it helps others organize their own sites, cool beans.
-
How I Setup vim-plug
Overview
Here I will be discussing my favorite Vim pluggin manager, vim-plug. I’ve been using it for years and I forget how to install it every time. So, I’m going to document how I set it up. Only distro that I install Vim on is Linux/BSD. I don’t really use it on Windows. So, that isn’t going to be included. The author of the Vim plugin will provide a method for it though. I will only do so if I decide to use it in Windows some day.