How to check registry key value on any windows workstation or a server operating system, using a Powershell script this article explains how we can get a registry value, here are simple steps. When there is a need to check the registry value or property of a registry key then it's easy through Powershell, there is a command Get-ItemProperty … [Read more...] about Powershell get registry key value | Multiple Remote Computers
Scripts
Java update using powershell on multiple remote computers with log
Using a simple powershell script we can update any Java version on local multiple remote computer, let's discuss how to write the powershell code. If you are a System Administrator and working for a large enterprise company then you must have encountered a situation to install Java on multiple remote computers to maintain the software's as per … [Read more...] about Java update using powershell on multiple remote computers with log
Powershell get FQDN of remote compupters
Here is the simple powershell script gets the FQDN of remote computers. If you are a Widows administrator and working for a large enterprise you must have encounter a situation to pull FQDN of multiple remote computers. In this article we explain how to pull remote computer FQDN, find the script code and it's usage below. Powershell get FQDN … [Read more...] about Powershell get FQDN of remote compupters
Install ms office 2016 on remote computers using Powershell
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