You can use the PSWindowsUpdate PowerShell module to manage Windows Updates from the command line. PSWindowsUpdate module is available for download from the PowerShell Gallery and allows administrators to scan, download, install, remove, or hide Windows updates on local or remote workstations and servers.
- Azure and Microsoft 365PowerShell
Checking User Sign-in Logs in Entra ID (Microsoft 365)
March 15, 2024In this article, we’ll show you how to get the last login date and sign-in activity of your Azure Active Directory users, export and analyze Azure sign-in and audit logs…
- Windows 10Windows 11Windows Server 2019
How to Sign an Unsigned Device Driver in Windows
March 12, 2024By default, all 64-bit Windows versions prevent the installation of device drivers that are not signed with a valid digital signature. Unsigned drivers are blocked by the operating system. A…
- Hyper-VPowerShellVirtualizationWindows Server 2019
Configure SR-IOV for Hyper-V Virtual Machines on Windows Server
March 29, 2022SR-IOV (Single Root Input/Output Virtualization) is a host hardware device virtualization technology that allows virtual machines to have direct access to host devices. It can virtualize different types of devices,…
- Windows 10Windows 11Windows Server 2019
How to Repair Windows Boot Manager, BCD and Master Boot Record (MBR)
March 11, 2024The Boot Manager in modern Windows versions uses the BCD (Boot Configuration Data) file to boot the operating system installed on the computer. This file contains information about the installed…
- Active DirectoryGroup PoliciesPowerShellWindows Server 2019
Add Last Logged On Username to Computer Description in AD
March 17, 2024You can store various useful information in the description of computer objects in Active Directory. For example, information about the computer model, hardware inventory, or the last logged-on username. In…
- Active DirectoryPowerShellWindows Server 2019
Converting UserAccountControl Attribute Values in Active Directory
May 11, 2023UserAccountControl is one of the most important attributes of the user and computer objects in Active Directory. This attribute determines the state of the account in the AD domain: whether…
I have got a case recently: “Can we check an email status (read/unread) regardless of whether the Read Receipt is being enabled or disabled in Outlook, or if a user…
- Windows 11
How to Install Windows 11 on Unsupported Hardware (Without TPM & Secure Boot)
June 8, 2023To install Windows 11 (or upgrade from Windows 10), your computer must meet certain minimum system requirements: TPM 2.0 chip (Trusted Platform Module), UEFI + Secure Boot mode enabled, 3+…
- PowerShellWindows 10Windows Server 2019
Configuring PowerShell Remoting (WinRM) over HTTPS
March 15, 2024By default, traffic in a PowerShell Remoting session is encrypted no matter whether HTTP (TCP/5985) or HTTPS (TCP/5986) transport protocol is used. Anyway, all traffic is encrypted using the AES-256…