Category: System Administration

1 2 3 20 / 30 POSTS
Remote Windows Computer Inventory

Remote Windows Computer Inventory

Here’s a PowerShell script that gathers detailed inventory information from a remote computer. This script retrieves information about the operating s ...
Remove Windows Bloatware

Remove Windows Bloatware

Here is a PowerShell script that can be used to remove unwanted pre-installed apps from Windows. $MsftBloatApps = @( "Microsoft.3DBuilder" ...
Remove unwanted Windows applications

Remove unwanted Windows applications

This script uses the Microsoft.Win32.RegistryKey class to list all installed programs and their details. The user is then prompted to enter the name o ...
BSOD – Restore Windows Registries

BSOD – Restore Windows Registries

Many times a Blue Screen of Death (BSOD) is caused by corrupted registry. Follow this process to restore the windows registry, I have found 90% of the ...
Dead on Domain Arrival

Dead on Domain Arrival

Recently I experienced an unusual issue that caused all new laptops, independent of brand, to either brick or be caught in an infinite repairing loop ...
SSL Labs – Securing Apache

SSL Labs – Securing Apache

Today we will show you several things you can do to help secure apache web servers, we proudly provide TheCodeAsylum SSL Labs report as an example. ...
Deprecating TLS 1.0 and TLS 1.1

Deprecating TLS 1.0 and TLS 1.1

There have been many discussions about TLS, what to enable and what to disable. Here is the bottom line, you only need to disable TLS 1.0, both TLS 1. ...
How To Pass The CISSP Exam!

How To Pass The CISSP Exam!

BIBA NO WURD! Soon those words will be seared into your brain! Early morning on October the 13th 2017 I found myself standing outside a large build ...
Fix Blue Screen of Death BSOD

Fix Blue Screen of Death BSOD

I have seen this many times, you are doing a Microsoft Windows Update and something goes terribly wrong. After reboot you get the dreaded Blue Screen ...
Use PowerShell to Check .NET version and update

Use PowerShell to Check .NET version and update

This function will check the currently installed .NET version, if it is not at a minimum 4.6.1 then depending on if the Windows Server is 2008/2012 or ...
1 2 3 20 / 30 POSTS