Microsoft

SCCM Clean Install Guide | Server 2022, ConfigMgr 2103, SQL 2019 Replacing Existing ConfigMgr

Todays the day, I’ve deiced to rebuild our 5yr+ old sysctr server that’s built on 2012R2. Here I wanted to document the process on bring up a new instance side by side with the existing server. The only thing missing from this which I already have configured from our previous SCCM setup is AD Schema. …

SCCM Clean Install Guide | Server 2022, ConfigMgr 2103, SQL 2019 Replacing Existing ConfigMgr Read More »

Print Server | Scheduled Task to Clear Jobs and Services

Well all know printers only exists to cause pain. I manage a single windows server with 167 networked printers. Every so often jobs get stuck and I would have to manually go in, stop the print spooler service, clean out the print jobs folder and restart the service. Simple but just gets annoying after the …

Print Server | Scheduled Task to Clear Jobs and Services Read More »

Delegate Access for BitLocker Recovery Keys in AD

Typically I would of thought installing the “BitLocker Drive Encryption” via server manager would of been enough to manage the keys. Well found out my helpdesk staff couldn’t see the keys while using RSAT tools. Thought to myself great, this should be an easy fix. Just delegate view access! Wrong, turns out in addition to …

Delegate Access for BitLocker Recovery Keys in AD Read More »

Deploying BitLocker | AD Server 2019 and Windows 10

I’ve been tasked with deploying bitlocker to our domain which consists of 800+ staff and over 5,500 students. So here I’ll document the process. Install Server Feature On your domain controller open the server manager and add roles and features. Under features install “BitLocker Drive Encryption” Just a note, you’ll need to reboot to complete …

Deploying BitLocker | AD Server 2019 and Windows 10 Read More »

Canon Department ID Management Not Working After Print Server Migration or Setup

Today was one of those days, I migrated our old print server (2012 R2) to Server 2022 and it went way to smoothly for printers. Sure enough a day later we get calls the canon ID management won’t verify. Could not verify the Department ID and PIN specified in Department ID Mgmt. Printing will be …

Canon Department ID Management Not Working After Print Server Migration or Setup Read More »

Migrating DHCP from Windows Server 2012 R2 to Server 2019

I’m needing to migrate from Windows Server 2012 R2 to 2019. This is fairly straight forward with PowerShell. This guide assumes you have an existing 2012R2 server with DHCP role and a clean 2019 server fully patched. Before you begin document your current system such as current hostname / and IP Address. I’m going to …

Migrating DHCP from Windows Server 2012 R2 to Server 2019 Read More »

PowerShell | Find Users matching partial group name by employeeType

I needed a way to find out if any of our staff employeeType was part of incorrect distribution lists. Example: Classified staff shouldn’t be part of any distribution lists that contains “Licensed”. Here is the output: If you wanted to export this to a csv just add on “| Export-Csv C:\” to the end so …

PowerShell | Find Users matching partial group name by employeeType Read More »

Monitor won’t sleep off due to applications running | powercfg

Recently I’ve started leaving my security cameras live stream via Chrome (Unifi Protect) visible at all times on one of my monitors. It’s been great but the issue is my monitors won’t turn off at night. After some digging I cam across this nifty little command. Open up powershell (run it as admin) and run …

Monitor won’t sleep off due to applications running | powercfg Read More »

Google Chrome taking a long time to save files or upload

I’ve noticed lately on my personal machine with a I need to upload a file, Google Chrome locks up for a few seconds. In the past this has always been instant. All my other browsers are fine. What the heck! After reinstalling Chrome, repairing it, incognito, removing all extensions the problem persisted. This is when …

Google Chrome taking a long time to save files or upload Read More »

Scroll to Top