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
Get Serial Number via PowerShell 9/29/2017 To get the serial number from a computer/server run the following PowerShell command: gwmi win32_bios | fl SerialNumber To get more d...Read More
Backup and Restore the VMware ESXi 6.X Configuration 9/29/2017In this post, we will discuss how to backup and restore the VMware ESXi 6.X configuration Difficulty Level: Intermediate Introduction ...Read More
Connect to an ESXi Host using SSH 9/29/2017In this post we will discuss how to enable SSH and how to connect to the host. Difficulty Level: Beginner Introduction Being able to c...Read More
VMware ESXi 6.5 Install/Upgrade step-by-step 9/29/2017In this post, we will discuss how to upgrade VMware ESXi 6.5 to 6.5 U1. Difficulty Level: Intermediate Introduction It goes without ...Read More
PowerShell Basics - "Get-Process" 9/28/2017 Just as you can use the Get-Service command to display a list of all of the system services, you can use the Get-Process command to displ...Read More
PowerShell Basics - "ConvertTo-HTML" 9/28/2017 PowerShell can provide a wealth of information about the system, but sometimes you need to do more than just view the information onscree...Read More
Changing the Product Key using PowerShell 9/28/2017 To change a computer/server's product key run the following PowerShell command in privileged mode: Display the current product key:...Read More
PowerShell Basics - "Get-Help" 9/27/2017 The most important PowerShell cmdlet every administrator should learn is Get-Help. You can use this command to...wait for it...get help w...Read More
iOS 11.1 Beta 1: New Features and Changes 9/27/2017 The first big beta release for iOS 11 has arrived just over a week after Apple's new software went live for public use on September...Read More