Resetting network settings in Windows is usually the last resort for dealing with complex issues with local network or Internet access. This feature allows resetting network and TCP/IP settings to…
Windows 10
- Active DirectoryGroup PoliciesWindows 10Windows 11Windows Server 2019
Deploying Printers to Domain Users and Computers with GPO
March 15, 2024You can use Group Policies (GPOs) to install and connect shared printers to specific users, computers, and groups in an Active Directory domain. In this article, we’ll look at how…
- PowerShellWindows 10Windows 11Windows Server 2019Windows Server 2022
How to Change the Network Profile (Location) to Public or Private on Windows
March 15, 2024When connecting to a new network, Windows prompts you to select its network profile type (network location): Public or Private. Windows network profiles are part of Windows Defender Firewall with…
- PowerShellWindows 10Windows Server 2019
How to Manage Windows File Shares Using PowerShell
March 12, 2024The built-in SMBShare PowerShell module allows you to create, configure, and manage shared network folders in Windows. In this article, we will look at how to manage file shares (SMB…
- Microsoft OfficeWindows 10Windows Server 2019
Outlook: Your Server Does Not Support the Connection Encryption Type
March 11, 2024In legacy Windows versions (Windows 7/XP or Windows Server 2008R2/2003) with Outlook 2010/2013/2016/2019, you may see the following error when trying to connect to a mail server:
- PowerShellWindows 10Windows 11Windows Server 2019Windows Server 2022
How to Add/Remove Drivers to a Windows WIM/ISO Install Image
June 8, 2023You can simplify the deployment of the operating system on typical workstations (servers) if you add all the necessary drivers to the Drive Store of your Windows install image. In…
- Windows 10Windows 11Windows Server 2019
Configuring RDP/RDS Sessions Limits (Timeouts) on Windows
February 27, 2023When a user closes the RDP/RDS session window in a terminal client (mstsc.exe, RDCMan or Remote Desktop HTML5 web client) by simply clicking the cross in the top right corner…
- PowerShellWindows 10Windows Server 2019
How to Check Who Restarted (Shutdown) Windows Server
June 8, 2023If your company has several system administrators, sometimes you may want to know who rebooted the server. In this article. I will show you how to identify a user who…
- PowerShellWindows 10Windows 11Windows Server 2019
How to Find Duplicate Files Using PowerShell
June 8, 2023For one of the projects, I needed a PowerShell script to find duplicate files in the shared network folder of a file server. There are a number of third-party tools…
PostgreSQL is a free object-relational database management system able to compete with proprietary databases, like Microsoft SQL Server or Oracle. PostgreSQL supports user data, functions, operations, domains, and indexes. In…