How to Shutdown Remote Computers using shutdown -I windows command, it's easy to restart and shutdown multiple windows computers using this command, this article explains the simple steps to use it. When is there a need to shutdown a remote computer then there are several ways one can shutdown, however, this article explains an easy method to … [Read more...] about How to Shutdown Multiple Computers
Get powershell version | on a single | multiple remote Computers
Get Powershell version | on a single | multiple remote computers using a simple Powershell code to get the version. There are 3 ways you can check the PowerShell version that is installed on your computer, let's pull the version information using these 3 methods. 1. $PSVersinTable This is a default variable gives you the PowerShell version … [Read more...] about Get powershell version | on a single | multiple remote Computers
How to check system configuration| Windows 10 | Server 2016 | 2012
Systeminfo Command is very helpful to know your configuration on windows operating systems and one can get the software and hardware information of your computer, in this article we explain how to use it. Do you know there is a command that gives you all your system configuration information, which includes your computer name of the Operating … [Read more...] about How to check system configuration| Windows 10 | Server 2016 | 2012
How to find password locked out users in Active Directory
This article explains how to find a password locked out users list and export it as an excel file and use it for unlocking or any other purpose using a Powershell script. Where is a need to pull out the report of password locked out users list in the active directory then you can get the list using a simple Powershell script available … [Read more...] about How to find password locked out users in Active Directory
How to Restart Multiple Computers using shutdown -i command
How to restart Remote Computers using shutdown -I windows command, it's easy to restart and shutdown multiple windows computers using this command, this article explains the simple steps to use it. When is there a need to restart a remote computer then there are several ways one can restart, however, this article explains an easy method to restart … [Read more...] about How to Restart Multiple Computers using shutdown -i command
Delete Files on Remote Computer | Workstation | Server Operating system
How to Delete Files on Remote Computers, if there is need to delete files on multiple Windows machines then we have to use a script, here in this article we explain how simple code deletes files on remote computers. It is easy to delete the files on the remote computers using Powershell, there is a command remove-item deletes files, folders, … [Read more...] about Delete Files on Remote Computer | Workstation | Server Operating system