PowerShell Advanced Functions, the standard functions do not have built-in parameters, and functionality is limited, to make a function advanced we need to use the keyword CmdletBinding() under the function declaration, yes that's it. We use the advanced function to avoid the mundane of writing the code again and again. The advanced functions have … [Read more...] about PowerShell Advanced Functions
DOS CMD Commands With Syntax and Examples
DOS Commands, there many commands available in DOS and we can equally perform the operation as we do with GUI, in this article we explain important DOS commands that every windows user should know. It is equally important that windows administrator must learn the DOS commands to manage the computers, there are two types of commands, internal … [Read more...] about DOS CMD Commands With Syntax and Examples
PowerShell Basic Scripts
Powershell Basic Scripts, before we learn Powershell Basic scripts, first we need to understand the script execution policy. What does it mean, Powershell console or window has 4 main execution policies for any script to run. Here are the execution policies. AllSigned if the is execution policy is set then all the scripts run, however, all … [Read more...] about PowerShell Basic Scripts
Uninstall Java Using Powershell Script
Java can be uninstalled using a simple Powershell script on a workstation or a Windows server operating system. This simple Powershell script runs remotely on the remote computers and uninstalls java in a silent mode, without any user interaction. Do you know there are two methods we can use for uninstalling the JAVA, the first method is using … [Read more...] about Uninstall Java Using Powershell Script
Solved: Reboot and select proper boot device
Reboot and select proper boot device; the error itself tells you what to do. Yes, you've guessed it right; you need to restart your system and set the correct hardware selection order for your system to boot up to the operating system. How to do that? We are here to help you with the step-by-step instructions you need to follow to fix the reboot … [Read more...] about Solved: Reboot and select proper boot device