In my previous articles, I discussed installing a program using PSExec and PowerShell remotely. In the present article, I will discuss how to deploy Software using Windows group policy. Group Policies can be a powerful tool for managing users and…
Category: Windows Administration
In this article, I will guide you on how to remotely install software using PowerShell, a default tool in Windows. Unlike PSExec, PowerShell is already installed on your computer, making it more accessible to use. This step-by-step guide covers the pre-requisites, how to meet the requirements, and how to write a PowerShell script to remotely install a software package.
To communicate on the network, each device needs an IP address. This IP address will allow the device, whether a computer, a server, or a printer, to be visible to other devices in the network. There are two ways to…
Introduction In this article, I’m going to show you how to create a shared folder in Windows Server 2016, using Server Manager. This is an easy step by step tutorial you can follow to quickly create a shared folder on…
The problematic Some programs and applications need to be run with admin privileges. In this particular case, a standard user with limited privileges, will not be able to run this program. I was facing this situation a few days ago,…