The customized MS Office 2016 package can be installed on multiple remote computers like windows 10 workstations or server operating systems using a simple Powershell script. Assuming you have extracted the office 2016 ISO file and customized the package, also created the .MSP file in same location where all office 2016 files are stored (network … [Read more...] about Install ms office 2016 on remote computers using Powershell
Powershell set service startup disabled on remote computers
This article explains how to set a service startup disabled state on windows computer remotely using Powershell script, one can also use the same script stop the service on multiple remote computers. When you want to change service startup we must stop the service first on a desktop computer or a server, we generally open the service console … [Read more...] about Powershell set service startup disabled on remote computers
Powershell script to enable RDP on local and remote computers
This article explains how to enable RDP on local and multiple remote computers using a simple powershell script, In the remote world we are controlling almost everything related to technology. There are two ways one can enable the RDP on windows computers, one is using WMI method and other way is registry setting, WMI way is pretty simple to … [Read more...] about Powershell script to enable RDP on local and remote computers
Powershell check user lockout source
There is a simple PowerShell script to get the lockout source of any user account, in this article we explain how to write the code for building a Powershell script that pulls the lockout source of any active directory account. Employees often call tech support saying their account got locked out, it keeps locking, it is quite difficult for one … [Read more...] about Powershell check user lockout source
Powershell Update-Help on Multiple Computers Easy Steps
Powershell update-help command downloads latest help information related all Powershell command on your local computer, it essential to run the Powershell update-help command once every 6 months to get new help updates from Microsoft. One can also download the update-help directly from microsoft official site and save in a shared location and … [Read more...] about Powershell Update-Help on Multiple Computers Easy Steps
Powershell add multiple users to AD group in Windows Server 2016
Generally, windows administrators work on many Active Directory (AD) task, like adding new users to a group or multiple AD groups or removing the user from AD groups as part of their support work one can automate the adding user accounts to AD group then it eases the process, here are the simple steps this article explains how to add a single or … [Read more...] about Powershell add multiple users to AD group in Windows Server 2016