Using PowerShell Invoke-Command to Run Scripts on Remote Computers
In 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…
In 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…
In 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…
A 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.…
In 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…
Quite 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…
There 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…
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…
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…
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…