You 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 configure event auditing for files on a shared network folder on Windows Server 2016. After configuring auditing, you can use the information from the Event Viewer to find the user who deleted specific file on the file server.
vMotion allows to migrate a running VMWare virtual machine from one physical ESXi host to another one without interrupting its operation and stopping any services. In this article we’ll discuss…
In this article we will discuss all effective ways to connect to a Microsoft SQL Server and run SQL queries from PowerShell. There are many ways how you can work…
- Active DirectoryGroup PoliciesPowerShellWindows 10Windows Server 2016
Password Change Notification When an AD User Password is About to Expire
April 18, 2022In this article we’ll show how to find out when a password of an Active Directory user account expires using PowerShell, how to set a password to never expire (PasswordNeverExpires…
In this article we will learn what PowerShell versions exist, what is the difference between Windows PowerShell and PowerShell Core, and how to check the PowerShell version installed on a…
- Group PoliciesWindows 10Windows Server 2016
Windows Couldn’t Connect to the GPSVC Service
October 28, 2020User cannot logon to the computer due to the GPSVC (Group Policy Client service) connection error on one of the computers running Windows 10. When trying to log on with…
- PowerShellWindows 10Windows Server 2016
Checking SSL/TLS Certificate Expiration Date with PowerShell
May 14, 2021An unexpected expiration of a server certificate can cause a number of problems for your users and customers: they may not be able to establish a secure connection with your…
- Windows 10Windows 7Windows Server 2012 R2Windows Server 2016
How to Reduce Windows.edb Huge File Size?
December 4, 2020Windows.edb is the Windows Search index database. A search index allows users to quickly search for data and files in the file system due to indexing of files, e-mails in…
- PowerShellWindows 10Windows Server 2016
How to Check or Update Java Version in Windows with PowerShell?
May 10, 2023Java Runtime Environment (JRE) is widely used on user computers to run different enterprise Java apps . However, some apps require the specific Java version and may work incorrectly in…
During a clean OS install, Windows Installer creates a special System Reserved Partition (SRP) on the MBR disk partition table. This is a hidden partition with the NTFS file system,…