PowerShell Trap In this tutorial we will see about PowerShell Trap and how we are able to use it. When there is a terminating error, any statement will stop running. When we are not handling the terminating errors, PowerShell will stop running the function or script in the current pipeline. By ...
PowerShell Module DictionaryFile v 2.0
PowerShell Module DictionaryFile v 2.0 PowerShell Module DictionaryFile has been updated to version 2.0. The module has been redesigned to include more functionality with better inputs and outputs. We will go though the module to help you understand what you are able to do with it. Module ...
PowerShell Module DictionaryFile
PowerShell Module DictionaryFile In this post I will provide you with some information about PowerShell Module DictionaryFile, which I wrote and published in PowerShell Gallery. This is my first module that I publish and I hope that you will like it. Note: Module has been updated to version ...
PowerShell Profiles
PowerShell Profiles In this tutorial we will see about PowerShell Profiles and their use. PowerShell profiles help you to customize your environment and add elements for every PowerShell session that you start. PowerShell profile is a script that runs every time we will start PowerShell. You are ...
PowerShell script to get computer information
PowerShell script to get computer information Scenario: PowerShell script to get computer information. When there is a support case, the first thing that you need to do it to gather as much information as possible related to the issue, so you will start troubleshooting. The information that ...