Remote access to the command prompt (server console) via SSH is disabled by default on VMware ESXi hosts. So, when connecting to an ESXi host over SSH, you will get…
Using PowerShell for System Administration and Automation Tasks
What Others Are Reading in PowerShell
- Active DirectoryPowerShellWindows 10Windows 11Windows Server 2019
Find Windows OS Versions and Builds in Active Directory
February 20, 2023Let’s look at several ways to inventory versions and builds of Windows OSs in an Active Directory domain (it is especially relevant for Windows 10). If you haven’t any tools…
- PowerShellWindows Server 2016Windows Server 2019
Migrating RDS Roles (Connection Broker, Web Access) to Another Server
March 11, 2024This guide should help you to migrate (move) Remote Desktop Connection Broker and RDS Web Access roles to another server. In this example, we will migrate the RDS Connection Broker…
- Active DirectoryGroup PoliciesPowerShellWindows 10Windows Server 2019
How to Enable and Configure WinRM (Windows Remote Management) via GPO
August 9, 2024In this article, we will show how to enable and configure Windows Remote Management (WinRM) on domain computers using Group Policy (GPO). Windows Remote Management is an implementation of the…
- PowerShellWindows 10Windows 11Windows Server 2016Windows Server 2019
Configuring SFTP (SSH FTP) Server on Windows
March 24, 2026You can use the built-in OpenSSH package in Windows to easily enable secure file transfers between the client and Windows server using the SFTP (Secure FTP) protocol. In this article,…
- PowerShellWindows 10Windows 11Windows Server 2022
Start Menu or Taskbar Search Not Working in Windows 11/10
April 24, 2026The taskbar search feature in Windows 10 and 11 is used far more frequently than in previous versions. Users can use it to quickly find apps, files, and configuration options…
- Hyper-VPowerShellWindows Server 2016Windows Server 2019
Hyper-V Virtual Machine Stuck in Stopping/Starting State
March 16, 2024If your virtual machine running on Hyper-V is stuck for some reason, stopped responding, and doesn’t start/stop/reset after clicking the corresponding buttons in the Hyper-V Manager console, you can force-stop…
When a user searches using the Start menu in Windows 10 or Windows 11, the search results show suggestions from the local computer (files, apps, settings) and search results from…
- PowerShellWindows 10Windows Server 2019
Configure PowerShell Remoting (WinRM) for Non-Domain (Workgroup) Computers
March 15, 2024PowerShell Remoting is a great tool that allows you to connect and run commands on remote computers via WinRM. If computers are joined to the Active Directory domain, then PSRemoting…
- PowerShellWindows 10Windows Server 2019
How to Run Multiple Commands in One Line in PowerShell and CMD
March 17, 2024In this quick note, I’ll show you how to run multiple cmd or PowerShell commands in one line. Sometimes you have to do this when you invoke PowerShell commands from…