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. […]
Category: How-To
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 […]
Nothing new here . Just wanted to share some commands I are useful when performing network or direct systems testing using the nmap tool. The commands below will all display scan results in console while also saving to file. Discover live hosts: nmap -n -sn -PE -oA live_hosts 10.0.0.0/24 Discover open TCP ports: nmap -sS […]
AD FS 3.0 has the capability to allow the user to change their password when they supply their existing password. To enable this, open the AD FS management console, expand Service, and select Endpoints. In the middle pane, you’ll see a long list of endpoints. Scroll down to the Other section, and select /adfs/portal/updatepassword/. Right […]
I recently had the pleasure of installing Microsoft SQL Server on Linux – Ubuntu Server. This was a very straight-forward installed and just works. The following steps are what were taken to install and configure this server. My Setup: Ubuntu 17.10 Server – VMware Template Network Connectivity SQL Server Management Studio 17 – Testing connectivity […]
You have installed your WDS Server Role and now its time to configure. I hope my steps below help you. Requirements Installed WDS Role Administrative Rights Installation Media WDS Server Configuration: On the Server Manager tool, click Tools and then click Windows Deployment Services. On the Windows Deployment Services console, expand Servers. Right-click your […]