Categories
How-To Technical

Check Point: Enable SSL Encryption for LDAP Accounts

Background: Check Point users faced an issue when they wanted to change their expired passwords when logging into to the VPN via the SecureClient. Although they had been prompted to change password their attempts were not successful. I did some investigation into this and discovered that SSL needs to be allowed for LDAP communication for […]

Categories
News

Wanna’ Learn Cloud Architecture: Say Hello to AWS Architecture Monthly

The team over at Amazon are very helpful, especially when it comes to learning how to do things in the world they have helped shape. The coolest part of this is that they are willing to do it for free. From building a simple website to crafting an AI-based chat bot.  Learn about the best […]

Categories
How-To Software

OneDrive for Business “We couldn’t sync this library…”

I recently changed my password and needed to sign back into one drive. When doing so I encountered the following error message:  “We couldn’t sync this library. This library can no longer be synced using this application.” I didn’t care much for the statement that in order to sync I needed to use the latest OneDrive […]

Categories
How-To News

Bitcoin – How to buy, where, and should you.

Bitcoin was eyeing $13,000 a coin Wednesday morning, less than 12 hours after soaring over $12,000. I purchased coin a few years ago using it to trade for things online (mostly in video games). Now bitcoin is all the rage and is worth more than the make pretend money online I once thought it was.  […]

Categories
How-To Technical

Bitlocker Powershell Script to check encryption status | Thanks Jijo Chacko

Big thanks to “Jijo Chacko” for sharing this script with me.  Very useful to check the Bitlocker encryption status of computers in your environment.      Function Get-BitlockerInfo() <# .SYNOPSIS Retrieves Bitlocker Encryption information. .DESCRIPTION Retrieves Bitlocker Encryption information from Multiple computers. .PARAMETER Machinelist File name and path of the file contains machine information. .B.N.E […]