SQL Error 15023: User already exists in current database 11/06/2017 Error 15023: User already exists in current database. Cause: The SQL Server error 15023 User already exists in current database...Read More
Configure the Windows Firewall to Allow SQL Server Access 10/24/2017 Using PowerShell to configure the Windows Firewall can be quite useful at time. Below is a snippet that will allow SQL Server (port 1433) ...Read More
vSphere 6.5 vnetlt.sys driver memory leak 10/20/2017 Introduction I'm running a vSphere 6.5 environment that consists of a mix of Windows Server 2012 and Server 2012 R2. Over the past s...Read More
Using PowerCLI to Export Virtual Machine Inventory to CSV 10/09/2017In this post we will discuss the method to export a list of VMware Virtual Machines to a CSV file using PowerCLI. Difficulty Level: Advanc...Read More
PowerShell Basics - "Get-EventLog" 9/29/2017 You can actually use PowerShell to parse your computer's event logs. There are several parameters available, but you can try out the ...Read More
PowerShell Basics - "Get-Service" 9/29/2017 The Get-Service cmdlet provides a list of all of the services that are installed on the target system. Get all services on the computer...Read More
PowerShell Basics - "Get-ExecutionPolicy" 9/29/2017 Although you can create and execute PowerShell scripts, Microsoft has disabled scripting by default in an effort to prevent malicious cod...Read More