In this article, we’ll look at the disk, partition, and volume management from the PowerShell console. You can perform from PowerShell all the operations of managing local disks and partitions,…
Windows 10
- Windows 10Windows Server 2019
Remote Desktop Cannot Verify the Identity of Remote Computer Because Time/Date Difference
March 11, 2024I came across the following error when trying to connect via RDP to a remote server in the AD domain. After specifying the correct domain credentials for the RDP user,…
- Windows 10Windows Server 2019
Fix RDP Authentication Error: The Function Requested Is Not Supported
March 11, 2024The following error may occur when you use the built-in RDP client (mstsc.exe) to connect to the desktop of a remote computer: Remote Desktop Connection An authentication error has occurred.…
- PowerShellWindows 10Windows 11Windows Server 2022
How Show a Pop-Up or Balloon Notification with PowerShell
April 10, 2024You can use PowerShell to show pop-up or toast messages to notify Windows users about important events. To get information from the user or confirm an action, you can use…
- Active DirectoryGroup PoliciesWindows 10Windows Server 2016
Restricting Group Policy with WMI Filtering
February 16, 2021WMI filters in Group Policy (GPO) allow you to more flexibly apply policies to clients by using different rules. A WMI filter is a set of WMI queries (the WMI…
- PowerShellWindows 10Windows Server 2019
Adding Multiple IP Addresses (Aliases) to a Single Network Adapter
April 27, 2024Windows allows to assign multiple IP addresses (aliases) to a single physical network adapter. This can be useful when you want to run multiple websites with unique IP addresses on…
- PowerShellWindows 10Windows 11Windows Server 2019Windows Server 2022
FTP Server Quick Setup on Windows 10/11 and Windows Server
March 16, 2024In this step-by-step guide, we’ll look at how to install and configure an FTP server for easy file transfer on Windows Server. The built-in FTP server is available in all…
- PowerShellWindows 10Windows Server 2019
Managing Printers and Drivers on Windows with PowerShell
March 11, 2024In the previous article, we looked at the old-school VBS scripts that can be used to manage printers and print operations in all Windows versions, starting from Windows XP. Today…
A mandatory user profile is a special pre-configured type of roaming user profile than can be changed only by administrators. Users who have been assigned a mandatory profile can work…
- PowerShellWindows 10Windows 11Windows Server 2019
Downloading (Transferring) Large Files Using PowerShell and BITS
April 10, 2024If you need to download (transfer) a large file to a remote computer without overloading the network channel, we recommend using the BITS protocol. BITS (Background Intelligent Transfer service) is…