After you deploy Exchange, you may notice that free disk space starts to decrease very quickly. In addition to the growth of the mailbox databases themselves, the various logs take…
Using PowerShell for System Administration and Automation Tasks
- PowerShellWindows 10Windows Server 2016
Using PowerShell Invoke-Command to Run Scripts on Remote Computers
March 15, 2024In this article we will learn how to use the Invoke-Command cmdlet to run PowerShell commands or scripts remotely. You can use PowerShell to run commands remotely on one or…
- Active DirectoryPowerShellWindows 10Windows Server 2016
Repairing Broken Trust Relationship Between Workstation and AD Domain
March 11, 2024In this article we’ll show how to fix a broken trust relationship between a workstation and an Active Directory domain when a user cannot logon to their domain computer. Let’s…
Windows 10 ships with some preinstalled modern UWP apps (they are also called Metro apps, Microsoft Store or APPX packages). These are Calculator, Calendar, Mail, Cortana, Maps, News, OneNote, Groove…
- PowerShellWindows 10Windows Server 2016
How to Sign a PowerShell Script (PS1) with a Code Signing Certificate
March 17, 2024A script or an executable with a digital signature allows a user to make sure that a file is original and its code has not been changed by third parties.…
- Active DirectoryGroup PoliciesPowerShellWindows 10Windows Server 2016
Updating Group Policy Settings on Windows Domain Computers
March 17, 2024In this article we will show how to update Group Policy (GPO) settings on Windows computers in an Active Directory domain: how to update (refresh) Group Policies automatically, how to…
- Active DirectoryPowerShell
How to Find Inactive Computers and Users in Active Directory with PowerShell
March 11, 2024Quite an often task of an Active Directory administrator is to make a list of disabled or inactive user and/or computer accounts. You can use both saved LDAP queries in…
- Active DirectoryGroup PoliciesPowerShell
Checking User Logon History in Active Directory Domain with PowerShell
February 27, 2023There are several different tools to get information about the time of a user logon to an Active Directory domain. The time of the last successful user authentication in an…
- PowerShellWindows 10
Windows 10: No Internet Connection After Connecting to VPN Server
April 19, 2023When 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…
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…