Windows Terminal is a terminal emulator from Microsoft for use with CLI tools and shells such as Command prompt, Powershell and WSL. This terminal emulator……
Scoop is a handy command-line installer for Windows. It’s another good tool to have alongside WSL on Windows 10. Here’s a screenshot showing the installation……
Installing Windows Subsystem for Linux 2 on Windows 10 Version 1909 (OS Build 18363.1016) STEP 1: Enable WSL Open PowerShell or Command Prompt as……
Starting with Windows Server 2016, Microsoft introduced a new type of quorum witness for a Windows Server Failover Cluster (WSFC). This quorum witness leverages Microsoft Azure and……
Windows Management Instrumentation (WMI) is Microsoft’s implementation of Web-Based Enterprise Management (WBEM). It’s now part of Microsoft’s Windows Management Infrastructure (MI). WBEM is set of……
Personal Storage Table (.pst) files are Microsoft Outlook data files that store copies of messages, calendar events and other items. When migrating email service from……
Given below are the port requirements for connectivity among the nodes of a WSFC (as per my experience with a WSFC comprising 4 nodes running……
For whatever reason, Microsoft stopped enabling the useful “Telnet Client” by default in its Operating Systems since Windows Server 2008 R2. So, on such OSes,……
Earlier today, an application owner wanted his Windows Server 2003 SP2 VM restarted. So, I opened a Remote Desktop Connection (RDC) session to the VM……
Assuming you have a text file (e.g. C:\ADGroups.txt) containing multiple Active Directory (AD) Groups with one AD group per line, you may use an MS-DOS……
This article details the steps which I performed to migrate (storage vMotion) a bunch of VMs running Windows Server 2003 Enterprise/Standard (32-bit) from a standalone……
Given below are some tips from my scratchpad on working with files and directories in PowerShell. These are just basic tips and by no means……
Given below are useful tips on PowerShell DateTime operations (from my 2010 scratchpad): VN:F [1.9.22_1171]Rating: +2 (from 2 votes)
Given below are three methods (there could be more) of determining your Hostname in PowerShell: METHOD 1: METHOD 2: METHOD 3: VN:F [1.9.22_1171]Rating: +6 (from…
One method of determining your PowerShell version is to check the Windows Registry at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PowerShell\1\PowerShellEngine. Given below are other(recommended) methods of obtaining version information for……