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 ...
Skype for Business Delegated Permissions
Skype for Business Delegated Permissions Scenario: Skype for Business Delegated Permissions The script that you will see below is about providing delegated permissions to IT Administrators in Skype for Business. Lets see first few details and what you need to know about it. Request I had a ...
PowerShell Reserved Words
PowerShell Reserved Words In this tutorial we will see the list of PowerShell reserved words. As in every programming / scripting language there are some words that have special meaning. In my opinion, you should avoid using those words for other purposes. This will help you avoid undesired results ...