Disk quotas allow Windows administrators to control and limit the amount of disk space that users use on the file systems of servers and workstations. Windows Server supports two types…
Windows Server 2016
- Active DirectoryPowerShellWindows Server 2016
Auditing Weak Passwords in Active Directory
February 18, 2021The complexity of a user password in Active Directory domain is one of the key security elements both for user data, and the entire domain infrastructure. Many users prefer to…
- Hyper-VPowerShellWindows 10Windows Server 2016
How to Extend or Shrink Virtual Hard Disks on Hyper-V?
January 19, 2022Dynamic resizing of virtual machine hard disks is available starting with Hyper-V in Windows Server 2012 R2. Online VHDX Resize feature allows you to increase or shrink the size of…
- PowerShellWindows 10Windows Server 2016
Take a Screenshot of a User’s Desktop with PowerShell
May 10, 2023A HelpDesk support team asked me to write a PowerShell script to quickly get a screenshot of a user desktop from a remote computer. The main condition is that the…
- Active DirectoryGroup PoliciesSecurityWindows Server 2012 R2Windows Server 2016
Zerologon (CVE-2020-1472): Critical Active Directory Vulnerability
May 11, 2023In August 2020, Microsoft released an update to fix a critical Windows Server vulnerability in Active Directory — CVE-2020-1472 (more known as Zerologon) . This update was successfully installed on…
- Windows 10Windows Server 2012 R2Windows Server 2016
How to Run CMD/Program under SYSTEM (LocalSystem) in Windows?
June 7, 2023To perform some actions in Windows, it’s not enough to have administrator privileges. For example, you cannot replace or delete system files and some registry keys, stop system services or…
- Group PoliciesWindows 10Windows Server 2016
How to Disable/Change User Account Control with Group Policy?
October 19, 2023(User Account Control) is an important component of the Windows security. When you run any application or process that requires administrator privileges, trying to change system settings, protected registry keys…
- Active DirectoryGroup PoliciesWindows 10Windows Server 2016
Windows: Block Remote Network Access for Local User Accounts
February 27, 2023Using local accounts (including the local administrator) to access another computer over network in Active Directory environments is not recommended on a number of reasons. The same local administrator username…
Zabbix is an enterprise-level open-source monitoring system. Currently, Zabbix is one of the most popular and powerful free monitoring systems. Due to its simple installation and configuration, Zabbix may be…
- Group PoliciesPowerShellWindows 10Windows Server 2016
How to Detect Who Deleted a File on Windows Server with Audit Policy?
May 10, 2023You can use file system object access event auditing to identify a specific user who created, deleted, or modified a specific file. In this article, we’ll show you how to…