You can use the Get-ADComputer PowerShell cmdlet to get various information about computer account objects (servers and workstations) in an Active Directory domain. This is one of the most useful cmdlets for searching AD computers by various criteria
- Group PoliciesPowerShellWindows 10Windows Server 2019
Running PowerShell Startup (Logon) Scripts Using GPO
March 17, 2024Windows Group Policy allows you to run various script files at a computer startup/shutdown or during user logon/logoff. You can use GPOs not only to run classic batch logon scripts…
- Active DirectoryWindows 10Windows Server 2019
Find Domain Controller (Logon Server) You Authenticated to
March 15, 2024Sometimes you may want to find out which domain controller your computer is authenticated to (your Logon Server). This can come in handy when there are issues applying Group Policies…
Linux users can use both the MS Teams web client and the full desktop version of Teams. The desktop Teams client for Linux is available since December 2019. In this…
Let’s look at the issue when your VMFS datastore attached to an ESXi host/vSphere is deleted, lost, or damaged. It may happen, for example, due to a human error when…
- PowerShellWindows 10Windows 11Windows Server 2019Windows Server 2022
Using PowerShell Behind a Proxy Server
March 17, 2024If your computer is on a corporate network behind a proxy server, by default you won’t be able to access external web resources from your PowerShell CLI. For example, you…
- LinuxVMwareWindows Server 2022
How to Access VMFS Datastore from Linux, Windows, or ESXi
March 11, 2024Let’s look at several ways to access data stored on the datastore with the VMFS file system of the ESXi host (these are configuration files, data files, and snapshots of…
In this article, we will look at how to deploy Windows 10 or 11 over the network without using local installation media (USB flash drive, DVD, ISO image) and without…
- Active DirectoryPowerShellWindows 10Windows Server 2019
Checking Windows Activation Status on Active Directory Computers
May 10, 2023In this article, we’ll show how to make sure your Windows copy is activated on the computer and check the Windows activation status from all computers in your Active Directory…
- PowerShellWindows 10Windows 11Windows Server 2019Windows Server 2022
Configuring Multiple VLAN Interfaces on Windows
March 12, 2024In this article, we’ll show how to configure a tagged VLAN interface on Windows 10/11 and Windows Server 2019 (2022/2016/2012R2). The VLAN (Virtual LAN) specification is described in the IEEE…