This article explains how we can get an SSL certificate on remote windows computers or a server operating system using Powershell script, here are the simple steps one can follow and achieve the same. Windows administrators deal with many servers and desktop machines every day as part of their work and they work on SSL certificates, they query, … [Read more...] about Powershell get SSL certificate | Windows 10 | Server 2016 | 2012
Net Localgroup Command With Examples
Net Localgroup Command This command allows system administrators to manage the local groups and users, one can display, modify add, and remove the groups and users, this article explains how to use this command with the right parameters. Net Localgroup Syntax net localgroup [<GroupName> <Name> {/add | /delete} [/domain] How to … [Read more...] about Net Localgroup Command With Examples
How to remove Windows 10 built-in and default applications
When you install windows 10 the new bundle provides you a lot of other applications that you may not require or not useful, which may also consume your system resources, here in this article we explain how to remove the default windows 10 applications with a simple Powershell code. There is a Powershell command to list out all the built-in … [Read more...] about How to remove Windows 10 built-in and default applications
Unintall notepad++ using Powershell script on remote computers
Using the simple Powershell script we can uninstall notepad++ and reinstall, let's discuss how to write the code. IT administrator has to upgrade software's when there is a new release or when it has become obsolete, it is easy to upgrade when there is only one computer to upgrade any software however when there are hundreds and thousands of … [Read more...] about Unintall notepad++ using Powershell script on remote computers
How to send an email from Powershell
Send emails from Powershell script, yes we can send any data as an email format using a Powershell script, if one wants to send the script output as an email then here are the steps how to do it. When you have a written script for a specific task and you want to send the output as an email report to the recipients then here are simple steps to … [Read more...] about How to send an email from Powershell
Get File Version In PowerShell | .Exe or Dll
How To Check Any File Version | On Multiple Remote Machines, when there is a need to check a file version using the Powershell script? it's easy if you have a single remote computer, but when you want to check it on many remote machines, it will be difficult, here I wrote a script that completes your task In my case, I want to check the Google … [Read more...] about Get File Version In PowerShell | .Exe or Dll