When connecting from home to a corporate VPN server (AlwaysOnVPN, Windows Server RRAS or OpenVPN server), users complain that they don’t have Internet access on their computer with an active…
PowerShell
After removing any object in Active Directory (a user, a group, a computer or an OU), you can restore it. In this article we’ll show how to restore a removed…
- 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…
When you create a new user in an Active Directory domain, sometimes you need to make them a member of a large number of groups. It is quite tiresome 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…
- 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…
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…