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 … [Read more...]
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, … [Read more...]
Powershell check port is open or not in Windows 10 Server 2016 and 2012
This article explains how Powershell script to check a port is open or not on any windows computers or server operating system to make sure the port network traffic is flowing or application to work as expected. If you are working as a system admin for a large IT enterprise … [Read more...]
Powershell remove empty spaces from a text file
Powershell remove empty spaces from a text file to make it more clear, it avoids unwanted results with Powershell execution, here are the simple steps this article explains. Windows administrators as part of their routine daily tasks they deal with many servers and also perform … [Read more...]
Powershell remove empty lines from text file
Powershell removes empty lines from a text file if there are empty lines in a file that can cause unwanted results when you execute a script, here is the simple Powershell code to clear the empty lines in PowerShell. Windows administrators deal with many servers every day and … [Read more...]
- « Previous Page
- 1
- 2
- 3
- 4
- 5
- 6
- …
- 8
- Next Page »