Categories
How-To Software Technical

Install Windows Server 2016 Step by Step

There may come a time that you may need to install Windows Server 2016. Here I will provide a high-level step by step on this installation process. Requirements: Windows Server 2016 Installation media (DVD, USB flash, WDS, etc.) Installation Target (Computer, Server, Virtual Machine) Keyboard (Mouse is optional) Video Example of Installation: [youtube id=”r71sJcLqCEQ” width=”600″ […]

Categories
Software Technical

How to demote a Windows Server 2012 Domain Controller

In this short write up I will go over steps to demote a Server 2012 domain controller. If you have worked in Active Directory and Windows Domain Administration over the years you may recall that in previous version of Windows Server that you would use the command line tool of ‘DCPROMO’ to promote or demote […]

Categories
How-To Software Technical

Tech Short: Debug VPN in Checkpoint R77.30

The following tech short will provide a list of commands used to enable debugging in Checkpoint’s R77.30 Firewall. To start you must  SSH into firewall host (or active member). To turn on VPN debug from the expert mode: # vpn debug trunc At this point you want to test your VPN connection and verify that […]

Categories
How-To

Capture PuTTY Session Logs

In the past week I have had my good share of working on remote systems where I needed to utilize the tool PuTTY to issue commands; not all of them documented. To assist me in documenting my steps I often use the session logs. However this normal has been a manual process in the heat of […]

Categories
How-To Technical

How to Remove Users From the Office 365 Deleted Users

And… its time to purge those 365 deleted users. Although we can wait for the retention policy to do it for us. I wanted to do this “now”. I had wrote the following steps in the past and thought I would share here. [Press Start] To delete the account for one or more users Sign […]

Categories
News

Check Bitlocker Encryption Status, Simple PowerShell Method

If you have enabled Bitlocker encryption on your Windows client and wondering how far along you are in the initial encryption process this quick PowerShell command will help you. Steps The first step is to turn on BitLocker Next, Right click PowerShell and select Run as Administrator Issue the following command: manage-bde -status c: to show the status […]