Most users and administrators use the taskschd.msc graphical interface console to create and manage scheduled tasks on Windows. However, in various scripts and automated flows, it is much more convenient…
PowerShell
-
-
PowerShellVirtualizationVMWareWindows Server 2016
Updating Windows VM Templates on VMWare with PowerShell
April 5, 2021To deploy new virtual machines in VMWare, VM templates are typically used. A VMWare VM template is a reference virtual machine copy with the configured settings, installed software and security…
-
A new native package manager, WinGet (Windows Package Manager), appeared in Windows 10. You can use it to install apps from the command prompt (like Linux package managers do, for…
-
ExchangePowerShell
How to Cleanup, Truncate or Move Log Files in Exchange Server 2013/2016/2019?
March 16, 2021After 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…
-
PowerShellWindows 10Windows Server 2016
Using PowerShell Invoke-Command to Run Scripts on Remote Computers
March 15, 2021In 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…
-
Distribution groups (lists) are a special type of recipients in Exchange. A distribution group has an email address, but doesn’t have a mailbox. Emails sent to the distribution list are…
-
Active DirectoryPowerShellWindows 10Windows Server 2016
Repairing Broken Trust Relationship Between Workstation and AD Domain
March 9, 2021In 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?
February 25, 2021A 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.…
-
PowerShellWindows 10Windows Server 2016
Configuring PowerShell Script Execution Policy
February 18, 2021By default, Windows settings prevent PowerShell scripts from running. From a security perspective, it is important to restrict untrusted and malicious code from running from PowerShell scripts. The Execution Policy…